diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-07 22:52:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-07 22:52:15 +0000 |
commit | f9c2085ff0cc9743608e6247e8e061343c6025d0 (patch) | |
tree | 4b2f2ca9b591eba2d349982117a8e13b887b52d0 /Master/texmf-dist/tex/latex/computational-complexity | |
parent | 050038704b1e3d4885ff94896915f3139cb9ba9f (diff) |
computational-complexity (7may12)
git-svn-id: svn://tug.org/texlive/trunk@26250 c570f23f-e606-0410-a88d-b1316a301751
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}% |