用atom写LaTeX文档
- 下载并安装Tex Live: 下载页面
- 下载并安装atom:下载页面
- 打开atom
File -> Settings -> Install
搜索并安装:- language-latex
- latex
- pdf-view
latextools
-
latexer
- 新建文件,后缀名为
.tex
,编码为UTF-8
-
测试:
\documentclass[UTF8]{article}
\author {Author}
\title {Title}
\usepackage{ctex}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{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 ! \\
$\lim\limits_{n \rightarrow +\infty} P\lbrace\frac{\sum\limits_{i=1}{n}Xi - n\cdot EX}{ \sqrt{n \cdot DX} } \leqslant x\rbrace = \Phi(x)$ \\
$P\lbrace a<X<b \rbrace \approx \Phi(\frac{b - n\cdot EX}{\sqrt {n\cdot DX}}) - \Phi(\frac{a - n\cdot EX}{\sqrt{n\cdot DX} })$ \\
$F(x,y) = F_{X}(x)F_{Y}(y)$
\end{document}
\begin{document}
\section*{Problem 1}
\subsection*{Algorithm}dsasadsadsadsad\newpage\section*{Problem 2}
\newpage\section*{Problem 3}
\end{document}\theend
按Ctrl + Alt + B 生成PDF文档。
在atom里右键PDF文档,点Split Right
。每当重新生成文档,会更新预览。
效果图:
ps. Ctrl + \
隐藏/展示左边的目录树
-
Alt+Shift+S
: search for latex snippet -
Alt+Ctrl+B
: compile -
Alt+Ctrl+S
: sync -
Alt+Ctrl+C
: clear