diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/cclayout.sty | 12 |
1 files changed, 7 insertions, 5 deletions
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}% |