From cfc7463265436ac1fd2f844db2ca7cc0ebc21fbf Mon Sep 17 00:00:00 2001 From: jiriklepl Date: Tue, 19 Jul 2022 10:55:01 +0200 Subject: [PATCH] reasonable formatting of algorithmic comments --- macros.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/macros.tex b/macros.tex index 8e28e4c..b95339a 100644 --- a/macros.tex +++ b/macros.tex @@ -56,6 +56,9 @@ \captionsetup[algorithm]{style=thesis,singlelinecheck=off} \captionsetup[listing]{style=thesis,singlelinecheck=off} +% Customization of algorithmic environment (comment style) +\renewcommand{\algorithmiccomment}[1]{\textcolor{black!25}{\dotfill\sffamily\itshape#1}} + % Uncomment for table captions on top. This is sometimes recommended by the % style guide, and even required for some publication types. %\floatsetup[table]{capposition=top}