summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/widetable
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-09 22:35:56 +0000
committerKarl Berry <karl@freefriends.org>2017-09-09 22:35:56 +0000
commitc20fdc6b7854dee401aa129d25b4671eb97d274a (patch)
treed7a06ab7b93ce87f71b1f51ffbe1d26c76e67064 /Master/texmf-dist/tex/latex/widetable
parentd91d40d37350bba28958779ec12b9901b69decbd (diff)
widetable (9sep17)
git-svn-id: svn://tug.org/texlive/trunk@45258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/widetable')
-rw-r--r--Master/texmf-dist/tex/latex/widetable/widetable.sty10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/widetable/widetable.sty b/Master/texmf-dist/tex/latex/widetable/widetable.sty
index ecdd43a1fc9..114ea14a57c 100644
--- a/Master/texmf-dist/tex/latex/widetable/widetable.sty
+++ b/Master/texmf-dist/tex/latex/widetable/widetable.sty
@@ -15,7 +15,7 @@
\NeedsTeXFormat{LaTeX2e}[2016/01/01]
\ProvidesPackage{widetable}%
- [2017/09/07 v.1.3 Package for typesetting specified width tables]
+ [2017/09/09 v.1.4 Package for typesetting specified width tables]
\ProvidesPackage{widetable}[2017/09/05 v.1.2 A simpler way to produce
tables of specified width]
@@ -38,10 +38,10 @@
\DeclareDocumentCommand\widetable{m O{c} m}
{% OPENING WIDETABLE
- \def\@tempC{widetable}
+ \def\@tempC{widetable}%
\setlength{\wt@width}{#1}%
- \def\wt@preamble{#3}
- \def\wt@starttabular{\tabular[#2]{#3}}
+ \def\wt@preamble{#3}%
+ \def\wt@starttabular{\tabular[#2]{#3}}%
\wt@getTable}%
\def\endwidetable{% CLOSING WIDETABLE
\ifwt@scartare
@@ -58,7 +58,7 @@
material\MessageBreak
is larger than the specified width
`\the\wt@width'\MessageBreak\null\space \MessageBreak
- The table is typeset with the default column spacing}
+ The table is typeset with the default column spacing}%
\else
\@tempdimb=\dimexpr\wt@width-\wd\z@\relax
\fi