Tagged Questions
3
votes
1answer
42 views
Implementing indent in algorithm environment
I am using the algorithm environment in the algorithm2e package. What I want is to able to indent various portions. I tried \indent but that is doing me no good. Here is the MWE:
...
5
votes
2answers
794 views
Mutliple inputs with line breaking
I am trying to write an algorithm with multiple inputs in algorithm2e.
The result I would like to have is something like
Algorithm
-------------------
Input: Input number 1
Input number 2
...
4
votes
2answers
1k views
Setting caption/rule width in Algorithm2e algs
Many of the algorithms I have with the algorithm2e package do not extend across the page width. If I use the package's boxruled or ruled options, the result is a box or rule that extends the pagewidth ...