summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-script/examples/letter-example-21-en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/koma-script/examples/letter-example-21-en.tex')
-rw-r--r--Master/texmf-dist/doc/latex/koma-script/examples/letter-example-21-en.tex41
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/koma-script/examples/letter-example-21-en.tex b/Master/texmf-dist/doc/latex/koma-script/examples/letter-example-21-en.tex
new file mode 100644
index 00000000000..228e3689e0e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/koma-script/examples/letter-example-21-en.tex
@@ -0,0 +1,41 @@
+\documentclass[foldmarks=true,foldmarks=blmtP,
+ fromphone,fromemail,fromlogo,
+ subject=titled,
+ version=last]{scrlttr2}
+\usepackage[british]{babel}
+\usepackage{graphics}
+\begin{document}
+\setkomavar{fromname}{Joe Public}
+\setkomavar{fromaddress}{2 Valley\\
+ SAMPLEBY\\
+ ZY32 1XW}
+\setkomavar{fromphone}{0\,12\,34~56\,78}
+\setkomavar{fromemail}{joe@public.invalid}
+\setkomavar{fromlogo}{\includegraphics{musterlogo}}
+\setkomavar{location}{\raggedright
+ Club member no.~4711\\
+ since 11.09.2001\\
+ chairman 2003--2005}
+\setkomavar{date}{29th February 2011}
+\setkomavar{place}{Sampleby}
+\setkomavar{subject}{Missing general meeting}
+\begin{letter}{%
+ Joanna Public\\
+ 1 Hillside\\
+ SAMPLESTEAD\\
+ WX12 3YZ%
+ }
+\opening{Dear Madam Chair,}
+The last general meeting was more than a year ago.
+I would like to remind you that the articles of our
+club stipulate that one should be held every
+six months. For this reason, I call on the executive
+board to arrange such a meeting immediately.
+\closing{Anticipating an invitation}
+\ps PS: I hope you do not take this request amiss.
+\setkomavar*{enclseparator}{Enclosure}
+\encl{Excerpt from the articles governing general
+ meetings}
+\cc{executive board\\all members}
+\end{letter}
+\end{document}