Tagged Questions
3
votes
1answer
261 views
algorithm2e and Beamer - How to make algorithms wider with smaller font?
I would like to make the algorithm2e environments wider in a beamer document. Indeed I must you a \scalebox to see all of my algorithm. Is there a way to have wider algorithms with smaller size font ...
3
votes
1answer
1k views
algorithmicx: shorten algorithm
My algorithms takes up too much space in the document. I would like to do 2 things:
set the width bigger, so the lines which does not fit to a single line would do
remove lines with end keywords ...
4
votes
1answer
2k views
Set width of algorithm environment (preferably document wide)
Looking for a way to set the width of an algorithm environment, preferably document wide (as opposed to per-algorithm). Thought it should be fairly easy, but couldn't find a particularly good ...