Revision bd3479e4
Von Marei (peiTeX) vor etwa 4 Jahren hinzugefügt
templates/print/marei/kiviletter.sty | ||
---|---|---|
243 | 243 |
\seq_set_split:Nnn \l_kivi_PricingTable_seq {\tabularnewline} {#1} |
244 | 244 |
\seq_remove_all:Nn \l_kivi_PricingTable_seq {} |
245 | 245 |
\begingroup |
246 |
\let\ExtraDescription\__kivi_addExtraDescription:n |
|
246 | 247 |
\setlength{\tabcolsep}{\g_kivi_tabcolsep_dim} |
247 | 248 |
\seq_map_inline:Nn \l_kivi_PricingTable_seq { |
248 | 249 |
\seq_set_split:Nnn \l_kivi_columns_seq {&} {##1} |
... | ... | |
339 | 340 |
\endtabular |
340 | 341 |
} |
341 | 342 |
|
342 |
\newcommand{\ExtraDescription}[1]{\seq_gput_right:Nn \g_kivi_extraDescription_seq {#1}} |
|
343 |
|
|
344 |
\newcommand*\ExtraDescription{ |
|
345 |
\PackageError{kiviletter}{The~command~\string\ExtraDescription\space~may~be~only~used~inside~the~\string\FakeTable\space~environment.}{See~documentation~for~details} |
|
346 |
} |
|
347 |
|
|
348 |
|
|
349 |
\cs_new:Nn \__kivi_addExtraDescription:n {\seq_gput_right:Nn \g_kivi_extraDescription_seq {#1}} |
|
343 | 350 |
|
344 | 351 |
\newenvironment{PricingTabular}[1][]{ |
345 | 352 |
\begingroup |
Auch abrufbar als: Unified diff
marei: Add error message if \ExtraDescription outside \FakeTable