diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-11 00:26:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-11 00:26:40 +0000 |
commit | 82939b1791f084d4f8dd55923ed894d658b9b172 (patch) | |
tree | d3f64dcbaea3685b0f7a7037b467ec87aa2a7344 /Master/texmf-dist/doc/latex/mil3/letter.tex | |
parent | a15edb62a11ed95f77b65bf8fdaba6cdbfdec638 (diff) |
new examples package mil3 (10mar11)
git-svn-id: svn://tug.org/texlive/trunk@21677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/mil3/letter.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/mil3/letter.tex | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/mil3/letter.tex b/Master/texmf-dist/doc/latex/mil3/letter.tex new file mode 100644 index 00000000000..a9202c066c5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/mil3/letter.tex @@ -0,0 +1,28 @@ +% Sample file: letter.tex +% Typeset with LaTeX format +\documentclass{letter} + +\begin{document} + +\address{George Gr\"{a}tzer\\ + Department of Mathematics\\ + University of Manitoba\\ + Winnipeg, MB, R3T 2N2\\ + Canada} +\signature{George Gr\"{a}tzer} +\date{} + +\begin{letter}{Prof.~John Hurtig\\ + Computer Science Department\\ + University of Winnebago\\ + Winnebago, Minnesota 23714} +\opening{Dear John,} +Enclosed you will find the first draft of the five-year plan. +\closing{Friendly greetings,} +\cc{Carla May\\ + Barry Bold} +\encl{Five-year plan} +\ps{P.S. Remember our lunch meeting tomorrow! G.} +\end{letter} + +\end{document}
\ No newline at end of file |