summaryrefslogtreecommitdiff
path: root/support/mewltx/wholelet.lt
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 /support/mewltx/wholelet.lt
Initial commit
Diffstat (limited to 'support/mewltx/wholelet.lt')
-rw-r--r--support/mewltx/wholelet.lt16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/mewltx/wholelet.lt b/support/mewltx/wholelet.lt
new file mode 100644
index 0000000000..deb84edc87
--- /dev/null
+++ b/support/mewltx/wholelet.lt
@@ -0,0 +1,16 @@
+\documentstyle[12pt,a4,physhead]{letter}
+\signature {name}
+\address{additional address}
+%\makelabels % generate labels after all the letters
+\begin{document}
+
+\begin{letter}{%
+Dr. Who\\
+Where}
+\opening{Dear Who,}
+
+% message text
+
+\closing{Sincerely,}
+\end{letter}
+\end{document}