diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-20 21:36:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-20 21:36:11 +0000 |
commit | 06f5d134f3696be39eff8a31b5e4915dd59cf666 (patch) | |
tree | ea909fc4d67006bcb97675b542c478b0cf775530 /Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex | |
parent | a262478df24d895c9ec6e33766d70ef3671fc097 (diff) |
computational-complexity update
git-svn-id: svn://tug.org/texlive/trunk@19079 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex b/Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex index f3fc6c834fa..59939cf6f69 100644 --- a/Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex +++ b/Master/texmf-dist/doc/latex/computational-complexity/cc-cls-inline.tex @@ -39,7 +39,7 @@ \ifclass\expandafter\ProvidesClass\else\expandafter\ProvidesPackage\fi {\ifclass cc\else cc-cls\fi} [% CC MAIN DATE AND VERSION ON NEXT LINE -2010/01/25 v2.11 +2010/06/17 v2.12 computational complexity \ifclass document class\else package\fi] \RequirePackage{ccaux} @@ -1237,7 +1237,7 @@ computational complexity \reinit@list@label } \newcommand{\algonumerate@labelexplicit}[1]{% For algorithm i/o - \typeout{item explicit [#1]}% +%%% \typeout{item explicit [#1]}% \algonumerate@makelabelexplicit{#1}% \global\let\algonumerate@global\global \gdef\global{\algonumerate@global\let\global\algonumerate@global @@ -1249,7 +1249,7 @@ computational complexity \global}% } \newcommand{\algonumerate@labelempty}[1]{% For algorithm i/o - \typeout{item empty [#1]}% +%%% \typeout{item empty [#1]}% \algonumerate@makelabelempty{}% \global\let\algonumerate@global\global \gdef\global{\algonumerate@global\let\global\algonumerate@global @@ -1257,7 +1257,7 @@ computational complexity \global}% } \newcommand{\algonumerate@labelautomatic}[1]{% For algorithm steps - \typeout{item automatic [#1]}% +%%% \typeout{item automatic [#1]}% \algonumerate@makelabelautomatic{#1}% \global\let\algonumerate@global\global \gdef\global{\algonumerate@global\let\global\algonumerate@global @@ -1269,7 +1269,7 @@ computational complexity \global}% } \newcommand{\algonumerate@labelnumber}[1]{% For algorithm steps - \typeout{item numbered [#1]}% +%%% \typeout{item numbered [#1]}% \algonumerate@makelabelnumber{#1}% \global\let\algonumerate@global\global \gdef\global{\algonumerate@global\let\global\algonumerate@global @@ -2125,6 +2125,11 @@ computational complexity %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} +\if@ccpublish +\expandafter\xdef\csname ver@fullpage.sty\endcsname{9999}% +\typeout{The package fullpage is forbidden when publishing in the + journal computation complexity. It will be ignored.} +\fi \let\@contact\relax \newcommand{\contact}[1]{\gdef\@contact{#1}} \AtBeginDocument{\if@ccpublish |