TeX/LaTeX
To learn about LaTeX, try the
Hypertext Help with LaTeX
from UC San Diego.
OR:
LaTeX Primer by David R. Wilkins (Trinity College, Dublin).
To get your own copy of TeX and LaTeX use the Comprehensive
TeX Archive Network (CTAN) which is catalogued at:
Graham Williams' LaTeX Catalogue Online, CTAN Edition.
For windows,
MiKTeX (from miktex.org) is recommended.
You need to run it under some text editor environment, Which could be
WordPad in Windows, or download one of the shells listed at
this site of tex shells. I've used
WinShell
which has a nice menu system, allowing you to "Run LaTeX", "View Output", and other essentials.
Another choice (which would feel more like the Solaris environment in
our department) is to download emacs for windows from Gnu Emacs site [ pick
the largest numbered version to get the latest and greatest]. Then
download auctex macros for emacs from Gnu AucTeX
site and install that.
To write a thesis in the MSU Thesis style, use MSU class definition file.
A statistics thesis should use JASA style bibliographic references,
so save this file in your directory: JASA
format for Bibtex. You can then use the CIS
database requesting output in Bibtex format, load those all into
a "ref.tex" file, and bibtex will control the references for you.
One more detail: to get JASA style punctuation, you need the bibpunct
line, and these others as well.
\usepackage{natbib}
\bibpunct{(}{)}{;}{a}{}{,}
\bibliography{ref}
\bibliographystyle{jasa}
Here's an example file courtesy of Phil Turk.
Author: Jim Robison-Cox
Last Updated: Wednesday, 08-Mar-2006 16:49:08 MST