b924152f91beaae78a239ff2d2974c3aa6a630cc
[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 % laufende Kopfzeile:
14 %\ourhead{}{}{<%subject%>}{<%letternumber%>}{<%date%>}
15 \ourhead{}{}{}{}{}
16
17 \begin{document}
18
19 \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont
20
21 \vspace*{1cm}
22
23 \begin{minipage}{14cm}
24
25   <%name%>
26
27   <%contact_formal%>
28
29   <%countrycode%> <%zipcode%> <%city%>
30
31   <%country%>
32
33 \end{minipage}
34
35 \vspace{2.5cm}
36 \hfill<%date%>
37 \textbf{<%reference%>}
38
39 \vspace{1cm}
40
41
42 \textbf{<%subject%>}
43
44 \vspace{1cm}
45
46   <%greeting%>
47
48 \vspace{0.5cm}
49
50   <%body%>
51
52 \vspace{0.5cm}
53
54   <%close%>
55
56   <%company_name%>
57
58 \vspace*{0.5cm}
59
60 \begin{minipage}{6cm}
61
62 \textbf{<%employee_name%>}
63
64 <%employee_position%>
65
66 \end{minipage}
67 \begin{minipage}{6cm}
68
69 \textbf{<%salesman_name%>}
70
71 <%salesman_position%>
72
73 \end{minipage}
74
75 \end{document}
76