Search found 1 match

by htabbara
Wed Jun 01, 2011 6:40 pm
Forum: Graphics, Figures & Tables
Topic: listing not floating
Replies: 1
Views: 1599

listing not floating

Hello everyone,

I am using the listings package and the listings are not floating from page to page though i use float like the following:
\lstset{language=java}
\begin{lstlisting}[float,frame=trbl,caption={update method},
captionpos=b,label=updatemethod]{}
private void update()
{
....
}
\end ...