Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ab064135

Von Marei Peischl vor 11 Monaten hinzugefügt

  • ID ab064135c490b6b497611d08385cc44b1fdaafd4
  • Vorgänger 347cb9f2
  • Nachfolger 3757e0e4

unify identation

Unterschiede anzeigen:

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