LaTex本地环境安装——TexLive+VScode搭建
目录
- 安装TexLive
- 安装编辑环境VScode
- 简单使用
- 常用公式链接
需要分别下载并安装 TexLive,Vscode
一、安装TexLive
TexLive安装教程:https://blog.csdn.net/so_geili/article/details/72636466
TexLive下载(清华大学镜像):https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
因网站下载速度较慢,我保存到了百度云盘:
链接:https://pan.baidu.com/s/1lVEj6YUGiY9v9ZdoX06iKw
提取码:br47
安装时候都是下一步即可
二、安装编辑环境VScode
VScode下载与安装:https://code.visualstudio.com/
安装时候都是下一步即可
VScode安装插件:LaTex language support, LaTex Workshop
三、简单使用
安装完毕后开始使用,创建临时文件0531test.tex,:
输入以下内容
\documentclass[UTF8]{ctexart}
\title{文章标题非常}
\author{David}
\date{\today}
\begin{document}
\maketitle
This is the context of the article很好用.
\end{document}
点击View in VSCode tab,即可展示出pdf格式:
每次修改后,按Ctrl+S, 右边PDF会进行实时编译。
四、常用公式和使用链接
- 常用的Latex数学符号:http://www.mohu.org/info/symbols/symbols.htm
- LaTex各种命令汇总:https://blog.csdn.net/young951023/article/details/79601664
- Latex:入门教程:https://blog.csdn.net/pipisorry/article/details/54571521
- LaTeX基本命令使用教程(清晰实例)(Overleaf平台)(论文排版)
- latex模板:https://www.latexstudio.net/
- lshort(latex使用手册):https://www.latexstudio.net/archives/5876.html
- LaTeX大括号公式和一般括号总结:https://blog.csdn.net/miao0967020148/article/details/78712811
参考文献:
【1】安装说明:https://blog.csdn.net/ddydavie/article/details/83020615