Revision da691671
Von Marei Peischl vor fast 5 Jahren hinzugefügt
kiviletter.sty | ||
---|---|---|
82 | 82 |
|
83 | 83 |
%\if@kivi@faketable |
84 | 84 |
\RequirePackage{environ} |
85 |
\ExplSyntaxOn |
|
86 | 85 |
\seq_new:N \l_kivi_PricingTable_seq |
87 | 86 |
\newcommand{\FakeTable}[1]{ |
88 | 87 |
% \tl_set:No \l_tmpa_tl {\BODY} |
89 | 88 |
\seq_set_split:Nnn \l_kivi_PricingTable_seq {\tabularnewline} {#1} |
90 | 89 |
\seq_show:N \l_kivi_PricingTable_seq |
91 | 90 |
} |
92 |
\ExplSyntaxOff |
|
93 |
|
|
94 | 91 |
%\else |
95 | 92 |
\newenvironment{PricingTabular}{ |
96 | 93 |
\begingroup |
Auch abrufbar als: Unified diff
expl environment