next up previous
Next: Is January month number Up: FAQ Previous: Latex: how can I

Latex: how can I avoid too long lines in listings?

First ensure that your source files have lines with not more than 80 characters. Then in the Latex skeleton put the listings in small font, e.g.


\begin{small}
\lstinputlisting{Gregor.java}
\end{small}



Anne Haxthausen
2002-12-04