From 4fd48367b332a49ef36193de6bf329ec365573c3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 4 Nov 2020 21:36:26 +0000 Subject: xltabular (4nov20) git-svn-id: svn://tug.org/texlive/trunk@56855 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/xltabular/Changes | 1 + .../doc/latex/xltabular/xltabular-doc.pdf | Bin 71437 -> 71248 bytes Master/texmf-dist/tex/latex/xltabular/xltabular.sty | 18 ++++++++++-------- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/xltabular/Changes b/Master/texmf-dist/doc/latex/xltabular/Changes index d29caef556a..4863998012b 100644 --- a/Master/texmf-dist/doc/latex/xltabular/Changes +++ b/Master/texmf-dist/doc/latex/xltabular/Changes @@ -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 diff --git a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf index 99ae7edd827..31763a2549e 100644 Binary files a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf and b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf differ diff --git a/Master/texmf-dist/tex/latex/xltabular/xltabular.sty b/Master/texmf-dist/tex/latex/xltabular/xltabular.sty index 9b76de88752..6752047c5e5 100644 --- a/Master/texmf-dist/tex/latex/xltabular/xltabular.sty +++ b/Master/texmf-dist/tex/latex/xltabular/xltabular.sty @@ -6,7 +6,7 @@ % Copyright 2018-2020 Herbert Voss % Rolf Niepraschk %% -\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@i@tabularx=\tabularx \let\XLT@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@endtabularx=\XLT@ii@TX@endtabularx - \let\endtabularx\endxltabular - \XLT@ii@tabularx} + \fi\fi\fi + \let\TX@endtabularx=\XLT@ii@TX@endtabularx + \let\endtabularx\endxltabular + \XLT@ii@tabularx} {\def\@currenvir{tabularx}} \def\LT@caption{% -- cgit v1.2.3