texlive[56855] Master/texmf-dist: xltabular (4nov20)

commits+karl at tug.org commits+karl at tug.org
Wed Nov 4 22:36:26 CET 2020


Revision: 56855
          http://tug.org/svn/texlive?view=revision&revision=56855
Author:   karl
Date:     2020-11-04 22:36:26 +0100 (Wed, 04 Nov 2020)
Log Message:
-----------
xltabular (4nov20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/xltabular/Changes
    trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
    trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty

Modified: trunk/Master/texmf-dist/doc/latex/xltabular/Changes
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xltabular/Changes	2020-11-04 21:36:11 UTC (rev 56854)
+++ trunk/Master/texmf-dist/doc/latex/xltabular/Changes	2020-11-04 21:36:26 UTC (rev 56855)
@@ -1,3 +1,4 @@
+2.0e  2020/11/04  - insert a \par at the beginning of xltabular
 2.0c  2020/03/20  - restore of original longtable more robust
 2.0a  2018/12/16  - better hyperref support; example files
 1.0a  2018/05/23  - restore original tabularx must not be statically

Modified: trunk/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty	2020-11-04 21:36:11 UTC (rev 56854)
+++ trunk/Master/texmf-dist/tex/latex/xltabular/xltabular.sty	2020-11-04 21:36:26 UTC (rev 56855)
@@ -6,7 +6,7 @@
 % Copyright 2018-2020 Herbert Voss    <hvoss at tug.org>
 %                     Rolf Niepraschk <Rolf.Niepraschk at gmx.de>
 %%
-\ProvidesPackage{xltabular}[2020/06/14 v0.2d `xltabular' package (hv,RN)]
+\ProvidesPackage{xltabular}[2020/11/04 v0.2e `xltabular' package (hv,RN)]
 \RequirePackage{tabularx}
 \let\XLT at i@tabularx=\tabularx
 \let\XLT at i@endtabularx=\endtabularx
@@ -35,16 +35,18 @@
 % define a new tabularx like the one from "ltablex" 
 %
 \newenvironment{xltabular}[1][x]%
-{\if l#1%
+{%
+  \par
+  \if l#1%
     \LTleft\z@ \LTright\fill
- \else\if r#1%
+  \else\if r#1%
     \LTleft\fill \LTright\z@
- \else\if c#1%
+  \else\if c#1%
     \LTleft\fill \LTright\fill
- \fi\fi\fi
- \let\TX at endtabularx=\XLT at ii@TX at endtabularx
- \let\endtabularx\endxltabular
- \XLT at ii@tabularx}
+  \fi\fi\fi
+  \let\TX at endtabularx=\XLT at ii@TX at endtabularx
+  \let\endtabularx\endxltabular
+  \XLT at ii@tabularx}
 {\def\@currenvir{tabularx}}
 
 \def\LT at caption{%



More information about the tex-live-commits mailing list.