diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty index 4b81417ad5f..28213a5da06 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-longtable.sty @@ -27,9 +27,9 @@ \caption@LT@setup% \booltrue{LWR@starredlongtable}% \let\captionlistentry\LWR@LTcaptionlistentry% -\LWR@tabular{#2} +\tabular{#2} } -{\endLWR@tabular\LWR@floatend} +{\endtabular\LWR@floatend} \newenvironment{longtable}[2][]{% \LWR@floatbegin{table}% @@ -39,10 +39,9 @@ \caption@LT@setup% \refstepcounter{\LTcaptype}% \let\captionlistentry\LWR@LTcaptionlistentry% -\LWR@tabular{#2} +\tabular{#2} } -{\endLWR@tabular\LWR@floatend} - +{\endtabular\LWR@floatend} \newcounter{LTchunksize} \def\endhead{\LWR@tabularendofline}% throws away options //[dim] and //* |