reasonable formatting of algorithmic comments

This commit is contained in:
jiriklepl 2022-07-19 10:55:01 +02:00 committed by Mirek Kratochvil
parent add26202e2
commit cfc7463265

View File

@ -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}