Tagged Questions
2
votes
1answer
101 views
Disable line numbering of specific lines
Is there way how to turn off numbering of lines for specific line in algorithm2e? I need bold : after keyword. So I tried redefine these macros:
\renewcommand{\KwIn}[1]{\textbf{Input:} #1}
...
2
votes
1answer
260 views
Algorithm2e modify line numbers
I'm using the LaTeX algorithm2e package by defining
\usepackage[ruled, linesnumbered, vlined]{algorithm2e}
The linesnumbered argument adds lines numbers from [1,...,n] if we have an algorithm with ...
5
votes
1answer
971 views
How to adjust line numbers of algorithm2e package?
When using line numbers in the algorithm2e package, the line numbers are placed left of the text block, not directly below the text.
See page 5 of the algorithm2e manual.
Is it possible to place them ...
2
votes
1answer
84 views
How to put a reference into nlset command of algorithm2e package
I would like to provide an alternative version of only some part of already existing algorithm, using the algorithm2e package. My source looks like:
\begin{algorithm}[t]
\dots \;
...