diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-23 23:34:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-23 23:34:40 +0000 |
commit | 2290bfdf9afc805d8a73d6d9728c1362486db3fd (patch) | |
tree | a135145e85d7712cf8d72cd916c0c1549445fd3a /Master | |
parent | 35c8a6c999c88800146abb0df96becdb3f0ddf9c (diff) |
tabulary (22jun14)
git-svn-id: svn://tug.org/texlive/trunk@34368 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabulary/tabulary.pdf | bin | 95359 -> 256360 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/tabulary/tabulary.dtx | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabulary/tabulary.sty | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/tabulary/tabulary.pdf b/Master/texmf-dist/doc/latex/tabulary/tabulary.pdf Binary files differindex d572393421f..c5a8ed2e616 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 308169c85c1..b455cf03820 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} - [2008/12/01 v0.9 tabulary package (DPC)] + [2014/06/11 v0.10 tabulary package (DPC)] % % \iffalse %<*driver> @@ -35,7 +35,7 @@ \end{document} %</driver> % \fi -% \CheckSum{1339} +% \CheckSum{1346} % % \changes{v0.1}{1995/10/08} % {Initial version} @@ -49,6 +49,8 @@ % {Remove multi pass table env and unboxed star form} % \changes{v0.8}{2003/09/14} % {Rename S to J and `hide' s (until it works)} +% \changes{v0.10}{2014/06/21} +% {support \cs{cellcolor} see http://tex.stackexchange.com/a/185851/1090} % % \section{User Documentation} % @@ -879,6 +881,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% \expandafter\let\expandafter\color\expandafter\relax \expandafter\let\expandafter\CT@column@color\expandafter\relax \expandafter\let\expandafter\CT@row@color\expandafter\relax + \expandafter\let\expandafter\CT@cell@color\expandafter\relax \@mkpream{#1}} \let\TY@@mkpream\@mkpream \def\TY@classz{% @@ -921,6 +924,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% \CT@setup \CT@column@color \CT@row@color + \CT@cell@color \CT@do@color \endgroup \@tempdima\ht\z@ diff --git a/Master/texmf-dist/tex/latex/tabulary/tabulary.sty b/Master/texmf-dist/tex/latex/tabulary/tabulary.sty index 7ea572c1213..5660cdfbbeb 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} - [2008/12/01 v0.9 tabulary package (DPC)] + [2014/06/11 v0.10 tabulary package (DPC)] \RequirePackage{array} \catcode`\Z=14 \DeclareOption{debugshow}{\catcode`\Z=9\relax} @@ -351,6 +351,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% \expandafter\let\expandafter\color\expandafter\relax \expandafter\let\expandafter\CT@column@color\expandafter\relax \expandafter\let\expandafter\CT@row@color\expandafter\relax + \expandafter\let\expandafter\CT@cell@color\expandafter\relax \@mkpream{#1}} \let\TY@@mkpream\@mkpream \def\TY@classz{% @@ -393,6 +394,7 @@ Z \message{^^JTotal:\the\@tempdima^^J}% \CT@setup \CT@column@color \CT@row@color + \CT@cell@color \CT@do@color \endgroup \@tempdima\ht\z@ |