Search found 1 match

by ThoughtSearcher
Fri Jan 14, 2011 7:18 pm
Forum: Document Classes
Topic: Algorithms over several pages
Replies: 5
Views: 35578

Re: Algorithms over several pages

You can do this in 'algorithm' environment too!

1. Use \algstore{some_name} as the last command of your algorithm block (the line after which you want to split the algorithm)

2. Use \algrestore{some_name} as the first command of new algorithm block. Paste your remaining code below this command in ...