diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/computational-complexity')
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/cc.cls | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/computational-complexity/cc.cls b/Master/texmf-dist/tex/latex/computational-complexity/cc.cls index 21c46b84ed8..d43248aeb54 100644 --- a/Master/texmf-dist/tex/latex/computational-complexity/cc.cls +++ b/Master/texmf-dist/tex/latex/computational-complexity/cc.cls @@ -38,7 +38,7 @@ \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] \RequirePackage{ccaux} diff --git a/Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty b/Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty index 26f353467c8..d4441cd253f 100644 --- a/Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty +++ b/Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty @@ -612,11 +612,12 @@ \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 @@ -685,6 +686,7 @@ \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}% |