Sandia National Laboratories
SAND Report LaTeX class
Home
Introduction
Template
Examples
SANDmath.tex
SAND Memo
Usage
Preamble
Body
Markings
Download
v1.31: May 22, 2008

Tar ball
Change log
FAQ
Tips
Links
SAND Memo Class
Tar ball

SAND MEMO USAGE

Rich Field contributed a SAND Memo class that was originally written by people in 1520. There is an example LaTeX file and a template that you can fill in (see download section). This page briefly shows the usage of the Sandia memo class.

Obviously, you will need to include the class in your document:

spacer \documentclass[12pt]{smemo}

Optional Preamble Commands

You can select PostScript fonts by doing

spacer \usepackage{sfonts}

Depending on your LaTeX installation, you may have to edit the file sfonts.sty to tell it the names of the fonts.

If your memo is OUO, you should edit and include the file MarkMemoOUO.tex

spacer \input{MarkMemoOUO}

Text Body Commands

The following commands are mandatory and belong inside \begin{document} and \end{document}.

spacer \begin{memo}

This starts the memo. You need to specify a date, from, to, and a subject.

spacer \date{}

Empty, as shown, inserts today's date, or you can set it specifically.

spacer \to{}

Either Distribution or a specific person with Org. and MS.

spacer \from{}

Name, Org. mail stop.

spacer \subject{}

The subject of your memo.

Now you type your memo. At the end you have some options:

Document Closure

The following three commands are optional:

spacer \initials{}

spacer \enc{}

spacer \keywords{}

Distributions can be done like this. See the example file for details.

spacer \begin{distribution}{External Distribution:}

spacer \end{distribution}{External Distribution:}

Don't forget to close with

spacer \end{memo}

Top of page

Image placeholder


Contact
SAND Report
Rolf Riesen
(rolf@sandia.gov)
(505)845-7363

SAND Math
Philippe Pébay
(pppebay@ca.sandia.gov)
(925)294-2024

SAND Memo
Rich Field
(rvfield@sandia.gov)
(505)284-4060


Related Links
SAND Report Guide