summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/koma-script/examples/letter-example-08-en.tex
blob: 21ba209e1957483cd6d0b328e8bcc7d5dbd71cc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\documentclass[foldmarks=true,foldmarks=blmtP,
  fromalign=false,
  version=last]{scrlttr2}
\usepackage[british]{babel}
\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}}
\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}