summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-05 23:29:53 +0000
committerKarl Berry <karl@freefriends.org>2011-09-05 23:29:53 +0000
commitf1480fce72a3c994acd441182f02beb90517c1dd (patch)
treed265da0af140bf9136ffb8f12df576ff74d24224 /Master/texmf-dist
parenta7a29f3107bd09ca044ce0eb3fccbb2204498819 (diff)
ctable (5sep11)
git-svn-id: svn://tug.org/texlive/trunk@23834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/ctable/11k3
-rw-r--r--Master/texmf-dist/doc/latex/ctable/11l4
-rw-r--r--Master/texmf-dist/doc/latex/ctable/11m5
-rw-r--r--Master/texmf-dist/doc/latex/ctable/README14
-rw-r--r--Master/texmf-dist/doc/latex/ctable/ctable.pdfbin962755 -> 787038 bytes
-rw-r--r--Master/texmf-dist/source/latex/ctable/ctable.dtx24
-rw-r--r--Master/texmf-dist/tex/latex/ctable/ctable.sty2
7 files changed, 13 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/11k b/Master/texmf-dist/doc/latex/ctable/11k
deleted file mode 100644
index 444efdf1fb4..00000000000
--- a/Master/texmf-dist/doc/latex/ctable/11k
+++ /dev/null
@@ -1,3 +0,0 @@
-\ctable[
-]{c}{}{\FL first row\LL}
-$Id: 11k,v 1.1 2007-07-22 15:30:56 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/ctable/11l b/Master/texmf-dist/doc/latex/ctable/11l
deleted file mode 100644
index c3745157526..00000000000
--- a/Master/texmf-dist/doc/latex/ctable/11l
+++ /dev/null
@@ -1,4 +0,0 @@
-\ctable[
- sideways
-]{c}{}{\FL first row\LL}
-$Id: 11l,v 1.1 2007-07-22 15:30:56 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/ctable/11m b/Master/texmf-dist/doc/latex/ctable/11m
deleted file mode 100644
index 3d17876c080..00000000000
--- a/Master/texmf-dist/doc/latex/ctable/11m
+++ /dev/null
@@ -1,5 +0,0 @@
-\setcounter{page}{2}
-\ctable[
- sideways
-]{c}{}{\FL first row\LL}
-$Id: 11m,v 1.1 2007-07-22 15:30:56 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README
index fa000349e15..00c29593c37 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.20 of the ctable package
+This is version 1.21 of the ctable package
License: LPPL
ctable.sty provides commands to easily typeset centered or left or
@@ -8,17 +8,13 @@ first is optional and is used for key,value pairs generating
variations on the defaults and offering a route for future
extensions.
+changes of v1.21 relative to v1.20:
+- better documentaation for sideways, captionsleft/right/inside
+
changes of v1.20 relative to v1.19:
- added (for \setupctable only) these options related to the sideways option:
captionsleft
captionsright
captionsinside
-changes of v1.19 relative to v1.18:
-- sideways option did not work anymore; corrected
-
-major changes of v1.18 relative to v1.17:
-- introduced \setupctable, setting defaults for the options
-- added complements for several option: topcap, nosideways, et cetera
-
-$Id: README,v 1.10 2011-08-24 14:02:11 wybo Exp $
+$Id: README,v 1.11 2011-09-05 11:39:44 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf
index 173dacb13fd..ab2777802cd 100644
--- a/Master/texmf-dist/doc/latex/ctable/ctable.pdf
+++ b/Master/texmf-dist/doc/latex/ctable/ctable.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/ctable/ctable.dtx b/Master/texmf-dist/source/latex/ctable/ctable.dtx
index 9f38257fa7d..d9a51c5e206 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>
- [2011/08/24 v1.20 ctable package]
+ [2011/09/05 v1.21 ctable package]
%</package>
%
%<*driver>
@@ -169,6 +169,7 @@
% \changes{v1.20}{2011/08/24}{added options captionsleft, captionsright, captionsinside;
% (for setupctable only)
% }
+% \changes{v1.21}{2011/09/05}{better documentation for sideways, captionsleft/right/inside options}
%
% \GetFileInfo{ctable.dtx}
%
@@ -282,7 +283,7 @@
% |\setupctable{captionsinside}| all tables typeset with the |sideways|
% option will have their captions at the left in one-sided documents. In
% twosided documents, captions will be on the left for odd-numbered pages
-% and on the right for even-numbered pages.
+% and on the right for even-numbered pages. This is the default.
%
% \DescribeMacro{center\hfill}
% center the table in the available text width; this is the default.
@@ -368,8 +369,9 @@
% \DescribeMacro{sideways\hfill}
% rotate table or figure by 90 degrees anticlockwise and put it on a
% separate page. With the twoside option for the standard \LaTeX\ document
-% classes, rotation will be -90 on even pages. If you use this option, the
-% |pos| option is not allowed. See also: |nosideways|.
+% classes, rotation will be -90 on even pages, unless the options
+% |captionleft| or |captionsright| are used. If you use this option, the
+% |pos| option is not allowed. See also: |nosideways|, |captionsinside|.
%
% \DescribeMacro{star\hfill}
% use the starred versions of the |table| and |figure| environments, which
@@ -728,18 +730,6 @@
% \medskip\\
% \ROW{Y}{s14a}{14a}
%
-% \subsection{\ttfamily\bfseries sideways}
-% The |sideways| option creates a landscape table with its head pointing at the
-% spine\,---\,when the documentclass' twoside option has been used, that is. The
-% following examples show the effect of the |sideways| option, first on page one,
-% then on page 2. Note that the |caption| option has not been used, so no caption
-% appears:
-% \medskip\\
-% \ROW{Y}{s11k}{11k}
-% \ROW{B}{s11l}{11l}
-% \ROW{B}{s11m}{11m}
-%
-% \newpage
% \StopEventually{}
%
% \section{Implementation}
@@ -1055,4 +1045,4 @@
% \end{macrocode}
% \Finale
\endinput
-$Id: ctable.dtx,v 1.75 2011-08-24 14:01:54 wybo Exp $
+$Id: ctable.dtx,v 1.76 2011-09-05 11:37:29 wybo Exp $
diff --git a/Master/texmf-dist/tex/latex/ctable/ctable.sty b/Master/texmf-dist/tex/latex/ctable/ctable.sty
index 7955d9cb078..04251fa323e 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}
- [2011/08/24 v1.20 ctable package]
+ [2011/09/05 v1.21 ctable package]
\RequirePackage{color,xkeyval,array,tabularx,booktabs,rotating}
\def\NN{\tabularnewline}
\def\FL{\toprule}