分别下载并安装VScode, TexLive
VScode下载与安装:https://code.visualstudio.com/
TexLive下载(清华大学镜像):https://mirrors.tuna.tsinghua.edu.cn/CTAN/systems/texlive/Images/
TexLive安装教程:https://blog.csdn.net/so_geili/article/details/72636466
VScode安装插件:LaTex language support, LaTex Workshop
- 安装完毕后开始使用,创建临时文件temp.tex, 输入以下内容:
1
2
3
4
5
6
7
8\documentclass[UTF8]{ctexart}
\title{文章标题}
\author{David}
\date{\today}
\begin{document}
\maketitle
This is the context of the article.
\end{document}
然后按Ctrl+S 完成编译加保存功能。
查看PDF
左侧工具栏选择 TEX-View LaTex PDF-View in VScode Tab后,右侧就会出现PDF,
每次修改后,按Ctrl+S, 右边PDF会进行实时编译。
- 常用的Latex数学符号:http://www.mohu.org/info/symbols/symbols.htm