VScode + LaTex + TexLive 搭建,vscodetexlive
分享于 点击 16050 次 点评:229
VScode + LaTex + TexLive 搭建,vscodetexlive
分别下载并安装VScode, TexLive
\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
相关文章
- 暂无相关文章
用户点评