Hello,
I've got a problem.
I'm using algorithm2e package, and my algorithm has more than one page.
Package help says "one algorithm can't be cut".
How can I manage this?
I've got 3 cycles, so I can't cut algorithm (manually) in two.
THanks
Graphics, Figures & Tables ⇒ Algorithm2e my algorithm is too big
NEW: TikZ book now 40% off at Amazon.com for a short time.
Algorithm2e my algorithm is too big
Hi,
if it only exceeds the page by few lines, you could try changing to a smaller font and/or enlarging the page with
changing 3 to the appropriate value.
If the algorithm spans almost two pages, and you don't want to (or cannot) split it manually, I would suggest you to use the listings package instead.
if it only exceeds the page by few lines, you could try changing to a smaller font and/or enlarging the page with
Code: Select all
\enlargethispage{3\baselineskip}
If the algorithm spans almost two pages, and you don't want to (or cannot) split it manually, I would suggest you to use the listings package instead.
1,1,2,3,5,8,13,21,34,55,89,144,233,...