LaTex本地環境安裝——TexLive+VScode搭建


目錄

  1. 安裝TexLive
  2. 安裝編輯環境VScode
  3. 簡單使用
  4. 常用公式鏈接

需要分別下載並安裝 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會進行實時編譯。

四、常用公式和使用鏈接

  1. 常用的Latex數學符號:http://www.mohu.org/info/symbols/symbols.htm
  2. LaTex各種命令匯總:https://blog.csdn.net/young951023/article/details/79601664
  3. Latex:入門教程:https://blog.csdn.net/pipisorry/article/details/54571521
  4. LaTeX基本命令使用教程(清晰實例)(Overleaf平台)(論文排版)
  5. latex模板:https://www.latexstudio.net/
  6. lshort(latex使用手冊):https://www.latexstudio.net/archives/5876.html
  7. LaTeX大括號公式和一般括號總結:https://blog.csdn.net/miao0967020148/article/details/78712811

參考文獻:

【1】安裝說明:https://blog.csdn.net/ddydavie/article/details/83020615

【2】安裝說明: https://zhuanlan.zhihu.com/p/38178015


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM