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

猜你喜欢

转载自www.cnblogs.com/yifanrensheng/p/13172615.html