我正在制作 Beamer 演示文稿,我需要空间,所以我想隐藏输入和输出,而只显示我的算法。但是当我根本不写输入关键字时,行号就会突然消失:
\documentclass{article}
\usepackage{algorithm2e}
\begin{document}
\begin{algorithm}[H]
\DontPrintSemicolon
\LinesNumbered
\SetKwInOut{Input}{Input}
\Input{} % can't omit this, else line numbers don't work ...
line 1\;
line 2\;
line 3\;
line 4\;
line 5\;
\end{algorithm}
\end{document}
和\Input
:
没有它:
注意:在 beamer 中,这个错误更奇怪,如行号所示,但垂直移动了: