LaTeX、Texlive、TexStudio区别
- LaTeX 类似于编程语言
- Texlive 类似于绑定库和包
- TexStudio IDE(集成开发环境)
Texlive官网 https://tug.org/texlive/
Latex官网 ctan.org Lshort官方latex使用文档
Latex模板
http://www.ieee.org/publications_standards/publications/authors/author_templates.html
通用模板
https://www.overleaf.com/
安装方法
下载texlive后,解压texlive2021.iso → install-tl-windows.bat 右键以管理员身份运行 → 修改安装路径添加环境变量——texlive 2021 bin win32 xetex.exe
下载texstudio,官方网址 texstudio.sourceforge.net,由于下载速度慢,需要找到github对应的文件,在github下载安装文件,release texstudio-org/texstudio 下载.exe文件
下载较慢可以使用 d.serctl.com
LaTeX模板
https://github.com/tsaoyu/WHUT-LaTeX-bachelor 武汉理工大学LaTeX模板
LaTeX制作表格太麻烦,进入https://www.tablesgenerator.com/
Command命令窗口中使用命令
cmd 命令
cd .. 切换到上一级目录
cd\ 直接切换根目录
dir 查看当前目录所包含目录文件
notepad 启动记事本程序
cd User
md 创建
>> D: 直接切换到D盘
path 查看系统环境变量
latex -v 查看各个程序的版本信息
xelatex -v 查看各个程序的版本信息
pdflatex -v 查看各个程序的版本信息
tlmgr option repository ctan
tlmgr update --self --all self升级tlmgr程序本身 all升级所有内容
tlmgr update --reinstall-forcibly-removed -all 强制继续升级
使用xelatex运行文件
xelatex 文件名.tex
latexmk -xelatex 文件名.tex
texdoc ctex 查看CTeX中文排版宏集的使用说明书
texdoc lshort-zh-cn latex介绍中文版
texdoc symbols-a4命令查看各类数学符号表
texdoc beamer 打开Beamer演示文稿制作使用说明书
校验下载的.iso文件
切换到下载iso文件路径后进行SHA1校验 certutil -hashfile texlive2021.iso
版权声明:本文为jiangyangll原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。