summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/widetable/widetable.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/widetable/widetable.dtx')
-rw-r--r--Master/texmf-dist/source/latex/widetable/widetable.dtx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/widetable/widetable.dtx b/Master/texmf-dist/source/latex/widetable/widetable.dtx
index 2396a7a79eb..0053d936d31 100644
--- a/Master/texmf-dist/source/latex/widetable/widetable.dtx
+++ b/Master/texmf-dist/source/latex/widetable/widetable.dtx
@@ -24,7 +24,7 @@ this license is at: http://www.latex-project.org/lppl.txt
This work is "author-maintained"
-This work consists of this file WIDETABLE.dtx, a README file
+This work consists of this file widetable.dtx, a README file
the manifest.txt file, and the derived files:
widetable.sty and widetable.pdf.
@@ -79,7 +79,7 @@ PDF format.
%<package>\NeedsTeXFormat{LaTeX2e}[2016/01/01]
%<package>\ProvidesPackage{widetable}%
%<*package>
- [2017/09/05 v.1.2 Package for typesetting specified width tables]
+ [2017/09/07 v.1.3 Package for typesetting specified width tables]
%</package>
%<*driver>
\documentclass{ltxdoc}
@@ -117,7 +117,7 @@ PDF format.
\end{document}
%</driver>
% \fi
-% \CheckSum{180}
+% \CheckSum{178}
% \begin{abstract}
% This package allows to typeset tables of specified width,
% provided they fit in one page. Instead of introducing an
@@ -416,7 +416,7 @@ PDF format.
\def\@tempC{widetable}
\setlength{\wt@width}{#1}%
\def\wt@preamble{#3}
- \edef\wt@starttabular{\noexpand\tabular[#2]{\wt@preamble}}
+ \def\wt@starttabular{\tabular[#2]{#3}}
\wt@getTable}%
% \end{macrocode}
%