summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-09-07 21:01:59 +0000
committerKarl Berry <karl@freefriends.org>2017-09-07 21:01:59 +0000
commit44dfd6cef474cd655e44cf7f73750c50437459f2 (patch)
treed1f08a2e0c4a5113de1581141ecba5f7ddb22661
parent3da1ba462c57f8bc7238041c9bbb0c7894cf1f26 (diff)
widetable (7sep17)
git-svn-id: svn://tug.org/texlive/trunk@45240 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/widetable/README2
-rw-r--r--Master/texmf-dist/doc/latex/widetable/widetable.pdfbin379817 -> 379795 bytes
-rw-r--r--Master/texmf-dist/source/latex/widetable/widetable.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/widetable/widetable.sty6
4 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/widetable/README b/Master/texmf-dist/doc/latex/widetable/README
index e62523fd932..34931b5cb03 100644
--- a/Master/texmf-dist/doc/latex/widetable/README
+++ b/Master/texmf-dist/doc/latex/widetable/README
@@ -1,4 +1,4 @@
-Package widetable version 1.2 dated 2017
+Package widetable version 1.x dated 2017
This small package is intended to be a second resource when typesetting
tables that would look a little better if they were set with a specified width.
diff --git a/Master/texmf-dist/doc/latex/widetable/widetable.pdf b/Master/texmf-dist/doc/latex/widetable/widetable.pdf
index f703ca88e2a..8c477f60f02 100644
--- a/Master/texmf-dist/doc/latex/widetable/widetable.pdf
+++ b/Master/texmf-dist/doc/latex/widetable/widetable.pdf
Binary files differ
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}
%
diff --git a/Master/texmf-dist/tex/latex/widetable/widetable.sty b/Master/texmf-dist/tex/latex/widetable/widetable.sty
index 71d5b01ca98..ecdd43a1fc9 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/05 v.1.2 Package for typesetting specified width tables]
+ [2017/09/07 v.1.3 Package for typesetting specified width tables]
\ProvidesPackage{widetable}[2017/09/05 v.1.2 A simpler way to produce
tables of specified width]
@@ -41,7 +41,7 @@
\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}%
\def\endwidetable{% CLOSING WIDETABLE
\ifwt@scartare
@@ -110,7 +110,7 @@
%%
%% 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.
%%