summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/computational-complexity
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-07 22:52:15 +0000
committerKarl Berry <karl@freefriends.org>2012-05-07 22:52:15 +0000
commitf9c2085ff0cc9743608e6247e8e061343c6025d0 (patch)
tree4b2f2ca9b591eba2d349982117a8e13b887b52d0 /Master/texmf-dist/source/latex/computational-complexity
parent050038704b1e3d4885ff94896915f3139cb9ba9f (diff)
computational-complexity (7may12)
git-svn-id: svn://tug.org/texlive/trunk@26250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/computational-complexity')
-rw-r--r--Master/texmf-dist/source/latex/computational-complexity/cc.dtx20
1 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/computational-complexity/cc.dtx b/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
index 6055cce872a..65df35577cd 100644
--- a/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
+++ b/Master/texmf-dist/source/latex/computational-complexity/cc.dtx
@@ -2829,6 +2829,8 @@ multilingual,english]{cc}
% \changes{v2.21}{2012/04/17}{Advanced version to 2.21, bug fixes in
% relation to \cs{bare}\cs{ref}. It is planned to advance to 3.0
% soon. Michael N{\"{u}}sken, Bonn}
+% \changes{v2.22}{2012/05/07}{Added version in draft output. It is
+% planned to advance to 3.0 soon. Michael N{\"{u}}sken, Bonn}
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\providecommand\ignorespacesafterend{\@ignoretrue}
@@ -2837,7 +2839,7 @@ multilingual,english]{cc}
\ifclass\expandafter\ProvidesClass\else\expandafter\ProvidesPackage\fi
{\ifclass cc\else cc-cls\fi}
[% CC MAIN DATE AND VERSION ON NEXT LINE
-2012/04/17 v2.21
+2012/05/07 v2.22
computational complexity
\ifclass document class\else package\fi]
% \end{macrocode}
@@ -4954,6 +4956,8 @@ computational complexity
% was used) are printed. Moreover, a head rule of width
% |\headrulewidth| is produced. Note that |\ccpublish| disables
% this.
+% \changes{v2.21}{2012/05/07}{Added version below helperstrip.
+% Michael N{\"{u}}sken, Bonn}
% \begin{macrocode}
\newskip\headerindent \headerindent=10mm
\newdimen\headrulewidth \headrulewidth.4pt
@@ -4965,11 +4969,12 @@ computational complexity
\if@ccpublish
\ps@ccfirst
\def\@oddfoot{%
- \ifKV@ccsps@helperstrip%
- \begin{picture}(0,0)%
- \put(340,3){{\stripbox}}%
- \end{picture}%
- \fi
+ \ifKV@ccsps@helperstrip%
+ \begin{picture}(0,0)%
+ \put(340,3){{\stripbox}}%
+ \put(10,-5){{\tiny Produced with: \texttt{\csname ver@cc.cls\endcsname}}}%
+ \end{picture}%
+ \fi
}%
\let\@evenfoot\@oddfoot
\fi
@@ -5033,6 +5038,8 @@ computational complexity
% \begin{macro}{\ps@ccfirst}
% The page style \texttt{ccfirst} is provided for typesetting the
% first page during the publishing process.
+% \changes{v2.21}{2012/05/07}{Added version below helperstrip.
+% Michael N{\"{u}}sken, Bonn}
% \begin{macrocode}
\def\ps@ccfirst{%
\def\@oddfoot{%
@@ -5050,6 +5057,7 @@ computational complexity
\ifKV@ccsps@helperstrip%
\begin{picture}(0,0)%
\put(340,3){{\stripbox}}%
+ \put(10,-5){{\tiny Produced with: \texttt{\csname ver@cc.cls\endcsname}}}%
\end{picture}%
\fi
\fi}%