]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Use C99-style left-aligned double front-slashes for algorithm comments.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Jan 2019 17:14:11 +0000 (12:14 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 1 Jan 2019 17:14:11 +0000 (12:14 -0500)
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}}