From ffae7911290698a9da1d39087cd103badc4c586c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Oct 2009 15:15:46 +0000 Subject: widetable update (30sep09) git-svn-id: svn://tug.org/texlive/trunk@15611 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/widetable/README | 17 +++++-- Master/texmf-dist/doc/latex/widetable/manifest.txt | 33 +++++++++++-- .../texmf-dist/doc/latex/widetable/widetable.pdf | Bin 221716 -> 240972 bytes .../source/latex/widetable/widetable.dtx | 32 +++++++++--- .../source/latex/widetable/widetable.ins | 54 +++++++++++---------- .../texmf-dist/tex/latex/widetable/widetable.sty | 28 +++++------ 6 files changed, 105 insertions(+), 59 deletions(-) diff --git a/Master/texmf-dist/doc/latex/widetable/README b/Master/texmf-dist/doc/latex/widetable/README index 08b24aacbb4..fc9a46e30ae 100644 --- a/Master/texmf-dist/doc/latex/widetable/README +++ b/Master/texmf-dist/doc/latex/widetable/README @@ -1,5 +1,14 @@ -This small package defines a new environment that, unlike -tabularX, typesets a table of specified width by working on -the inter column glue; the tabular cells will all be -stretched (or shrinked) according to the need. +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. +It differs from tabularX since here all cells are widened by working on the +inter column glue, not on the measure of certain specified textual cells as +it is done with tabularX. + + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either version 1.3 + of this license or (at your option) any later version. + The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX + version 2003/12/01 or later. diff --git a/Master/texmf-dist/doc/latex/widetable/manifest.txt b/Master/texmf-dist/doc/latex/widetable/manifest.txt index 9b2d226025e..dcff5733324 100644 --- a/Master/texmf-dist/doc/latex/widetable/manifest.txt +++ b/Master/texmf-dist/doc/latex/widetable/manifest.txt @@ -1,11 +1,34 @@ -This small package is intended to be a second resource when typesetting +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. -It differs from tabularX since here all cells are widened by working on the -inter column glue, not on the measure of certain specifies textual cells as +It differs from tabularX since here all cells are widened by working on the +inter column glue, not on the measure of certain specified textual cells as it is done with tabularX. -This package is uder the LPPL, version 1.3 or any subsequent version. -This package as the status of author maintained. + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either version 1.3 + of this license or (at your option) any later version. + The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX + version 2003/12/01 or later. + + This work has the LPPL maintenance status "maintained". + + The Current Maintainer of this work is Claudio Beccari + + The list of all files belonging to the distribution is + given in this file `manifest.txt'. + + The list of derived (unpacked) files belonging to the distribution + and covered by LPPL is defined by the unpacking scripts (with + extension .ins) which are part of the distribution. + +The main files of this work are + widetable.ins + widteable.dtx +The derived files are + widetable.pdf (obtained by pdflatexing widetale.dtx) + widetable.sty (obtained by (la)texing widetale.ins) Claudio Beccari, 28 September 2009 \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/widetable/widetable.pdf b/Master/texmf-dist/doc/latex/widetable/widetable.pdf index c96664b09a7..dfd31717dd3 100644 Binary files a/Master/texmf-dist/doc/latex/widetable/widetable.pdf and b/Master/texmf-dist/doc/latex/widetable/widetable.pdf differ diff --git a/Master/texmf-dist/source/latex/widetable/widetable.dtx b/Master/texmf-dist/source/latex/widetable/widetable.dtx index fdd228ef240..f2560db3f9f 100644 --- a/Master/texmf-dist/source/latex/widetable/widetable.dtx +++ b/Master/texmf-dist/source/latex/widetable/widetable.dtx @@ -1,11 +1,4 @@ % \iffalse -%% -%% File `widetable.dtx'. -%% Copyright (C) 2009 Claudio Beccari all rights reserved. -%% -% \fi -% -% \iffalse %<*driver> \ProvidesFile{widetable.dtx}% % @@ -29,7 +22,7 @@ \GetFileInfo{widetable.dtx}% \title{The Package \textsf{widetable}\thanks{Version number \fileversion; last revision \filedate.}} -\author{Claudio Beccari} +\author{Claudio Beccari\thanks{\texttt{claudio dot beccari at gmail dot com}}} \maketitle \begin{multicols}{2} \tableofcontents @@ -46,6 +39,29 @@ % computed so as to have the table come out with the proper width. % \end{abstract} % +% \section{Legalese} +% +% This file is part of the |widetable| package. +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2003/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work is Claudio Beccari +% +% The list of all files belonging to the distribution is +% given in the file `manifest.txt'. +% +% The list of derived (unpacked) files belonging to the distribution +% and covered by LPPL is defined by the unpacking scripts (with +% extension .ins) which are part of the distribution. +% %\section{Introduction} % It is well known that when the standard environment |tabular*| is opened with % a specified width, it is necessary to introduce in the delimiter declaration |@{...}| diff --git a/Master/texmf-dist/source/latex/widetable/widetable.ins b/Master/texmf-dist/source/latex/widetable/widetable.ins index 5f7dddf542d..c02153e79f3 100644 --- a/Master/texmf-dist/source/latex/widetable/widetable.ins +++ b/Master/texmf-dist/source/latex/widetable/widetable.ins @@ -1,20 +1,26 @@ %% %% ---------------------------------------- %% -%% This system is distributed in the hope that it will be useful, -%% but WITHOUT ANY WARRANTY; without even the implied warranty of -%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +%% This file is part of the widetable package. +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. %% -%% IMPORTANT NOTICE: +%% This work has the LPPL maintenance status "maintained". +%% +%% The Current Maintainer of this work is Claudio Beccari %% -%% Copyright 2009 Claudio Beccari -%% All rights reserved. +%% The list of all files belonging to the distribution is +%% given in the file `manifest.txt'. %% -%% Permission is granted to distribute verbatim copies of this file -%% together with widetable.dtx. -%% -%% No other permissions to copy or distribute this file in any form -%% are granted and in particular no permission to modify its contents. +%% The list of derived (unpacked) files belonging to the distribution +%% and covered by LPPL is defined by the unpacking scripts (with +%% extension .ins) which are part of the distribution. %% %% --------------- start of docstrip commands ------------------ %% @@ -22,26 +28,24 @@ \input docstrip.tex \preamble -Copyright 2009 Claudio Beccari All rights reserved. +Copyright 2009 Claudio Beccari - This system is distributed in the hope that it will be useful, + This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + This work may be distributed and/or modified under the + conditions of the LaTeX Project Public License, either version 1.3 + of this license or (at your option) any later version. + The latest version of this license is in + http://www.latex-project.org/lppl.txt + and version 1.3 or later is part of all distributions of LaTeX + version 2003/12/01 or later. -IMPORTANT NOTICE: - -You are not allowed to change this file. - -You are allowed to distribute this file under the condition that -it is distributed together with widetable.dtx. - -If you receive only some of these files from someone, complain! + This work has the LPPL maintenance status "maintained". + + The Current Maintainer of this work is Claudio Beccari -You are NOT ALLOWED to distribute this file alone. You are NOT -ALLOWED to take money for the distribution or use of either this -file or a changed version, except for a nominal charge for copying -etc. \endpreamble \def\batchfile{widetable.dst} % ignored in distribution \input docstrip.tex % ignored in distribution diff --git a/Master/texmf-dist/tex/latex/widetable/widetable.sty b/Master/texmf-dist/tex/latex/widetable/widetable.sty index 6e16a1f9b8c..985a41c8f23 100644 --- a/Master/texmf-dist/tex/latex/widetable/widetable.sty +++ b/Master/texmf-dist/tex/latex/widetable/widetable.sty @@ -6,30 +6,24 @@ %% %% widetable.dtx (with options: `package') %% -%% Copyright 2009 Claudio Beccari All rights reserved. +%% Copyright 2009 Claudio Beccari %% -%% This system is distributed in the hope that it will be useful, +%% This package is distributed in the hope that it will be useful, %% but WITHOUT ANY WARRANTY; without even the implied warranty of %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. %% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. %% -%% IMPORTANT NOTICE: +%% This work has the LPPL maintenance status "maintained". %% -%% You are not allowed to change this file. +%% The Current Maintainer of this work is Claudio Beccari %% -%% You are allowed to distribute this file under the condition that -%% it is distributed together with widetable.dtx. -%% -%% If you receive only some of these files from someone, complain! -%% -%% You are NOT ALLOWED to distribute this file alone. You are NOT -%% ALLOWED to take money for the distribution or use of either this -%% file or a changed version, except for a nominal charge for copying -%% etc. -%% -%% File `widetable.dtx'. -%% Copyright (C) 2009 Claudio Beccari all rights reserved. -%% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{widetable}% [2009/07/21 v.1.0 Package for typesetting specified width tables] -- cgit v1.2.3