I'm using algorithm2e package but my algorithm does not fit in only one page. Is there any way to split it over two pages, even if manually?
If doing it manually, we can use two algorithm environments, but there are some issues:
Maintain the line counting - OK, this can be done by calling the package with
noresetcountRemove the caption from the first/second algorithm (depending if we want the caption in the beginning or end) -- how to do it?
Take care of the vertical lines of the indentation, that is, I expect them to "cross" the pages -- how to do it?