expl environment
authorMarei Peischl <marei@peitex.de>
Thu, 21 Nov 2019 14:26:00 +0000 (15:26 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 3 Feb 2020 11:21:38 +0000 (12:21 +0100)
kiviletter.sty

index dc7c0d6..188670f 100644 (file)
@@ -82,15 +82,12 @@ contents={\usebox\shippingAddressBox}
 
 %\if@kivi@faketable
 \RequirePackage{environ}
-\ExplSyntaxOn
 \seq_new:N \l_kivi_PricingTable_seq
 \newcommand{\FakeTable}[1]{
 %      \tl_set:No \l_tmpa_tl {\BODY}
        \seq_set_split:Nnn \l_kivi_PricingTable_seq {\tabularnewline} {#1}
        \seq_show:N \l_kivi_PricingTable_seq
 }
-\ExplSyntaxOff
-
 %\else
 \newenvironment{PricingTabular}{
        \begingroup