LaTeX examples and references
simple.tex
: A simple LaTeX file
template.tex
: A more complicated LaTeX file
biblio.bib
: A bibTeX file
go-position.ps
: The figure which is included
Save the above files to a directory, and in a terminal window you can type the following to typeset and view both of them:
latex simple xdvi simple latex template bibtex template latex template latex template xdvi template
In addition, you might want to check out the manual in the MCS lab as well as
Moira's helpful LaTeX links
.