- CTex FAQ
- lshort 中文版
- LaTeX2e 插图指南
- TeX和LaTeX论坛 – 浙江大学理学院数学系
- LaTeX科技排版 邓建松
- 排版软件TeX/LaTeX入门 罗玉文
- Getting to grips with Latex
wolfg's journey with open source, linux, programming, sysadm …
我用的是CTEX套件,中文支持都配置好了。
CCT:
CJK*:
编译方法和英文文档一样:
准备开始做学位论文了,打算用LaTex。
% hello.tex - Our first Latex example!\documentclass{article}\begin{document} Hello World!\end{document}
生成文档
> latex hello
再转成Postscript文件
> dvips hello.dvi -o hello.ps
输出PDF文件
> ps2pdf hello.ps hello.pdf
Recent Comments