summaryrefslogtreecommitdiff
path: root/info/examples/Math_into_LaTeX-4/letter.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/Math_into_LaTeX-4/letter.tex
Initial commit
Diffstat (limited to 'info/examples/Math_into_LaTeX-4/letter.tex')
-rw-r--r--info/examples/Math_into_LaTeX-4/letter.tex28
1 files changed, 28 insertions, 0 deletions
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