目錄
- 安裝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