diff options
author | Karl Berry <karl@freefriends.org> | 2014-02-21 00:20:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-02-21 00:20:29 +0000 |
commit | 80e5868392e7e4bee386230f51ddd672af6a1559 (patch) | |
tree | eac670433235dda35ae613de308670196483606b /Master/texmf-dist/source/latex/ctable | |
parent | fbb85518d07efa369e18454dcbce811bd3d2f0fe (diff) |
ctable (20feb14)
git-svn-id: svn://tug.org/texlive/trunk@33011 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 | 17 |
1 files changed, 10 insertions, 7 deletions
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. %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\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] %</package> % @@ -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} |