6.1 ⁑Memos
§3.3 Writing a Letter Using the newlfm Class introduced the newlfm
class [107], which can be used for writing correspondence.
This class can also be used for writing memos and press releases.
(See the next section for press
releases.) If you read the earlier section on the newlfm
class, you may remember that you can set the style of the document
through the class options. For example, the stdletter
option sets the standard letter style. There are two styles
relating to memos: stdmemo
(standard memo) and
fullmemo
(full memo).
As before, you still use the newlfm
environment. However,
some of the commands described in §3.3 Writing a Letter Using the newlfm Class are
ignored for the memo styles, such as those that set the
greeting, closing and signature. Again, options can be set using
either the class option list or the command:
Memo options are listed in Table 6.1.
Don't be confused by the “Re:” line. The \regarding
command
described in §3.3 Writing a Letter Using the newlfm Class is for letter subject lines.
(Prefixed with “Regarding:”) In a memo, the text in the line prefixed
with “Re:” is set using:
memonofrom
,
memonoto
and memonore
options.
The following lines are workarounds to implement these options:
\setboolean{@memo@e}{false}% memonofrom \setboolean{@memo@g}{false}% memonoto \setboolean{@memo@f}{false}% memonore
Option | Description |
---|---|
memonofrom |
Omit sender's block. |
memoemailfrom |
Include sender's email. |
memoaddrfrom |
Include recipient's address. |
memophonefrom |
Include sender's telephone number. |
memofaxfrom |
Include recipient's fax number. |
memopagerfrom |
Include recipient's pager number. |
memonoto |
Omit recipient's block. |
memoemailto |
Include recipient's email. |
memoaddrto |
Include recipient's address. |
memophoneto |
Include recipient's telephone number. |
memofaxto |
Include recipient's fax number. |
memopagerto |
Include recipient's pager number. |
memodate |
Set the date on the memo. |
fullmemo |
Use all optional items. |
memonore |
Omit the “Re:” line. |
Commands such as \nameto
and \dateset
were described
earlier in §3.3 Writing a Letter Using the newlfm Class. This example makes use of some
of those commands, but sets the style to stdmemo
to create
a memo instead of a letter.
\documentclass[12pt]{newlfm} \usepackage[british]{babel} \newlfmP{stdmemo,memoemailfrom,memophonefrom,memoaddrfrom,memodate} \dateset{11-03-2014} \nameto{Mabel Canary} \namefrom{Mr Big Head} \emailfrom{big.head@somewhere.ac.uk} \phonefrom{0123456789} \addrfrom{Secret Lab of Experimental Stuff} \re{Cricket Match} \begin{newlfm} It has come to my attention that certain members of your team intend to bring the prototype ray gun to the forthcoming cricket match against the Department of Stripy Confectioners in order to `level the playing field'. Please remind them that this is against regulations. Also, the mind-controlling cookies are inappropriate for the tea interval provisions. \end{newlfm} \end{document}
(You can download or view this example.) The resulting document is shown in Figure 6.1.
This book is also available as A4 PDF or 12.8cm x 9.6cm PDF or paperback (ISBN 978-1-909440-07-4).