summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/ctable/README7
-rw-r--r--Master/texmf-dist/doc/latex/ctable/ctable.pdfbin826299 -> 826270 bytes
-rw-r--r--Master/texmf-dist/source/latex/ctable/ctable.dtx7
-rw-r--r--Master/texmf-dist/tex/latex/ctable/ctable.sty3
4 files changed, 10 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README
index a34b90ea824..d1ddeceda49 100644
--- a/Master/texmf-dist/doc/latex/ctable/README
+++ b/Master/texmf-dist/doc/latex/ctable/README
@@ -8,8 +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.18 relative to v1.17):
+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.8 2011-04-15 20:22:05 wybo Exp $
+$Id: README,v 1.9 2011-04-30 20:23:15 wybo Exp $
diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf
index 8e1220337ae..f2506c3c912 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 d5bc7c5751e..2799a202787 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/04/15 v1.18 ctable package]
+ [2011/05/01 v1.19 ctable package]
%</package>
%
%<*driver>
@@ -164,6 +164,8 @@
% \changes{v1.18}{2011/04/15}{added setupctable for option defaults
% added complement for several options (topcap, nosideways, et cetera
% }
+% \changes{v1.19}{2011/05/01}{sideways option did not work anymore; corrected
+% }
%
% \GetFileInfo{ctable.dtx}
%
@@ -783,7 +785,6 @@
table,
continued=(continued),
topcap,
- pos=,
framerule=0pt,
captionskip=0pt,
framesep=0pt,
@@ -1016,4 +1017,4 @@
% \end{macrocode}
% \Finale
\endinput
-$Id: ctable.dtx,v 1.72 2011-04-15 20:35:11 wybo Exp $
+$Id: ctable.dtx,v 1.73 2011-04-30 20:21:06 wybo Exp $
diff --git a/Master/texmf-dist/tex/latex/ctable/ctable.sty b/Master/texmf-dist/tex/latex/ctable/ctable.sty
index b915b5fd4c1..0114e652f21 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/04/15 v1.18 ctable package]
+ [2011/05/01 v1.19 ctable package]
\RequirePackage{color,xkeyval,array,tabularx,booktabs,rotating}
\def\NN{\tabularnewline}
\def\FL{\toprule}
@@ -86,7 +86,6 @@
table,
continued=(continued),
topcap,
- pos=,
framerule=0pt,
captionskip=0pt,
framesep=0pt,