Not exactly. When my udcode enviroment is longer than one A4 page latex don't move part of it to the next page. Everything is on one page. So it ovverides bottom margin.
But anyway thanks for reply
Search found 2 matches
- Wed Nov 11, 2009 3:37 pm
- Forum: Page Layout
- Topic: Long /newfloat problem
- Replies: 3
- Views: 2045
- Tue Nov 10, 2009 2:42 pm
- Forum: Page Layout
- Topic: Long /newfloat problem
- Replies: 3
- Views: 2045
Long /newfloat problem
Hi,
I have a problem with float package. When I define new float:
\floatstyle{ruled}
\newfloat{udcode}{H}{loc}[chapter]
\floatname{udcode}{Kod programu}
and then in document insert:
\begin{udcode}
very long code (longer than one page)
\end{udcode}
it overrides margin of the page.
Is it ...
I have a problem with float package. When I define new float:
\floatstyle{ruled}
\newfloat{udcode}{H}{loc}[chapter]
\floatname{udcode}{Kod programu}
and then in document insert:
\begin{udcode}
very long code (longer than one page)
\end{udcode}
it overrides margin of the page.
Is it ...