diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-04 21:36:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-04 21:36:26 +0000 |
commit | 4fd48367b332a49ef36193de6bf329ec365573c3 (patch) | |
tree | ade9e8705636957aa598fc5b9175f156bac06ca5 /Master | |
parent | ab58f04a9f9ab4b730678510d271d265eea3a156 (diff) |
xltabular (4nov20)
git-svn-id: svn://tug.org/texlive/trunk@56855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/Changes | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf | bin | 71437 -> 71248 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/xltabular/xltabular.sty | 18 |
3 files changed, 11 insertions, 8 deletions
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 Binary files differindex 99ae7edd827..31763a2549e 100644 --- a/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf +++ b/Master/texmf-dist/doc/latex/xltabular/xltabular-doc.pdf 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 <hvoss@tug.org> % Rolf Niepraschk <Rolf.Niepraschk@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@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{% |