From 80e5868392e7e4bee386230f51ddd672af6a1559 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 21 Feb 2014 00:20:29 +0000 Subject: ctable (20feb14) git-svn-id: svn://tug.org/texlive/trunk@33011 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ctable/README | 5 ++--- Master/texmf-dist/doc/latex/ctable/ctable.pdf | Bin 830679 -> 830675 bytes Master/texmf-dist/source/latex/ctable/ctable.dtx | 17 ++++++++++------- Master/texmf-dist/tex/latex/ctable/ctable.sty | 14 +++++++------- 4 files changed, 19 insertions(+), 17 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/ctable/README b/Master/texmf-dist/doc/latex/ctable/README index 8c1e4ff5b74..da45ffd93f1 100644 --- a/Master/texmf-dist/doc/latex/ctable/README +++ b/Master/texmf-dist/doc/latex/ctable/README @@ -16,6 +16,5 @@ offering a route for future extensions. Installation: Execute the inst script with the --help option for more information. -Changes in version 1.27: - label option did not work with side caption - disable transparency with warning if tikz package loaded +Changes in version 1.28: + added percent characters at EOLs causing whitespace diff --git a/Master/texmf-dist/doc/latex/ctable/ctable.pdf b/Master/texmf-dist/doc/latex/ctable/ctable.pdf index 0be3b373c3a..7bbee2646bc 100644 Binary files a/Master/texmf-dist/doc/latex/ctable/ctable.pdf and b/Master/texmf-dist/doc/latex/ctable/ctable.pdf differ diff --git a/Master/texmf-dist/source/latex/ctable/ctable.dtx b/Master/texmf-dist/source/latex/ctable/ctable.dtx index b41c091120c..130998b5771 100644 --- a/Master/texmf-dist/source/latex/ctable/ctable.dtx +++ b/Master/texmf-dist/source/latex/ctable/ctable.dtx @@ -31,7 +31,7 @@ Execute the inst script with the --help option for more information. %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{ctable} %<*package> - [2013/12/19 v1.27 ctable package for \ + [2014/02/20 v1.28 ctable package for \ flexible typesetting of table and figure floats using key/value directives] % % @@ -231,6 +231,9 @@ Execute the inst script with the --help option for more information. % label option did not work with side caption\\ % disable transparency with warning if tikz package loaded % } +% \changes{v1.28}{2014/02/20}{ +% added percent characters at EOLs causing whitespace +% } % % \GetFileInfo{ctable.dtx} % @@ -1075,12 +1078,12 @@ Execute the inst script with the --help option for more information. \@ctblmaxwidth \@defaultctblmaxwidth \@ctblmincapwidth \@defaultctblmincapwidth \@ctblfooterwidth \@defaultctblfooterwidth - \def\@ctblfgactual {@defaultctblframefg} - \def\@ctblbgactual {@defaultctblframebg} - \def\@ctblbeg {\begin{\@ctblsideways\@ctbltaborfig\@ctblstarred}} - \def\@ctblbegin {\@ctblbeg} - \def\@ctblend {\end{\@ctblsideways\@ctbltaborfig\@ctblstarred}} - \setkeys{ctbl}{#1} + \def\@ctblfgactual {@defaultctblframefg}% + \def\@ctblbgactual {@defaultctblframebg}% + \def\@ctblbeg {\begin{\@ctblsideways\@ctbltaborfig\@ctblstarred}}% + \def\@ctblbegin {\@ctblbeg}% + \def\@ctblend {\end{\@ctblsideways\@ctbltaborfig\@ctblstarred}}% + \setkeys{ctbl}{#1}% % \end{macrocode} % Make the short caption equal to the caption if it has not been defined % \begin{macrocode} diff --git a/Master/texmf-dist/tex/latex/ctable/ctable.sty b/Master/texmf-dist/tex/latex/ctable/ctable.sty index 240ba6f304c..a4385a0fe0d 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} - [2013/12/19 v1.27 ctable package for \ + [2014/02/20 v1.28 ctable package for \ flexible typesetting of table and figure floats using key/value directives] \RequirePackage{ifpdf,xcolor,xkeyval,array,tabularx,booktabs,rotating} \ifpdf @@ -224,12 +224,12 @@ \@ctblmaxwidth \@defaultctblmaxwidth \@ctblmincapwidth \@defaultctblmincapwidth \@ctblfooterwidth \@defaultctblfooterwidth - \def\@ctblfgactual {@defaultctblframefg} - \def\@ctblbgactual {@defaultctblframebg} - \def\@ctblbeg {\begin{\@ctblsideways\@ctbltaborfig\@ctblstarred}} - \def\@ctblbegin {\@ctblbeg} - \def\@ctblend {\end{\@ctblsideways\@ctbltaborfig\@ctblstarred}} - \setkeys{ctbl}{#1} + \def\@ctblfgactual {@defaultctblframefg}% + \def\@ctblbgactual {@defaultctblframebg}% + \def\@ctblbeg {\begin{\@ctblsideways\@ctbltaborfig\@ctblstarred}}% + \def\@ctblbegin {\@ctblbeg}% + \def\@ctblend {\end{\@ctblsideways\@ctbltaborfig\@ctblstarred}}% + \setkeys{ctbl}{#1}% \ifx\@ctblcap\undefined\let\@ctblcap\@ctblcaption\fi \ifx\@ctblcap\empty \if@ctblhascaption\else -- cgit v1.2.3