summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-16 10:57:42 +0000
committerNorbert Preining <preining@logic.at>2007-11-16 10:57:42 +0000
commite079fe13ffdc70e98604410357103ad637adb5b3 (patch)
tree51a911bbab92e7077c3854cf4ba2980b2177fef6 /Master/texmf-dist/source
parent26a5e20d6d379e77f021e478b3934f5bc99a2cdd (diff)
update ctable 1.6 from ctan
git-svn-id: svn://tug.org/texlive/trunk@5449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/ctable/ctable.dtx46
-rw-r--r--Master/texmf-dist/source/latex/ctable/ctable.ins44
2 files changed, 47 insertions, 43 deletions
diff --git a/Master/texmf-dist/source/latex/ctable/ctable.dtx b/Master/texmf-dist/source/latex/ctable/ctable.dtx
index 28ed1e851ab..d136eb73514 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>
- [2007/08/17 v1.10 ctable package]
+ [2007/09/07 v1.11 ctable package]
%</package>
%
%<*driver>
@@ -40,7 +40,7 @@
\def\URL#1{http://www.ctan.org/tex-archive/help/Catalogue/entries/#1.html}
\def\REF#1{\href{\URL{#1}}{\texttt{#1}}}
\parindent0pt\parskip1ex
-\long\def\ROW#1#2#3{\noindent\parskip0pt%
+\newcommand{\ROW}[3]{\noindent\parskip0pt%
%\fboxsep0pt
\colorbox{#1}{%
\parbox{.98\hsize}{%
@@ -77,7 +77,7 @@
%</driver>
% \fi
%
-% \CheckSum{323}
+% \CheckSum{322}
%
% \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
@@ -132,6 +132,10 @@
% its facilities. *Captionskip option redefined*: 0pt
% value now corresponds to LaTeX defaults
% }
+% \changes{v1.11}{2007/09/07}{Added some percent signs at EOL to prevent
+% whitespace,
+% Removed xspace usage - caused overfull badness
+% }
%
% \GetFileInfo{ctable.dtx}
%
@@ -621,7 +625,7 @@
%
% \section{Implementation}
% \begin{macrocode}
-\RequirePackage{xspace,color,xkeyval,array,tabularx,booktabs,rotating,caption}
+\RequirePackage{color,xkeyval,array,tabularx,booktabs,rotating,caption}
\def\NN{\tabularnewline}
\def\FL{\toprule}
\def\ML{\NN\midrule}
@@ -693,29 +697,29 @@
\newcommand{\tnote}[2][a]{%
\hbox{\@cttextsuperscript{\normalfont\textit{#1}}}&#2\NN}
\newcommand{\tmark}[1][a]{%
- \hbox{\textsuperscript{\normalfont\textit{#1\xspace}}}}
+ \hbox{\textsuperscript{\normalfont\textit{#1}}}}
\newcommand{\ctable}[4][]{%
- \def\@ctbltaborfig{table}
- \def\@ctblalign {center}
- \def\@ctblsideways {}
- \def\@ctblpos {}
- \def\@ctblcaption {}
- \def\@ctblcap {}
- \def\@ctbllabel {}
- \def\@ctblbeg {\begin{\@ctblsideways\@ctbltaborfig\@ctblstarred}}
- \def\@ctblbegin {\@ctblbeg}
- \def\@ctblend {\end{\@ctblsideways\@ctbltaborfig\@ctblstarred}}
- \def\@ctblbotcap {}
- \def\@ctblstarred {}
- \definecolor{@ctblframefg}{rgb}{0,0,0}
- \definecolor{@ctblframebg}{rgb}{1,1,1}
+ \def\@ctbltaborfig{table}%
+ \def\@ctblalign {center}%
+ \def\@ctblsideways {}%
+ \def\@ctblpos {}%
+ \def\@ctblcaption {}%
+ \def\@ctblcap {}%
+ \def\@ctbllabel {}%
+ \def\@ctblbeg {\begin{\@ctblsideways\@ctbltaborfig\@ctblstarred}}%
+ \def\@ctblbegin {\@ctblbeg}%
+ \def\@ctblend {\end{\@ctblsideways\@ctbltaborfig\@ctblstarred}}%
+ \def\@ctblbotcap {}%
+ \def\@ctblstarred {}%
+ \definecolor{@ctblframefg}{rgb}{0,0,0}%
+ \definecolor{@ctblframebg}{rgb}{1,1,1}%
\@ctblframerule0pt
\@ctblcaptionskip0ex
\@ctblframesep0pt
\@ctblwidth=0pt
\@ctblmaxwidth=0pt
\@ctblmincapwidth=0pt
- \setkeys{ctbl}{#1}
+ \setkeys{ctbl}{#1}%
% \end{macrocode}
% It makes no sense to use \textsl{width} together with \textsl{maxwidth} or
% \textsl{pos} together with \textsl{sideways}
@@ -824,4 +828,4 @@
% \end{macrocode}
% \Finale
\endinput
-$Id: ctable.dtx,v 1.49 2007/08/13 20:30:15 wybo Exp $
+$Id: ctable.dtx,v 1.53 2007/09/07 08:20:19 wybo Exp $
diff --git a/Master/texmf-dist/source/latex/ctable/ctable.ins b/Master/texmf-dist/source/latex/ctable/ctable.ins
index adea4bba77a..7b8e79eaff8 100644
--- a/Master/texmf-dist/source/latex/ctable/ctable.ins
+++ b/Master/texmf-dist/source/latex/ctable/ctable.ins
@@ -38,27 +38,27 @@ and version 1.2 or later is part of all distributions of LaTeX version
\generate{\file{ctable.sty}{\from{ctable.dtx}{package}}}
\obeyspaces
-\Msg{*************************************************************}
-\Msg{* *}
-\Msg{* To finish the installation you have to move the following *}
-\Msg{* file into a directory searched by TeX: *}
-\Msg{* *}
-\Msg{* ctable.sty *}
-\Msg{* *}
-\Msg{* To produce the documentation: *}
-\Msg{* 1. generate the graphics needed by running doit in doc *}
-\Msg{* 2. run the file ctable.dtx through LaTeX: *}
-\Msg{* *}
-\Msg{* pdflatex --interaction=batchmode $NAME > /dev/null *}
-\Msg{* makeindex -q -s gglo.ist -o ctable.gls ctable.glo *}
-\Msg{* makeindex -q -s gind.ist -o ctable.ind ctable.idx *}
-\Msg{* pdflatex --interaction=batchmode $NAME > /dev/null *}
-\Msg{* (or maybe adapt the inst script to do that and *}
-\Msg{* install everything at the same time) *}
-\Msg{* *}
-\Msg{* Happy TeXing! *}
-\Msg{* *}
-\Msg{*************************************************************}
+\Msg{**************************************************************}
+\Msg{* *}
+\Msg{* To finish the installation you have to move the following *}
+\Msg{* file into a directory searched by TeX: *}
+\Msg{* *}
+\Msg{* ctable.sty *}
+\Msg{* *}
+\Msg{* To produce the documentation: *}
+\Msg{* 1. generate the graphics needed by running doit in doc *}
+\Msg{* 2. run the file ctable.dtx through LaTeX: *}
+\Msg{* *}
+\Msg{* pdflatex --interaction=batchmode ctable.dtx > /dev/null *}
+\Msg{* makeindex -q -s gglo.ist -o ctable.gls ctable.glo *}
+\Msg{* makeindex -q -s gind.ist -o ctable.ind ctable.idx *}
+\Msg{* pdflatex --interaction=batchmode ctable.dtx > /dev/null *}
+\Msg{* (or maybe adapt the inst script to do that and *}
+\Msg{* install everything at the same time) *}
+\Msg{* *}
+\Msg{* Happy TeXing! *}
+\Msg{* *}
+\Msg{**************************************************************}
\endbatchfile
-$Id: ctable.ins,v 1.5 2007/07/22 13:47:51 wybo Exp $
+$Id: ctable.ins,v 1.6 2007/08/18 12:14:49 wybo Exp $