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/source/latex/ctable | |
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/source/latex/ctable')
-rw-r--r-- | Master/texmf-dist/source/latex/ctable/ctable.dtx | 19 |
1 files changed, 14 insertions, 5 deletions
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 $ |