I use a custom float example, but some of the code is running longer than a page. Is there an easy way to split the float across pages? The definition is as follows:
\floatstyle{ruled}
\newfloat{example}{thp}{lop}
\floatname{example}{Example}
I use a custom float example, but some of the code is running longer than a page. Is there an easy way to split the float across pages? The definition is as follows:
\floatstyle{ruled}
\newfloat{example}{thp}{lop}
\floatname{example}{Example}
exampleenvironment compared toalgorithm. One possible solution would be to use\ContinuedFloat, as suggested in the answer. – Werner Mar 28 '13 at 18:21