`

Ubuntu latex

 
阅读更多
sudo apt-get install texlive

sudo apt-get install texmaker  // gui editor

sudo apt-get install latex-cjk-all // for chinese


(1) vim test.tex
      \documentclass{article}
      \begin{document}
      hello world
      \end{document}
(2) latex test.tex     // 编译
(3) xdvi test.dvi &     // 预览内容
(4) dvipdf test.dvi     // 转换成pdf
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics