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/tex/latex/computational-complexity/ccalgo.sty | |
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/tex/latex/computational-complexity/ccalgo.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/computational-complexity/ccalgo.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/computational-complexity/ccalgo.sty b/Master/texmf-dist/tex/latex/computational-complexity/ccalgo.sty index 6912029eb6e..83fc6ae847b 100644 --- a/Master/texmf-dist/tex/latex/computational-complexity/ccalgo.sty +++ b/Master/texmf-dist/tex/latex/computational-complexity/ccalgo.sty @@ -220,7 +220,7 @@ \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 @@ -232,7 +232,7 @@ \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 @@ -240,7 +240,7 @@ \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 @@ -252,7 +252,7 @@ \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 |