Atom + Texlive 配置 Latex 环境

Posted virgildevil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Atom + Texlive 配置 Latex 环境相关的知识,希望对你有一定的参考价值。

Atom + Texlive 配置 Latex 环境

步骤1:

  • 安装Texlive
    Texlive
    点击 "Download" 下载,然后安装,等待安装完成即可

步骤2:

  • 安装Atom主程序
  • 安装Atom插件:

    • Language Latex
      安装好后只要是.tex后缀的代码自动高亮,且有Latex代码补全(基于snippet)

    • Latex
      需要配置好环境的目录,对应系统的目录可参照 Path Config
      注意:一定要写全,不然会出现无法编译的情况
      技术图片
      技术图片
      每次保存的时候自动创建PDF
      技术图片

步骤3:

  • 安装SumatraPDF
    SumatraPDF
    用来实时查看PDF文档(一般安装在默认位置,这样就不用配置Latex-Setting中的PDF浏览器路径)

步骤4:

  • 打开Atom 进行体验
    可写部分Latex代码进行测试

documentclass[UTF8]{article}
author {Author}
itle {Title}
usepackage{ctex}
usepackage{amsmath}
usepackage{amssymb}
egin{document}
maketitle
section{First section} test1.
subsection{First subsection} test2.
subsubsection{First double subsection}
paragraph{Fist paragraph} test3.
subparagraph{First subparagraph} test4.
subsection{Second subsection}
paragraph{段落} 中文测试。
\
Hello World! \ % This is comment
Hello LaTeX ! \

$limlimits_{n ightarrow +infty} Plbracefrac{sumlimits_{i=1}{n}Xi - ncdot EX}{ sqrt{n cdot DX} } leqslant x brace = Phi(x)$ \

$Plbrace a<X<b brace approx Phi(frac{b - ncdot EX}{sqrt {ncdot DX}}) - Phi(frac{a - ncdot EX}{sqrt{ncdot DX} })$ \

$F(x,y) = F_{X}(x)F_{Y}(y)$
end{document}

 

  • 保存为.tex类型文件,然后编译(快捷键 Ctrl + Alt + B 如果配置了Build on Save ,直接按 Ctrl + S 也可以):
    技术图片
    输出PDF如图所示:
    技术图片

以上是关于Atom + Texlive 配置 Latex 环境的主要内容,如果未能解决你的问题,请参考以下文章

windows下Atom+texlive搭建本地Latex环境

windows下Atom+texlive搭建本地Latex环境

TexLive安装和TeXworks配置

manjaroo系统配置LaTeX环境(TeXLive)

VSCode下配置Latex (TexLive)

Ubuntu LaTeX 中文环境配置 与 VSCode LaTeX Workshop