diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-17 23:34:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-17 23:34:41 +0000 |
commit | bde8571a27fc85283eec8adc43a126bb2bf927fa (patch) | |
tree | b9a008c14c5be7528c02500e0ca6b0aa0780068b /Master/texmf-dist/source/latex | |
parent | 1684d0a29834ce566a114b73ca0d6a8cf38edc21 (diff) |
ctable 1.15 (17sep09)
git-svn-id: svn://tug.org/texlive/trunk@15348 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/ctable/ctable.dtx | 14 |
1 files changed, 8 insertions, 6 deletions
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 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{ctable} %<*package> - [2009/09/15 v1.14 ctable package] + [2009/09/17 v1.15 ctable package] %</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 $ |