Tagged Questions
3
votes
1answer
496 views
Align comments in algorithm with package algorithm2e
I am using the package algorithm2e.
When using comments like this
\documentclass[11pt,a4paper,twoside,openright]{book}
\usepackage[algochapter,linesnumbered,ruled,lined,boxed]{algorithm2e}
...
7
votes
2answers
2k views
Place four algorithms (algorithm2e) in a subfigure and arrange them in two rows and two columns
I want to arrange four algorithms set with the algorithm2e package in two rows and two columns, as shown in the figure below. I've tried the subfigure package and have also read several related ...