Search found 2 matches

by monstermunch
Wed Nov 11, 2009 12:23 am
Forum: General
Topic: lstlisting spread between two pages causes errors
Replies: 3
Views: 2467

Re: lstlisting spread between two pages causes errors

Thanks for the reply. I've tried to make a minimal working example but cannot seem to reproduce this behaviour in smaller documents. I'm making use of a custom thesis package and the document is about 200 pages. I was hoping it would just be some common problem. It seems clear it's a problem when ...
by monstermunch
Tue Nov 10, 2009 10:11 pm
Forum: General
Topic: lstlisting spread between two pages causes errors
Replies: 3
Views: 2467

lstlisting spread between two pages causes errors

Hi,

I'm making using of the listings package to format code. I frequently use the lstlisting environment to format blocks of inline (i.e. not floating) code:

"
Here is some code:

\begin{lstlisting}
example
example
example
example
example
example
example
\end{lstlisting}
"

This works fine most of ...