diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-24 21:37:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-24 21:37:21 +0000 |
commit | 6377163c8f6f9dddca891dd63969f687b2e6f929 (patch) | |
tree | 6898b2bc7ddaa731261bef77147fd51fcbdbd1a1 /Master/texmf-dist/tex | |
parent | b3dc1b6fdac11d737f34e433fe1e61590466b6a8 (diff) |
xltabular (24may18)
git-svn-id: svn://tug.org/texlive/trunk@47829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/xltabular/xltabular.sty | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/xltabular/xltabular.sty b/Master/texmf-dist/tex/latex/xltabular/xltabular.sty index 1e6f6da606f..ff18911fe40 100644 --- a/Master/texmf-dist/tex/latex/xltabular/xltabular.sty +++ b/Master/texmf-dist/tex/latex/xltabular/xltabular.sty @@ -1,13 +1,12 @@ -%% $Id: xltabular.sty 635 2017-10-24 18:22:59Z herbert $ %% %% This file is distributed under the terms of the LaTeX Project Public %% License from CTAN archives in directory macros/latex/base/lppl.txt. %% Either version 1.3 or, at your option, any later version. %% -% Copyright 2017 Herbert Voss <hvoss@tug.org> +% Copyright 2018 Herbert Voss <hvoss@tug.org> % Rolf Niepraschk <Rolf.Niepraschk@gmx.de> %% -\ProvidesPackage{xltabular}[2017/10/26 v0.05 `xltabular' package (hv,RN)] +\ProvidesPackage{xltabular}[2018/05/23 v0.1a `xltabular' package (hv,RN)] \RequirePackage{tabularx} \let\ORIGi@tabularx=\tabularx \let\ORIGi@endtabularx=\endtabularx @@ -22,9 +21,9 @@ \let\ORIG@longtable=\longtable % % restore original tabularx -\let\tabularx=\ORIGi@tabularx -\let\endtabularx=\ORIGi@endtabularx -\let\TX@endtabularx=\ORIGi@TX@endtabularx +\renewenvironment{tabularx}% +{\let\TX@endtabularx=\ORIGi@TX@endtabularx\ORIGi@tabularx} +{\ORIGi@endtabularx} % % define a new tabularx like the one from "ltablex" % |