Revision 662d2792
Von Marei (peiTeX) vor etwa 4 Jahren hinzugefügt
templates/print/marei/invoice.tex | ||
---|---|---|
95 | 95 |
<%end if%> |
96 | 96 |
|
97 | 97 |
|
98 |
|
|
98 |
%PricingTabular* kann automatisch spalten ignorieren |
|
99 |
% \begin{PricingTabular*}[id=false] |
|
100 |
% deaktiviert damit die Spalte der Produktnummer |
|
101 |
% analog ist dies für pos, amount, price, pricetotal möglich. |
|
102 |
% Die Spalte der Bezeichnung ist nicht deaktivierbar |
|
99 | 103 |
\begin{PricingTabular*} |
100 | 104 |
% eigentliche Tabelle |
101 | 105 |
\FakeTable{ |
templates/print/marei/kiviletter.sty | ||
---|---|---|
326 | 326 |
\endxltabular |
327 | 327 |
} |
328 | 328 |
|
329 |
%PricingTabular* kann automatisch spalten ignorieren |
|
330 |
% \begin{PricingTabular*}[id=false] |
|
331 |
% deaktiviert damit die Spalte der Produktnummer |
|
332 |
% analog ist dies für pos, amount, price, pricetotal möglich. |
|
333 |
% Die Spalte der Bezeichnung ist nicht deaktivierbar |
|
329 | 334 |
\newenvironment{PricingTabular*}[1][]{ |
330 | 335 |
\bool_gset_true:N \g_kivi_inTable_bool |
331 | 336 |
\tl_if_empty:nF {#1} {\keys_set:nn {kivi/PricingTable} {#1}} |
Auch abrufbar als: Unified diff
marei: basic info on PricingTabular* options