diff options
author | Norbert Preining <preining@logic.at> | 2013-05-27 01:39:37 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-05-27 01:39:37 +0000 |
commit | 26cee9889d3a6331007204329d7af30c0fc70429 (patch) | |
tree | 29887865f4c1a7536b9c97479090bcc6a262d70f /Master/texmf-dist/source/latex/ctable | |
parent | 482b8f1300719b9a7e3cfecd1bcf745229f7a77c (diff) |
ctable update 5/27
git-svn-id: svn://tug.org/texlive/trunk@30702 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 | 11 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/ctable/ctable.ins | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/ctable/ctable.dtx b/Master/texmf-dist/source/latex/ctable/ctable.dtx index d1163616858..bdfc2167e99 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> - [2013/04/28 v1.24 Easy, key=value directed, option-rich, typesetting of floats] + [2013/05/24 v1.25 Easy, key=value directed, option-rich, typesetting of floats] %</package> % %<*driver> @@ -40,8 +40,7 @@ \definecolor{vbgreen}{rgb}{0,.6,0} \definecolor{B}{rgb}{0.77, 0.90, 0.96} \definecolor{Y}{rgb}{1,1,.878} -\def\URL#1{http://www.ctan.org/tex-archive/help/Catalogue/entries/#1.html} -\def\REF#1{\href{\URL{#1}}{\texttt{#1}}} +\def\REF#1{\href{http://www.ctan.org/pkg/#1}{\texttt{#1}}} \parindent0pt\parskip1ex \newcommand{\ROW}[3]{\parskip0pt% \colorbox{#1}{% @@ -178,10 +177,12 @@ % } % \changes{v1.23}{2012/05/28}{footerwidth option added % } -% \changes{v1.23}{2013/04/28}{require xcolor instead of color +% \changes{v1.24}{2013/04/28}{require xcolor instead of color % added option bgopacity % added option sidecap (for memoir only) % } +% \changes{v1.25}{2013/05/24}{url's to CTAN corrected +% } % % \GetFileInfo{ctable.dtx} % @@ -1177,4 +1178,4 @@ % \end{macrocode} % \Finale \endinput -$Id: ctable.dtx,v 1.84 2013/04/28 11:59:32 wybo Exp $ +$Id: ctable.dtx,v 1.85 2013/05/24 10:13:04 wybo Exp $ diff --git a/Master/texmf-dist/source/latex/ctable/ctable.ins b/Master/texmf-dist/source/latex/ctable/ctable.ins index 6a1b19247bd..0c51ff911ef 100644 --- a/Master/texmf-dist/source/latex/ctable/ctable.ins +++ b/Master/texmf-dist/source/latex/ctable/ctable.ins @@ -61,4 +61,4 @@ and version 1.2 or later is part of all distributions of LaTeX version \Msg{**************************************************************} \endbatchfile -$Id: ctable.ins,v 1.8 2011-03-16 15:56:11 wybo Exp $ +$Id: ctable.ins,v 1.8 2011/03/16 15:56:11 wybo Exp $ |