generated from quarto-journals/article-format-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
In LaTeX when using algpseudocode, \Return has to be preceded by a \State command, or it won't appear on a new line. Problem is, this insert a blank line in html rendering.
So either I get the html render proper, without a blank line, but the \Return statement does not appear on a newline in pdf render:

either I get it right in pdf but with a blank line in html :
