当前位置: 首页 > 工具软件 > latex-online > 使用案例 >

LaTeX Example

锺星腾
2023-12-01

 

LaTeX Example

Here's my example set of LaTeX files to create paper.ps

:


To use this, do the following:

  1. Download the example files into a single directory
  2. latex paper (ignore warnings since LaTeX is a one-pass compiler)
  3. bibtex paper (this integrates bibliographic DB entries)
  4. latex paper
  5. latex paper (this run should get rid of warnings)
  6. dvips -f paper.dvi > paper.ps (generates postscript copy of paper) You can view the dvi version of the paper with "xdvi paper.dvi" or the postscript version with "ghostview paper.ps".

    If you makes changes to any of the files, you only need to run LaTeX and dvips once to regenerate the postscript. The best book I have found so far on LaTeX is A Guide to LaTeX by Helmut Lopka and Patrick W. Daly

 类似资料:

相关阅读

相关文章

相关问答