From: Michael Orlitzky Date: Tue, 1 Jan 2019 17:14:11 +0000 (-0500) Subject: Use C99-style left-aligned double front-slashes for algorithm comments. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=4889580563dc344f0e30230c3dc5099e361cb520 Use C99-style left-aligned double front-slashes for algorithm comments. --- diff --git a/mjo-algorithm.tex b/mjo-algorithm.tex index 77dcdb6..25b396c 100644 --- a/mjo-algorithm.tex +++ b/mjo-algorithm.tex @@ -12,3 +12,5 @@ % This just gives us the floating ``algorithm'' environment. \usepackage{algorithm} + +\algrenewcommand{\algorithmiccomment}[1]{/\!/ {#1}}