step 1:安装latex
sudo apt-get install texlive-full latex-beamer
sudo apt-get install latex-cjk-all
step 2:用latex写第一个tex文件
/begin{figure}[tb]
/centering
/subfigure[]
{/label{fig:example:a}
/includegraphics[width=.4/columnwidth]{A}}
/hspace{.03/columnwidth}
/subfigure[]
{/label{fig:example:b}
/includegraphics[width=.4/columnwidth]{B}}
/caption{
(a) Title for first figure.
(b) Title for second figure.
}
/label{fig:example}
/end{figure}
step 3:
写完latex后,使用 pdflatex test.tex 生成latex文件
需要看pdf的话,就使用 evince test.pdf
step 4:用dvi和ps文件生成pdf。
http://zhidao.baidu.com/link?url=nIIUfdiLVtrl1VH_W60VFoUokgH26Sq3ryVwOdnPOsJCmAQsjckXUCUJIEZ3VMSNIQAUwtgSOSAXPJuCMeM25K
参考教程:
1、安装latex技巧:
http://www.cnblogs.com/longdouhzt/archive/2012/09/27/2706358.html
2、latex使用心得:
http://blog.csdn.net/sdfgh2046/article/details/5801419
3、资源分享:
TeX user group
http://www.tug.org
国内权威资源站:
http://www.ctex.org
国内最好的资源站, 软件, 论坛:
http://www.chinatex.org
个人网站:
http://www.hooklee.com/default.asp?t=TeX%2FLaTeX
李正果:
http://edt1023.sayya.org/
何浩:
http://www.cs.duke.edu/~haohe/resource.html
LaTeX学习:
http://latex.yo2.cn/
参考博客:http://blog.csdn.net/liyqxtu/article/details/4714871