Article Directory
Introduction to Latex
LaTeX (LATEX, transliteration "LaTehe") is a typesetting system based on TEX. It was developed by American computer scientist Leslie Lamport in the early 1980s. Using this format, even Users without knowledge of typesetting and programming can give full play to the powerful functions provided by TeX, and can generate many book-quality printed materials within days or even hours. This is particularly prominent for generating complex tables and mathematical formulas. Therefore, it is very suitable for generating high-quality technical and mathematical documents.
PS: Meisai typesetting papers are also very good.
Taken from Baidu Encyclopedia
latex online editor:
installation steps
texlive download
Download
from official website Since it is a foreign website, if the download is strenuous, you can consider that the mirror download is
a bit too large, but the download speed can be
double-clicked to open the downloaded iso file, right-click install-tl-windows.bat in the following figure, and run as an administrator
It is best not to install on the C drive, and then click install (a bit slow, about an hour) and
wait for the installation to complete
Configure environment variables
Enter xelatex -v
if you do not need the following interface configuration environment variable, or need to configure the environment variables
installed Texstudio
official website to download (download a bit slow)
downloaded, install it
Configure Texsudio
Open texstudio
latex version helloworld
Create a new file
Enter code
% 导言区
\documentclass{
article} % book, report, letter
\title{
latex安装教程}
\author{
不想赖床}
\date{
\today}
% 正文区(文稿区)
\begin{
document}
\maketitle % 输出标题
\begin{
center}
Hello World!
\end{
center}
\end{
document}
Generate results
latex reference document
open cmd input texdoc texdoc
to
Meisai latex template
Link: Click here to download
Extraction code: 6666
welcome one-click triple connection