diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-31 23:56:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-31 23:56:15 +0000 |
commit | 6028598eadf5dc99c7cc0eac3327563363caf852 (patch) | |
tree | e52f8902aa942d9a4b329b5492db44b9e22e0ccb /Master/texmf-dist | |
parent | ad227c71fbd167ae8f13652001762616fc719c68 (diff) |
ctable (30oct10)
git-svn-id: svn://tug.org/texlive/trunk@20274 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/README | 11 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ctable/ctable.pdf | bin | 923952 -> 818922 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ctable/ctable.dtx | 19 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ctable/ctable.sty | 3 |
4 files changed, 21 insertions, 12 deletions
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 Binary files differindex a1895d40074..1543a2758b3 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 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 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{ctable} %<*package> - [2010/06/26 v1.16 ctable package] + [2010/10/30 v1.17 ctable package] %</package> % %<*driver> \documentclass{ltxdoc} -\usepackage{ctable,txfonts} +\usepackage{ctable,txfonts,paralist} \usepackage[l2tabu,orthodox]{nag} \usepackage[ verbose, @@ -79,7 +79,7 @@ %</driver> % \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 |