下载texlive 2022的iso文件
双击打开iso文件
执行install-tl-windows.bat
等,等很久,等安装完毕
安装完毕会出现如下提示:
...
TEXLIVE=C:\texlive\2021\bin\win32
----------------------------------------------------------------------
欢迎进入 TeX Live 的世界!
See C:/texlive/2022/index.html for links to documentation.
The TeX Live web site (https://tug.org/texlive/) contains any updates and corrections. TeX Live is a joint project of the TeX user groups around the world; please consider supporting it by joining the group best for you. The list of groups is available on the web at https://tug.org/usergroups.html.
Logfile: C:/texlive/2022/install-tl.log
Installed on platform win32 at C:/texlive/2022
......
执行命令 texdoc lshort-zh-cn,显示latex的pdf教程
texlive 2022自带latex编辑器texworks
输入字符串
- \documentclass{ctexart}
- \begin{document}
- 在\LaTeX{}中排版中文。
- 汉字和English单词混排,通常不需要在中英文之间添加额外的空格。
- 当然,为了代码的可读性,加上汉字和 English 之间的空格也无妨。
- 汉字换行时不会引入多余的空格。
- \end{document}
然后点击左上角的绿三角符号,编译即可。