Some Alternative Style Files for LaTeX
This document is designed to provide access to some
style files used by LaTeX which are useful in the
production of some standard documents.
The files are updated to reflect changes in moving from
LaTex2.09 to LaTex2E.
(The old 2.09 files are processed using the
\documentstyle{ } command instead of the
\documentclass{ } command advocated in LaTeX2E, however
they continue to be functional).
If you are producing a document for publication, be aware that
many Journals now have thier own style file which you will have
to use. For example, if you submit an article to SIAM, you
will be asked to use thier style files.
Available Style Files at USM
LaTeX2E Class Files
-
USM Dissertation class file.
Use with \documentclass{dissertation_usm}.
-
USM Article class file.
Use with \documentclass{article_usm}.
-
USM Publication class file for publishing in Scientific Computing.
Use with \documentclass{siamletex}.
- Use the
pagesetup.sty to set the page size:
\usepackage{pagesetup}.
Obsolete 2.09 Style Files
-
USM Article with
10pt,
11pt,
12pt typefonts.
Use with \documentstyle{ousmarticle}.
-
USM Dissertation with
12pt typefont.
Use with \documentstyle{dissertation_usm}.
-
ILI Proposals with
11pt , and
12pt typefonts.
Use with \documentsytle{ousmiliproposal}.
-
Ulam Journal with
10pt , and
11pt typefonts.
Use with \documentstyle{oulam}.
-
NSF Proposals with
11pt , and
12pt typefonts.
Use with \documentsytyle{ousmnsfproposal}.
-
USM Manual with
11pt typefont.
Use with \documentsytyle{ousmanual}.
Preamble Files
-
usmpream.tex a uniform preamble file containing many useful definitions and environments.
Use with \input{usmpream}.
Styles Advocated By SIAM and AMS
Detailed information about the styles advocated by SIAM and AMS
for publication in thier Journals can be found by
at thesites
maintained by the these Journals.