Revision 14833fd7
Von Marei Peischl vor fast 5 Jahren hinzugefügt
kiviletter.sty | ||
---|---|---|
196 | 196 |
} |
197 | 197 |
|
198 | 198 |
|
199 |
|
|
200 |
\cs_new:Nn \kivi_save_LT@boxes: { |
|
201 |
\clist_map_inline:nn {head, firsthead, foot, lastfoot} { |
|
202 |
\box_gset_eq:cc {g_kivi_LT@##1_box} {LT@##1} |
|
203 |
} |
|
204 |
} |
|
205 |
|
|
206 |
\cs_new:Nn \kivi_restore_LT@boxes: { |
|
207 |
\clist_map_inline:nn {head, firsthead, foot, lastfoot} { |
|
208 |
\box_gset_eq:cc {LT@##1} {g_kivi_LT@##1_box} |
|
209 |
\box_gclear:c {g_kivi_LT@##1_box} |
|
210 |
} |
|
199 |
%Macht es sinn hier eine Variante zu machen, in der alle Spalten Belegbar sind? |
|
200 |
\newenvironment{PricingTotal}{ |
|
201 |
\tabular[t]{@{}p{\dim_eval:n {\linewidth-\g_kivi_tab_price_dim-2\tabcolsep}}P@{}} |
|
202 |
\midrule |
|
203 |
}{ |
|
204 |
\bottomrule\endtabular |
|
211 | 205 |
} |
212 | 206 |
|
213 | 207 |
\newcommand{\ExtraDescription}[1]{\seq_gput_right:Nn \g_kivi_extraDescription_seq {#1}} |
Auch abrufbar als: Unified diff
add PricingTotal environment