diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-09 22:35:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-09 22:35:56 +0000 |
commit | c20fdc6b7854dee401aa129d25b4671eb97d274a (patch) | |
tree | d7a06ab7b93ce87f71b1f51ffbe1d26c76e67064 /Master/texmf-dist/source/latex | |
parent | d91d40d37350bba28958779ec12b9901b69decbd (diff) |
widetable (9sep17)
git-svn-id: svn://tug.org/texlive/trunk@45258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/widetable/widetable.dtx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/widetable/widetable.dtx b/Master/texmf-dist/source/latex/widetable/widetable.dtx index 0053d936d31..bcd2010ce9a 100644 --- a/Master/texmf-dist/source/latex/widetable/widetable.dtx +++ b/Master/texmf-dist/source/latex/widetable/widetable.dtx @@ -79,7 +79,7 @@ PDF format. %<package>\NeedsTeXFormat{LaTeX2e}[2016/01/01] %<package>\ProvidesPackage{widetable}% %<*package> - [2017/09/07 v.1.3 Package for typesetting specified width tables] + [2017/09/09 v.1.4 Package for typesetting specified width tables] %</package> %<*driver> \documentclass{ltxdoc} @@ -106,7 +106,7 @@ PDF format. \begin{document} \makeatletter \GetFileInfo{widetable.dtx}% -\title{The Package \textsf{widetable}} +\title{The \textsf{widetable} package} \date{Version number \fileversion; last revision \filedate.} \author{Claudio Beccari\thanks{\texttt{claudio dot beccari at gmail dot com}}} \maketitle @@ -413,10 +413,10 @@ PDF format. % \begin{macrocode} \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}% % \end{macrocode} % @@ -461,7 +461,7 @@ PDF format. 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 |