Revision ab064135
Von Marei Peischl vor 11 Monaten hinzugefügt
templates/print/marei/letter.tex | ||
---|---|---|
34 | 34 |
$( END )$ |
35 | 35 |
|
36 | 36 |
\begin{letter}{ |
37 |
$( KiviLatex.filter(customer.name) )$\strut\\ |
|
38 |
$( KiviLatex.filter(letter.contact.formal_greeting) )$\strut\\ |
|
39 |
$( KiviLatex.filter(customer.street) )$\strut\\ |
|
40 |
$( KiviLatex.filter(customer.zipcode) )$ $( KiviLatex.filter(customer.city) )$\strut\\ |
|
41 |
$( KiviLatex.filter(customer.country) )$% |
|
42 |
} |
|
37 |
$( KiviLatex.filter(customer.name) )$\strut\\
|
|
38 |
$( KiviLatex.filter(letter.contact.formal_greeting) )$\strut\\
|
|
39 |
$( KiviLatex.filter(customer.street) )$\strut\\
|
|
40 |
$( KiviLatex.filter(customer.zipcode) )$ $( KiviLatex.filter(customer.city) )$\strut\\
|
|
41 |
$( KiviLatex.filter(customer.country) )$%
|
|
42 |
}
|
|
43 | 43 |
|
44 |
\opening{$( KiviLatex.filter(letter.greeting) )$} |
|
45 |
\thispagestyle{kivitendo.letter.first} |
|
44 |
\opening{$( KiviLatex.filter(letter.greeting) )$}
|
|
45 |
\thispagestyle{kivitendo.letter.first}
|
|
46 | 46 |
|
47 |
$( KiviLatex.filter_html(letter.body) )$ |
|
47 |
$( KiviLatex.filter_html(letter.body) )$
|
|
48 | 48 |
|
49 |
\closing{\gruesse} |
|
49 |
\closing{\gruesse}
|
|
50 | 50 |
|
51 | 51 |
\end{letter} |
52 | 52 |
|
Auch abrufbar als: Unified diff
unify identation