From 4889580563dc344f0e30230c3dc5099e361cb520 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 1 Jan 2019 12:14:11 -0500 Subject: [PATCH] Use C99-style left-aligned double front-slashes for algorithm comments. --- mjo-algorithm.tex | 2 ++ 1 file changed, 2 insertions(+) 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}} -- 2.43.2