diff options
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 |