-
下载并安装Tex Live: 下载页面
-
下载并安装atom:下载页面
-
打开atom
File -> Settings -> Install
搜索并安装:- language-latex
- latex
- pdf-view
-
新建文件,后缀名为
.tex
,编码为UTF-8
-
测试:
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}
- 按Ctrl + Alt + B 生成PDF文档。
在atom里右键PDF文档,点Split Right
。每当重新生成文档,会更新预览。
效果图:
ps. Ctrl +
隐藏/展示左边的目录树