Search found 2 matches

by fajdes
Wed Nov 11, 2009 3:37 pm
Forum: Page Layout
Topic: Long /newfloat problem
Replies: 3
Views: 2045

Re: Long /newfloat problem

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
by fajdes
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 ...