]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-algorithm.tex
Use C99-style left-aligned double front-slashes for algorithm comments.
[mjotex.git] / mjo-algorithm.tex
index 77dcdb6e76961a938f465d70183522722ed16b96..25b396c5d24113c2e2515ad9b6f0f7f85a744953 100644 (file)
@@ -12,3 +12,5 @@
 
 % This just gives us the floating ``algorithm'' environment.
 \usepackage{algorithm}
+
+\algrenewcommand{\algorithmiccomment}[1]{/\!/ {#1}}