diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty index 3d1a075ea57..a146d307b88 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-supertabular.sty @@ -45,15 +45,15 @@ \newcommand*{\shrinkheight}[1]{} \NewDocumentEnvironment{supertabular}{s o m} -{ -\LWR@traceinfo{supertabular} -\table -\LWRST@caption -\begin{tabular}{#3} +{% +\LWR@traceinfo{supertabular}% +\table% +\LWRST@caption% +\begin{tabular}{#3}% \TabularMacro\ifdefvoid{\LWRST@firsthead}% {\LWR@getmynexttoken}% {\expandafter\LWR@getmynexttoken\LWRST@firsthead}% -} +}% {% \ifdefvoid{\LWRST@lasttail}% {}% @@ -61,9 +61,9 @@ \TabularMacro\ResumeTabular% \LWRST@lasttail% }% -\end{tabular} -\endtable -\LWR@traceinfo{supertabular done} +\end{tabular}% +\endtable% +\LWR@traceinfo{supertabular done}% } \NewDocumentEnvironment{mpsupertabular}{s o m} |