Memo example - use any series

Download PDF

This document demonstrates how to use the lsstdoc class to make a memo in any series.

For this replace maketitle with mkmemotitle in the document.

examples/MEMO-nnn.tex
\documentclass[DM,authoryear]{lsstdoc}

% Package imports go here

% Local commands go here

\title[Short title]{Title of memo}

\author{
A.~Author,
}

\setDocRef{DMTN-nnn}
\date{\today}

\begin{document}

% Create the memo title page
\setMemoto{S. Person}
\mkmemotitle

To whom it may concern,

this is an important topic we wish to bring to your attention.
Now write your document as you would normally write it.
\restoregeometry
\newpage

This is how page 2 looks
\end{document}