summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty
index a05fb970bcc..3b656b2219d 100644
--- a/Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-stabular.sty
@@ -18,14 +18,14 @@
\LWR@ProvidesPackageDrop{stabular}
\newenvironment{stabular}[2][c]
{
-\renewcommand{\noalign}[1]{}
\begin{tabular}[#1]{#2}
+\renewcommand{\noalign}[1]{}
}
{\end{tabular}}
\NewDocumentEnvironment{stabular*}{m o m}
{
-\renewcommand{\noalign}[1]{}
\begin{tabular}[#2]{#3}
+\renewcommand{\noalign}[1]{}
}
{\end{tabular}}
\endinput