4c43fb803a417ab63a6048daa7090eaf9f695075
[kivitendo-erp.git] / templates / print / RB / letter.tex
1 \input{inheaders.tex}
2
3
4 % Variablen, die in settings verwendet werden
5 \newcommand{\lxlangcode} {<%template_meta.language.template_code%>}
6 \newcommand{\lxmedia} {<%media%>}
7 \newcommand{\lxcurrency} {<%currency%>}
8 \newcommand{\lxtitlebar} {<%titlebar%>}
9
10 % settings: Einstellungen, Logo, Briefpapier, Kopfzeile, Fusszeile
11 \input{insettings.tex}
12
13 \begin{document}
14
15 \fontfamily{cmss}\fontshape{n}\selectfont
16
17
18 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
19
20 \vspace*{1cm}
21
22 \begin{minipage}{14cm}
23
24   <%name%>
25
26   <%contact_formal%>
27
28   <%countrycode%> <%zipcode%> <%city%>
29
30   <%country%>
31
32 \end{minipage}
33 \hfill
34 \begin{minipage}{6cm}
35 \end{minipage}
36
37 \vspace{2.5cm}
38
39 \begin{minipage}{14cm}
40
41 \textbf{<%reference%>}
42
43 \vspace{1cm}
44
45
46 \textbf{<%subject%>}
47
48 \vspace{1cm}
49
50   <%greeting%>
51
52 \vspace{0.5cm}
53
54   <%body%>
55
56 \vspace{0.5cm}
57
58   <%close%>
59
60   <%company_name%>
61
62 \end{minipage}
63 \hfill
64 \begin{minipage}{6cm}
65   <%date%>
66
67 \vspace{5cm}
68
69 \anlagen
70 \end{minipage}
71
72 \vspace*{0.5cm}
73
74 \begin{minipage}{6cm}
75
76 \textbf{<%employee_name%>}
77
78 <%employee_position%>
79
80 \end{minipage}
81 \begin{minipage}{6cm}
82
83 \textbf{<%salesman_name%>}
84
85 <%salesman_position%>
86
87 \end{minipage}
88
89 \end{document}
90