Open durandg12 opened 4 months ago
Thanks,
We will update asap the pseudocode extension, hoping it will solve the problem.
I updated the extension, is the problem still there?
To test and compare the pdf output with the html output, I will have to also correct the tikz sections of my code (because of #24) before running it again
Hello @fradav, yes the problem is still there
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 :