diff options
author | Norbert Preining <preining@logic.at> | 2007-11-16 10:36:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-16 10:36:33 +0000 |
commit | ba87075c61e86be44a9c494494d2dce07c4c6d58 (patch) | |
tree | 0c7e426f2f8f13bfe710c9b26ea2169b72dc1966 /Master/texmf-dist | |
parent | f1e8038fed1676cc0a498f4eedd3db2e2d60e84b (diff) |
update tabluary v0.9 from CTAN
git-svn-id: svn://tug.org/texlive/trunk@5438 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/source/latex/tabulary/tabulary.dtx | 10 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabulary/tabulary.sty | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/tabulary/tabulary.dtx b/Master/texmf-dist/source/latex/tabulary/tabulary.dtx index 82f0750de45..c4b54c5bd24 100644 --- a/Master/texmf-dist/source/latex/tabulary/tabulary.dtx +++ b/Master/texmf-dist/source/latex/tabulary/tabulary.dtx @@ -13,7 +13,7 @@ %<package>\ProvidesPackage{tabulary} % \fi % \ProvidesFile{tabulary.dtx} - [2003/09/14 v0.8 tabulary package (DPC)] + [2007/10/02 v0.9 tabulary package (DPC)] % % \iffalse %<*driver> @@ -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, @@ -646,7 +646,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 +740,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 @@ -908,7 +908,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% $\vcenter\@startpbox{\@nextchar}\insert@column \@endpbox $\or \vtop \@startpbox{\@nextchar}\insert@column \@endpbox \or \vbox \@startpbox{\@nextchar}\insert@column \@endpbox \or - \d@llarbegin \insert@column \d@llarend \or" dubious s case + \d@llarbegin \insert@column \d@llarend \or% dubious s case \TY@box\centering\or \TY@box\raggedright\or \TY@box\raggedleft\or diff --git a/Master/texmf-dist/tex/latex/tabulary/tabulary.sty b/Master/texmf-dist/tex/latex/tabulary/tabulary.sty index 02620e51e0e..2a96de97120 100644 --- a/Master/texmf-dist/tex/latex/tabulary/tabulary.sty +++ b/Master/texmf-dist/tex/latex/tabulary/tabulary.sty @@ -14,7 +14,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{tabulary} - [2003/09/14 v0.8 tabulary package (DPC)] + [2007/10/02 v0.9 tabulary package (DPC)] \RequirePackage{array} \catcode`\Z=14 \DeclareOption{debugshow}{\catcode`\Z=9\relax} @@ -382,7 +382,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% $\vcenter\@startpbox{\@nextchar}\insert@column \@endpbox $\or \vtop \@startpbox{\@nextchar}\insert@column \@endpbox \or \vbox \@startpbox{\@nextchar}\insert@column \@endpbox \or - \d@llarbegin \insert@column \d@llarend \or" dubious s case + \d@llarbegin \insert@column \d@llarend \or% dubious s case \TY@box\centering\or \TY@box\raggedright\or \TY@box\raggedleft\or |