summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-26 21:24:37 +0000
committerKarl Berry <karl@freefriends.org>2017-10-26 21:24:37 +0000
commit3158d05f4a6c640300dc4e0e2319e85188828db2 (patch)
tree9a238d94b93a643bb030b27dd22c154aeb201bb9 /Master/texmf-dist
parent49b5449684c5567f46c84152f7105fe18c543147 (diff)
xltabular (26oct17)
git-svn-id: svn://tug.org/texlive/trunk@45609 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/xltabular/Changes1
-rw-r--r--Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdfbin70927 -> 71029 bytes
-rw-r--r--Master/texmf-dist/tex/latex/xltabular/xltabular.sty4
3 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/xltabular/Changes b/Master/texmf-dist/doc/latex/xltabular/Changes
index 3f2208759a4..44811b4f1b0 100644
--- a/Master/texmf-dist/doc/latex/xltabular/Changes
+++ b/Master/texmf-dist/doc/latex/xltabular/Changes
@@ -1,3 +1,4 @@
+0.05 2017-10-26 - set \keepXColumns
0.04 2017-10-23 - wrong references (RN)
0.03 2017-10-01 - fix for \caption* in longtable
0.02 2017-09-28 - added optional argument for horizontal alignment
diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
index ef6b03edf7d..28a8471faab 100644
--- a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
+++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/xltabular/xltabular.sty b/Master/texmf-dist/tex/latex/xltabular/xltabular.sty
index e374f695440..1e6f6da606f 100644
--- a/Master/texmf-dist/tex/latex/xltabular/xltabular.sty
+++ b/Master/texmf-dist/tex/latex/xltabular/xltabular.sty
@@ -7,13 +7,15 @@
% Copyright 2017 Herbert Voss <hvoss@tug.org>
% Rolf Niepraschk <Rolf.Niepraschk@gmx.de>
%%
-\ProvidesPackage{xltabular}[2017/10/24 v0.04 `xltabular' package (hv,RN)]
+\ProvidesPackage{xltabular}[2017/10/26 v0.05 `xltabular' package (hv,RN)]
\RequirePackage{tabularx}
\let\ORIGi@tabularx=\tabularx
\let\ORIGi@endtabularx=\endtabularx
\let\ORIGi@TX@endtabularx=\TX@endtabularx
%
\RequirePackage{ltablex}
+\keepXColumns% xltabular behaves like tabularx
+%
\let\ORIGii@tabularx=\tabularx
\let\ORIGii@TX@endtabularx=\TX@endtabularx
%