Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 05c6840d

Von Moritz Bunkus vor fast 14 Jahren hinzugefügt

  • ID 05c6840d4fbb90cbe81e14427617793c45ba4714
  • Vorgänger 2af9eae7
  • Nachfolger 9437bec6

Dateiencodings auf UTF-8 geändert

Fix für Bug 1375.

Unterschiede anzeigen:

templates/French-sales_order.tex
1 1
\documentclass[twoside]{scrartcl}
2 2
\usepackage[frame]{xy}
3 3
\usepackage[frenchb]{babel}
4
\usepackage[latin1]{inputenc}
4
\usepackage[utf8]{inputenc}
5 5
\usepackage{tabularx}
6 6
\setlength{\voffset}{0.5cm}
7 7
\setlength{\hoffset}{-2.0cm}
......
30 30
      
31 31
      <%address%>}\hfill
32 32
    \begin{tabular}[b]{rr@{}}
33
    T?l?phone & <%tel%>\\
34
    T?l?copieur & <%fax%>
33
    Téléphone & <%tel%>\\
34
    Télécopieur & <%fax%>
35 35
    \end{tabular}
36 36

  
37 37
    \rule[1.5ex]{\textwidth}{0.5pt}
......
62 62
\vspace*{-12pt}
63 63

  
64 64
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}}
65
  \textbf{Num?ro} & \textbf{Description} & \textbf{Qt?} &
66
    \textbf{Unit?} & \textbf{Prix} & \textbf{Remise} & \textbf{Montant} \\
67
  & report? de la page <%lastpage%> & & & & & <%sumcarriedforward%> \\
65
  \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
66
    \textbf{Unité} & \textbf{Prix} & \textbf{Remise} & \textbf{Montant} \\
67
  & reporté de la page <%lastpage%> & & & & & <%sumcarriedforward%> \\
68 68
<%end pagebreak%>
69 69

  
70 70

  
......
91 91
<%if reqdate%>
92 92
  \textbf{Livrable le} & <%reqdate%> \\
93 93
<%end reqdate%>
94
  \textbf{Num?ro de commande} & <%ordnumber%>
94
  \textbf{Numéro de commande} & <%ordnumber%>
95 95
\end{tabular}
96 96

  
97 97
\vspace{1cm}
98 98

  
99 99
\begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}}
100
  \textbf{Num?ro} & \textbf{Description} & \textbf{Qt?} &
101
    \textbf{Unit?} & \textbf{Prix} & \textbf{Remise} & \textbf{Montant} \\
100
  \textbf{Numéro} & \textbf{Description} & \textbf{Qté} &
101
    \textbf{Unité} & \textbf{Prix} & \textbf{Remise} & \textbf{Montant} \\
102 102
<%foreach number%>
103 103
  <%number%> & <%description%> & <%qty%> &
104 104
    <%unit%> & <%sellprice%> & <%discount%> & <%linetotal%> \\
......
124 124
\vspace{0.3cm}
125 125

  
126 126
\hfill
127
  Tous les prix indiqu?s sont en \textbf{<%currency%>}.
127
  Tous les prix indiqués sont en \textbf{<%currency%>}.
128 128

  
129 129
\vspace{12pt}
130 130

  
......
138 138
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
139 139

  
140 140
\footnotetext[1]{\tiny
141
Un suppl?ment de 10% sera appliqu? ? toute commande sp?cifique et ? tout
142
produit adapt?, am?lior? ou mis-?-jour ? la demande du client. Les
143
?l?ments non-retournables sont indiqu?s ci-dessus.
141
Un supplément de 10% sera appliqué à toute commande spécifique et à tout
142
produit adapté, amélioré ou mis-à-jour à la demande du client. Les
143
éléments non-retournables sont indiqués ci-dessus.
144 144
}
145 145

  
146 146
\end{document}

Auch abrufbar als: Unified diff