diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-15 21:46:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-15 21:46:31 +0000 |
commit | e1e42142f42c80f84a6ffc8e35f60423a25cdb80 (patch) | |
tree | d1f779c38ba8731d765713fbebe7785194d92c15 /Master/texmf-dist/tex | |
parent | 9fe1e4b8c3a316e2895e7f13d1bb7f2215b0d938 (diff) |
widetable (15jan20)
git-svn-id: svn://tug.org/texlive/trunk@53409 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/widetable/widetable.sty | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/widetable/widetable.sty b/Master/texmf-dist/tex/latex/widetable/widetable.sty index 0e8a755a0e6..ec8cd70b472 100644 --- a/Master/texmf-dist/tex/latex/widetable/widetable.sty +++ b/Master/texmf-dist/tex/latex/widetable/widetable.sty @@ -7,20 +7,17 @@ %% widetable.dtx (with options: `package') %% ______________________________________________________ %% The WIDETABLE bundle -%% Copyright (C) 2009-2019 Claudio Beccari +%% Copyright (C) 2009-2020 Claudio Beccari %% All rights reserved %% %% License information appended %% - -\NeedsTeXFormat{LaTeX2e}[2016/01/01] +\NeedsTeXFormat{LaTeX2e}[2018/01/01] \ProvidesPackage{widetable}% - [2019-06-25 v.2.0 Package for typesetting specified width tables] + [2020-01-13 v.2.1 Package for typesetting specified width tables] -\ProvidesPackage{widetable}[2019-06-24 v.1.5 A simpler way to produce - tables of specified width] \RequirePackage{xparse}[2019-05-01] -\DeclareDocumentEnvironment{widetable}{m O{c} m +b} +\DeclareDocumentEnvironment{widetabular}{m O{c} m +b} {% OPENING WIDETABLE COMMANDS }% {% CLOSING WIDETABLE @@ -30,7 +27,8 @@ \tabcolsep=6pt\relax \setbox\tw@=\hbox{\tabular{#3}#4\endtabular}% \ifdim\dimen0>\wd\z@ - \tabcolsep=\dimexpr \tabcolsep*(\dimen0-\wd\z@)/(\wd\tw@-\wd\z@)\relax + \tabcolsep=% + \dimexpr\tabcolsep*(\dimen0-\wd\z@)/(\wd\tw@-\wd\z@)\relax \else \ifdim\dimen0<\wd\z@ \PackageWarning{widetable}{% @@ -45,9 +43,10 @@ \tabular[#2]{#3}#4\endtabular \ignorespacesafterend } +\let\widetable\widetabular \let\endwidetable\endwidetabular %% -%% Copyright 2009-2019 Claudio Beccari +%% Copyright 2009-2020 Claudio Beccari %% %% Distributable under the LaTeX Project Public License, %% version 1.3c or higher (your choice). The latest version of |