From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- info/examples/Math_into_LaTeX-4/letter.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 info/examples/Math_into_LaTeX-4/letter.tex (limited to 'info/examples/Math_into_LaTeX-4/letter.tex') diff --git a/info/examples/Math_into_LaTeX-4/letter.tex b/info/examples/Math_into_LaTeX-4/letter.tex new file mode 100644 index 0000000000..fdb8a40cac --- /dev/null +++ b/info/examples/Math_into_LaTeX-4/letter.tex @@ -0,0 +1,28 @@ +% Sample file: letter.tex + +\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 -- cgit v1.2.3