LaTeX Example
Here's my example set of LaTeX files to create paper.ps
:
To use this, do the following:
- Download the example files into a single directory
- latex paper (ignore warnings since LaTeX is a one-pass compiler)
- bibtex paper (this integrates bibliographic DB entries)
- latex paper
- latex paper (this run should get rid of warnings)
- 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