准备开始做学位论文了,打算用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
wolfg's journey with open source, linux, programming, sysadm …
0 Responses to “LaTex学习 – Absolute beginners”