You will need access to a tex program like MicTex on the PCs, TexShop on the Macs to make things happen. Also, you may want to
consult Humke for some pointers on how to get going.
Here are some files you will want to download:
After saving "definitions.tex", use the tex application to process it (using latex) or open a shell window and type
"latex definitions.tex" This will produce a "definitions.pdf" or "definitions.dvi" file and
a "definitions.log" file. The .log file contains a list of how latex processed
the original .tex file; the .pdf and .dvi files are viewable. To see it use your tex application or type
"xdvi definitions.dvi &" in your shell window. This will bring up a
previewer.
Here is a ``real paper'' to download and play with:
Best of Luck!!
pdh
To see how things work:
This will create several files for later use. The latexprimer.aux file
contains info to be inserted in a second run (we'll do this in a minute),
a latexprimer.log file which contains a "log" of the first run,
and a latexprimer.dvi file which should be viewable and/or
printable. To incorporate the reference and citation info created in the
aux file, type the command
once again. Now see if you can view and/or print the dvi file. You might need
help doing this!! Let me know if anything works-- there are hundreds of
things that can go wrong!! The main ones are 1. no one uses latex at
Illinois State (unlikely) 2. latex is used, but an older version that
doesn't understand "documentclass" (not as unlikely, but if this is the case,
I can deal.)
Questions? Click here: humke@stolaf.edu