I am doing it something like this but the problem is that some of them are to long to display on one page
so I'd like the to be able to span the next page if it needs to (but not splitting it in to two figures and use \ContinuedFloat.
Code: Select all
\makeatletter
\renewcommand{\verbatim@font}{%
\rm\small
}
\makeatother
\floatstyle{plain}
\newfloat{poem}{htp}{lop}
\floatname{poem}{Poem}
[...]
\begin{poem}
\begin{minipage}[b]{0.5\linewidth}
\centering
Undarlegt sambland af frosti og funa,
fjöllum og sléttum og hraunum og sjá;
fagurt og ógurlegt ertu þá brunar
eldur að fótum þín jöklunum frá!
\end{minipage}
\hspace{0.5cm}
\begin{minipage}[b]{0.5\linewidth}
\centering
Fjör kenni´ oss eldurinn, frostið oss herði,
fjöll sýni torsóttum gæðum að ná;
bægi sem kerúb, með sveipanda sverði
silfurblár Ægir oss kveifarskap frá.
\end{minipage}
\caption{Tvö vers úr Ísland eftir Bjarna Thorarensen}\label{ljod:islandbt}
\end{poem}