From bde8571a27fc85283eec8adc43a126bb2bf927fa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 Sep 2009 23:34:41 +0000 Subject: ctable 1.15 (17sep09) git-svn-id: svn://tug.org/texlive/trunk@15348 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ctable/README | 8 ++++++-- Master/texmf-dist/doc/latex/ctable/ctable.pdf | Bin 914089 -> 914191 bytes Master/texmf-dist/source/latex/ctable/ctable.dtx | 14 ++++++++------ Master/texmf-dist/tex/latex/ctable/ctable.sty | 6 +++--- 4 files changed, 17 insertions(+), 11 deletions(-) diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README index 10981d312db..7fdd5d8bf9c 100644 --- a/Master/texmf-dist/doc/latex/ctable/README +++ b/Master/texmf-dist/doc/latex/ctable/README @@ -1,4 +1,4 @@ -This is version 1.14 of the ctable package +This is version 1.15 of the ctable package ctable.sty provides commands to easily typeset centered or left or right aligned tables and (multiple-)figure floats, with footnotes. @@ -9,6 +9,10 @@ extensions. License: LPPL +major changes of v1.15 relative to v1.14): +- removed whitespace before tables, +- corrected marginpars in the documentation + major changes of v1.14 relative to v1.13): - nosuper propagation to later tables prohibited - added option doinside @@ -39,4 +43,4 @@ major changes of v1.10 relative to v1.9): - *Captionskip option redefined*: 0pt value now corresponds to LaTeX defaults -$Id: README,v 1.4 2009-09-15 11:16:49 wybo Exp $ +$Id: README,v 1.5 2009-09-16 23:10:43 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf index 974ab446059..1e15120e650 100644 Binary files a/Master/texmf-dist/doc/latex/ctable/ctable.pdf and b/Master/texmf-dist/doc/latex/ctable/ctable.pdf differ diff --git a/Master/texmf-dist/source/latex/ctable/ctable.dtx b/Master/texmf-dist/source/latex/ctable/ctable.dtx index b5f59163ca7..f32bb859426 100644 --- a/Master/texmf-dist/source/latex/ctable/ctable.dtx +++ b/Master/texmf-dist/source/latex/ctable/ctable.dtx @@ -19,7 +19,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ctable} %<*package> - [2009/09/15 v1.14 ctable package] + [2009/09/17 v1.15 ctable package] % % %<*driver> @@ -30,7 +30,6 @@ verbose, pdftex, paper=a4paper, - nomarginpar, bottom=30mm, nohead ]{geometry} @@ -145,13 +144,16 @@ % same number as previous table, ` (continued' added % to caption. % } -% \changes{v1.14}{2008/08/12}{nosuper propagation to later tables prohibited +% \changes{v1.14}{2009/09/15}{nosuper propagation to later tables prohibited % added option doinside % use of (obsolete) carom.sty for docs discontinued % empty labels not created % newcolumntype warnings removed % caption package not needed anymore % } +% \changes{v1.15}{2009/09/17}{removed whitespace before tables, +% corrected marginpars in the documentation +% } % % \GetFileInfo{ctable.dtx} % @@ -699,9 +701,9 @@ % Save the standard X type once in the new type Y % \begin{macrocode} \newcolumntype{Y}{X} -\def\@ctblXcolumntype#1{ +\def\@ctblXcolumntype#1{% \let\NC@find@X\undefined - \newcolumntype{X}{#1} + \newcolumntype{X}{#1}% } \def\@ctblframe#1#2#3{% \@ctbloldsep\fboxsep\fboxsep\@ctblframesep% @@ -860,4 +862,4 @@ % \end{macrocode} % \Finale \endinput -$Id: ctable.dtx,v 1.64 2009-09-15 11:15:59 wybo Exp $ +$Id: ctable.dtx,v 1.65 2009-09-16 23:09:29 wybo Exp $ diff --git a/Master/texmf-dist/tex/latex/ctable/ctable.sty b/Master/texmf-dist/tex/latex/ctable/ctable.sty index 8e4028002b4..0ab3d273311 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} - [2009/09/15 v1.14 ctable package] + [2009/09/17 v1.15 ctable package] \RequirePackage{color,xkeyval,array,tabularx,booktabs,rotating} \def\NN{\tabularnewline} \def\FL{\toprule} @@ -77,9 +77,9 @@ \fi } \newcolumntype{Y}{X} -\def\@ctblXcolumntype#1{ +\def\@ctblXcolumntype#1{% \let\NC@find@X\undefined - \newcolumntype{X}{#1} + \newcolumntype{X}{#1}% } \def\@ctblframe#1#2#3{% \@ctbloldsep\fboxsep\fboxsep\@ctblframesep% -- cgit v1.2.3