diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/computational-complexity/cc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/computational-complexity/cc.dtx | 20 |
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}% |