-
Notifications
You must be signed in to change notification settings - Fork 0
/
DINBrief.tex
63 lines (49 loc) · 1.14 KB
/
DINBrief.tex
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[12pt,a4paper]{dinbrief}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage[ngerman]{babel}
\usepackage{graphicx}
\usepackage[style=german]{csquotes}
\usepackage{palatino}
\newcommand{\anhang}[1]{{Anlage:\\#1}}
\newcommand{\anhaenge}[1]{{Anlagen:\\#1}}
% Briefkopf - Empfänger
\newcommand{\recipientName}{Name}
\newcommand{\recipientStreet}{Stra{\ss}e}
\newcommand{\recipientLocation}{Ort}
% Briefkopf - Absender
\newcommand{\senderName}{Name}
\newcommand{\senderStreet}{Straße}
\newcommand{\senderLocation}{Ort}
\address{\senderName\\
\senderStreet\\
\senderLocation}
\nowindowrules
\backaddress{\senderName, \senderStreet, \senderLocation}
% Optional: Zusätzliche Informationen zur Nachricht
%\yourmail{}
%\sign{}
%\phone{}{}
%\place{}
\date{Datum}
% Unterschrift
\signature{Unterschrift}
% Generieren von Brief-Labels
%\makelabels
% Betreff
\subject{\textbf{Betreff}}
% Inhalt
\begin{document}
\begin{letter}{\recipientName\\
\recipientStreet\\\\
\recipientLocation}
\opening{Anrede,}
text
\closing{Grußformel}
\anhang{
\begin{itemize}
\item Anhang
\end{itemize}
}
\end{letter}
\end{document}