summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ctable
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/ctable')
-rw-r--r--Master/texmf-dist/source/latex/ctable/ctable.dtx17
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}