Search found 1 match

by hitchhiker42
Sat Jun 04, 2011 5:06 pm
Forum: Page Layout
Topic: using verbatim makes text run off the bottom of page
Replies: 1
Views: 2502

using verbatim makes text run off the bottom of page

Hi,

I am having trouble with text running off the bottom of the page in my .tex file. I am trying to include a Java program that I wrote, and when I use pdflatex, the program listing runs off the end of the page. I am using:

\begin{verbatim}
java program goes here
...
end of java program
\end ...