| computersci.org | |
|
|
|
Table of Contents |
Letter Class« Document Classes | Table of Contents | Commands »
Your \documentclass{letter}
\begin{document}
… letters …
\end{document}
Each letter is a letter environment, whose argument is the name and address of the recipient. For example, you might have: \begin{letter}{Mr. Joe Smith\\ 2345 Princess St.
\\ Edinburgh, EH1 1AA}
…
\end{letter}
The letter itself begins with the \opening command. The text of the letter follows. It is typed as ordinary LaTeX input. Commands that make no sense in a letter, like After the closing, you can have additional material. The \openingCommand: \opening{text}
The letter begins with the \opening{Dear Joe,}
\closingCommand: \closing{text}
The letter closes with a \closing{Best Regards,}
\addressCommand: \address{Return address}
The return address, as it should appear on the letter and the envelope. Separate lines of the address should be separated by \signatureCommand: \signature{Your name}
Your name, as it should appear at the end of the letter underneath the space for your signature. Items that should go on separate lines should be separated by \locationCommand: \location{address}
This modifies your organization’s standard address. This only appears if the \telephoneCommand: \telephone{number}
This is your telephone number. This only appears if the \ccCommand: \cc{text}
Produces the usual “cc: text”. \enclCommand: \encl{text}
Produces the usual “encl: text”. \makelabelsCommand: \makelabels{number}
If you issue this command in the preamble, LaTeX will create a sheet of address labels. This sheet will be output before the letters. \nameCommand: \name{June Davenport}
Your name, used for printing on the envelope together with the return address. \psCommand: \ps Use this command before a postscript. \startbreaksCommand: \startbreaks Used after a \stopbreaksCommand: \stopbreaks Inhibit page breaks until a |
|
Page last
modified on February 24, 2009, at 09:34 AM
|