diff options
author | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-03 00:31:48 +0000 |
---|---|---|
committer | Dr. Clea F. Rees <cfrees@imapmail.org> | 2008-12-03 00:31:48 +0000 |
commit | ab6df1620f622872e6d637d9be252c096d3a5ee2 (patch) | |
tree | 962e902e64c1ffe0a96fd10bd473fb0fd639deb7 /Master/texmf-dist | |
parent | 4f27dd85b17214cfe01fad1772840f3a3b9d88a1 (diff) |
tabulary 0.9
git-svn-id: svn://tug.org/texlive/trunk@11502 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabulary/tabulary.pdf | bin | 148691 -> 95359 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/tabulary/tabulary.dtx | 16 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabulary/tabulary.sty | 6 |
3 files changed, 12 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/tabulary/tabulary.pdf b/Master/texmf-dist/doc/latex/tabulary/tabulary.pdf Binary files differindex fe8424e8988..d572393421f 100644 --- a/Master/texmf-dist/doc/latex/tabulary/tabulary.pdf +++ b/Master/texmf-dist/doc/latex/tabulary/tabulary.pdf diff --git a/Master/texmf-dist/source/latex/tabulary/tabulary.dtx b/Master/texmf-dist/source/latex/tabulary/tabulary.dtx index c4b54c5bd24..308169c85c1 100644 --- a/Master/texmf-dist/source/latex/tabulary/tabulary.dtx +++ b/Master/texmf-dist/source/latex/tabulary/tabulary.dtx @@ -1,7 +1,7 @@ % \iffalse %% %% File `tabulary.dtx'. -%% Copyright (C) 1995 1996 2003 David Carlisle +%% Copyright (C) 1995 1996 2003 2008 David Carlisle %% This file may be distributed under the terms of the LPPL. %% See 00readme.txt for details. %% @@ -13,7 +13,7 @@ %<package>\ProvidesPackage{tabulary} % \fi % \ProvidesFile{tabulary.dtx} - [2007/10/02 v0.9 tabulary package (DPC)] + [2008/12/01 v0.9 tabulary package (DPC)] % % \iffalse %<*driver> @@ -35,7 +35,7 @@ \end{document} %</driver> % \fi -% \CheckSum{1337} +% \CheckSum{1339} % % \changes{v0.1}{1995/10/08} % {Initial version} @@ -185,7 +185,7 @@ % \end{center}} % % \clearpage -% +% % The following examples attempt to show the effect of the |\tymin| and % |\tymax| parameters. One should also perhaps note that |\tymax| % refers to the total column width (inluding any inter-column space, @@ -599,7 +599,9 @@ Z \message{> tymin}% \let\TY@checkmin\relax \ifdim\TY@tablewidth>\z@ \Gscale@div\TY@ratio\TY@linewidth\TY@tablewidth - \ifdim\TY@tablewidth <\linewidth +% \changes{v0.9}{2008/12/01} +% {\cs{TY@linewidth}} + \ifdim\TY@tablewidth <\TY@linewidth \def\TY@ratio{1}% \fi \else @@ -646,7 +648,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% % \end{macro} % % \begin{macro}{\TY@@checkmin} -% Saved value +% Saved value % \begin{macrocode} \let\TY@@checkmin\TY@checkmin % \end{macrocode} @@ -740,7 +742,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% \let\raggedleft\indent \let\arraybackslash\relax \prepnext@tok - \ifnum\@chnum<4 + \ifnum\@chnum<4 \global\expandafter\let\csname TY@F\the\TY@count\endcsname\z@ \fi \ifnum\@chnum=6 diff --git a/Master/texmf-dist/tex/latex/tabulary/tabulary.sty b/Master/texmf-dist/tex/latex/tabulary/tabulary.sty index 2a96de97120..7ea572c1213 100644 --- a/Master/texmf-dist/tex/latex/tabulary/tabulary.sty +++ b/Master/texmf-dist/tex/latex/tabulary/tabulary.sty @@ -8,13 +8,13 @@ %% DRAFT VERSION %% %% File `tabulary.dtx'. -%% Copyright (C) 1995 1996 2003 David Carlisle +%% Copyright (C) 1995 1996 2003 2008 David Carlisle %% This file may be distributed under the terms of the LPPL. %% See 00readme.txt for details. %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{tabulary} - [2007/10/02 v0.9 tabulary package (DPC)] + [2008/12/01 v0.9 tabulary package (DPC)] \RequirePackage{array} \catcode`\Z=14 \DeclareOption{debugshow}{\catcode`\Z=9\relax} @@ -192,7 +192,7 @@ Z \message{> tymin}% \let\TY@checkmin\relax \ifdim\TY@tablewidth>\z@ \Gscale@div\TY@ratio\TY@linewidth\TY@tablewidth - \ifdim\TY@tablewidth <\linewidth + \ifdim\TY@tablewidth <\TY@linewidth \def\TY@ratio{1}% \fi \else |