From c20fdc6b7854dee401aa129d25b4671eb97d274a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 9 Sep 2017 22:35:56 +0000 Subject: widetable (9sep17) git-svn-id: svn://tug.org/texlive/trunk@45258 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/widetable/widetable.dtx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/source/latex/widetable') 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. %\NeedsTeXFormat{LaTeX2e}[2016/01/01] %\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] % %<*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 -- cgit v1.2.3