Tagged Questions
0
votes
0answers
32 views
Left margin for boxed option in algorithm2e
When I am using the boxed option in algorithm2e package, the left margin between the box border and the algorithm is 0. Is there any way to adjust this?
The package has been included as following
...
2
votes
1answer
199 views
algorithm2e - Unwanted vertical space
Last days I met a strange behavior with algorithm2e which produces an unwanted space after an IF-block.
I put here one MWE which shows that the problem really comes from my customization and not from ...
0
votes
0answers
120 views
Algorithm package and extra white space [closed]
I am using the algorithm package and I seem to have a lot of whitespace created when placing an algorithm.
\usepackage{algorithm}
\usepackage[ruled,vlined]{algorithm2e}
\begin{algorithm}[H]
...
2
votes
2answers
2k views
Squeezing space around algorithm construct
I am using algorithm2e for developing algorithm constructs in my LaTeX document. However, if I want to use [!t] or [!b] to place the algorithm construct in an appropriate place, sometimes the ...