You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\documentclass{scrartcl}
\usepackage{algpseudocodex}
\begin{document}
\begin{algorithmic}[1]
\State First line
\State\State Third line
\end{algorithmic}
\end{document}
produces this output using TexLive 2022:
As you can see, the line number for the empty line is off. If some content is added to the second line, then the line numbers are all uniformly spaces as one would expect.
The text was updated successfully, but these errors were encountered:
The following example
produces this output using TexLive 2022:
As you can see, the line number for the empty line is off. If some content is added to the second line, then the line numbers are all uniformly spaces as one would expect.
The text was updated successfully, but these errors were encountered: