From 6028598eadf5dc99c7cc0eac3327563363caf852 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 31 Oct 2010 23:56:15 +0000 Subject: ctable (30oct10) git-svn-id: svn://tug.org/texlive/trunk@20274 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ctable/README | 11 +++++------ Master/texmf-dist/doc/latex/ctable/ctable.pdf | Bin 923952 -> 818922 bytes Master/texmf-dist/source/latex/ctable/ctable.dtx | 19 ++++++++++++++----- Master/texmf-dist/tex/latex/ctable/ctable.sty | 3 ++- 4 files changed, 21 insertions(+), 12 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README index c5975b1e1c9..952c65683ec 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.16 of the ctable package +This is version 1.17 of the ctable package License: LPPL ctable.sty provides commands to easily typeset centered or left or @@ -8,12 +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.17 relative to v1.16): +- doinside option propagated in subsequent ctable calls + major changes of v1.16 relative to v1.15): - option cap={} did not suppress lot/lof entry - notespar option now generates fully justified notes -major changes of v1.15 relative to v1.14): -- removed whitespace before tables, -- corrected marginpars in the documentation - -$Id: README,v 1.6 2010-06-26 21:05:33 wybo Exp $ +$Id: README,v 1.7 2010-10-29 22:23:41 wybo Exp $ diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf index a1895d40074..1543a2758b3 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 e165b8d8a2a..a7b98282303 100644 --- a/Master/texmf-dist/source/latex/ctable/ctable.dtx +++ b/Master/texmf-dist/source/latex/ctable/ctable.dtx @@ -19,12 +19,12 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ctable} %<*package> - [2010/06/26 v1.16 ctable package] + [2010/10/30 v1.17 ctable package] % % %<*driver> \documentclass{ltxdoc} -\usepackage{ctable,txfonts} +\usepackage{ctable,txfonts,paralist} \usepackage[l2tabu,orthodox]{nag} \usepackage[ verbose, @@ -79,7 +79,7 @@ % % \fi % -% \CheckSum{396} +% \CheckSum{398} % % \CharacterTable % {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z @@ -155,7 +155,10 @@ % \changes{v1.15}{2009/09/17}{removed whitespace before tables, % corrected marginpars in the documentation % } -% \changes{v1.16}{2009/11/02}{option cap={} did not suppress lot/lof entry +% \changes{v1.16}{2010/06/26}{option cap={} did not suppress lot/lof entry +% notespar option now generates fully justified notes +% } +% \changes{v1.17}{2010/10/30}{option cap={} did not suppress lot/lof entry % notespar option now generates fully justified notes % } % @@ -400,6 +403,11 @@ % then be replaced with |l| as long as the width of the resulting table % stays with the specified maximum width. % +% \section{Tips} +% \begin{compactitem} +% \item When you a table wider than |\textwidth|, use the geometry package +% and surround your ctable call with |\newgeometry{width=...,margin=...}| and |\restoregeometry|. +% \end{compactitem} % \section{Examples} % Table~\ref{nowidth} is an example taken from the related package % \REF{threeparttable} by Donald Arseneau, with an extra footnote. @@ -750,6 +758,7 @@ \def\@ctblstarred {}% \def\@ctblnosuper {}% \def\@ctblnotespar{}% + \def\@ctbldoinside{}% \@ctblframerule0pt \@ctblcaptionskip=0ex \@ctblframesep0pt @@ -875,4 +884,4 @@ % \end{macrocode} % \Finale \endinput -$Id: ctable.dtx,v 1.68 2010-06-26 21:04:57 wybo Exp $ +$Id: ctable.dtx,v 1.69 2010-10-29 21:54:38 wybo Exp $ diff --git a/Master/texmf-dist/tex/latex/ctable/ctable.sty b/Master/texmf-dist/tex/latex/ctable/ctable.sty index e2dbbb409e9..5345fbc01ac 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} - [2010/06/26 v1.16 ctable package] + [2010/10/30 v1.17 ctable package] \RequirePackage{color,xkeyval,array,tabularx,booktabs,rotating} \def\NN{\tabularnewline} \def\FL{\toprule} @@ -121,6 +121,7 @@ \def\@ctblstarred {}% \def\@ctblnosuper {}% \def\@ctblnotespar{}% + \def\@ctbldoinside{}% \@ctblframerule0pt \@ctblcaptionskip=0ex \@ctblframesep0pt -- cgit v1.2.3