diff options
author | Karl Berry <karl@freefriends.org> | 2011-05-01 22:41:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-05-01 22:41:26 +0000 |
commit | 70f591817b5748d4d9874c24aa51918ce84f975d (patch) | |
tree | 85f672c4aabf9765d85b969f404d530224c68720 | |
parent | 45db29c673328af1f957040cec94b6420b83bd80 (diff) |
ctable (1may11)
git-svn-id: svn://tug.org/texlive/trunk@22269 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/ctable.pdf | bin | 826299 -> 826270 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ctable/ctable.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ctable/ctable.sty | 3 |
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README index a34b90ea824..d1ddeceda49 100644 --- a/Master/texmf-dist/doc/latex/ctable/README +++ b/Master/texmf-dist/doc/latex/ctable/README @@ -8,8 +8,11 @@ first is optional and is used for key,value pairs generating variations on the defaults and offering a route for future extensions. -major changes of v1.18 relative to v1.17): +changes of v1.19 relative to v1.18: +- sideways option did not work anymore; corrected + +major changes of v1.18 relative to v1.17: - introduced \setupctable, setting defaults for the options - added complements for several option: topcap, nosideways, et cetera -$Id: README,v 1.8 2011-04-15 20:22:05 wybo Exp $ +$Id: README,v 1.9 2011-04-30 20:23:15 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf Binary files differindex 8e1220337ae..f2506c3c912 100644 --- a/Master/texmf-dist/doc/latex/ctable/ctable.pdf +++ b/Master/texmf-dist/doc/latex/ctable/ctable.pdf diff --git a/Master/texmf-dist/source/latex/ctable/ctable.dtx b/Master/texmf-dist/source/latex/ctable/ctable.dtx index d5bc7c5751e..2799a202787 100644 --- a/Master/texmf-dist/source/latex/ctable/ctable.dtx +++ b/Master/texmf-dist/source/latex/ctable/ctable.dtx @@ -19,7 +19,7 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{ctable} %<*package> - [2011/04/15 v1.18 ctable package] + [2011/05/01 v1.19 ctable package] %</package> % %<*driver> @@ -164,6 +164,8 @@ % \changes{v1.18}{2011/04/15}{added setupctable for option defaults % added complement for several options (topcap, nosideways, et cetera % } +% \changes{v1.19}{2011/05/01}{sideways option did not work anymore; corrected +% } % % \GetFileInfo{ctable.dtx} % @@ -783,7 +785,6 @@ table, continued=(continued), topcap, - pos=, framerule=0pt, captionskip=0pt, framesep=0pt, @@ -1016,4 +1017,4 @@ % \end{macrocode} % \Finale \endinput -$Id: ctable.dtx,v 1.72 2011-04-15 20:35:11 wybo Exp $ +$Id: ctable.dtx,v 1.73 2011-04-30 20:21:06 wybo Exp $ diff --git a/Master/texmf-dist/tex/latex/ctable/ctable.sty b/Master/texmf-dist/tex/latex/ctable/ctable.sty index b915b5fd4c1..0114e652f21 100644 --- a/Master/texmf-dist/tex/latex/ctable/ctable.sty +++ b/Master/texmf-dist/tex/latex/ctable/ctable.sty @@ -22,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{ctable} - [2011/04/15 v1.18 ctable package] + [2011/05/01 v1.19 ctable package] \RequirePackage{color,xkeyval,array,tabularx,booktabs,rotating} \def\NN{\tabularnewline} \def\FL{\toprule} @@ -86,7 +86,6 @@ table, continued=(continued), topcap, - pos=, framerule=0pt, captionskip=0pt, framesep=0pt, |