summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty')
-rw-r--r--Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty
index 7e92bfd07c8..f66a2b055a5 100644
--- a/Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty
+++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-tabularx.sty
@@ -20,14 +20,15 @@
\LWR@ProvidesPackageDrop{tabularx}[2016/02/03]
\RequirePackage{array}
+\def\tabularxcolumn#1{p{#1}}
+\newcolumntype{X}{p{1in}}
\DeclareDocumentEnvironment{tabularx}{m o m}
-{\tabular{#3}}
-{\endtabular}
+ {\tabular{#3}}
+ {\endtabular}
\DeclareDocumentEnvironment{tabularx*}{m o m}
-{\tabular{#3}}
-{\endtabular}
-
+ {\tabular{#3}}
+ {\endtabular}
\endinput
%%
%% End of file `lwarp-tabularx.sty'.