Search found 2 matches

by mario595
Sat Jun 13, 2009 2:00 pm
Forum: Text Formatting
Topic: Help with lstlisting
Replies: 3
Views: 4751

Help with lstlisting

Thanks for your reply.Maybe I have not explained well.For example,if I write this:

\begin{lstlisting}[language=C,numbers=left,numberstyle=\tiny ,basicstyle=\small]

int i=0;
int j=10;
while (1){
i++;
j--;
}
\end{lstlisting}


perhaps the result will be:

int i=0;
int j=10;
while(1){
i ...
by mario595
Fri Jun 12, 2009 1:21 pm
Forum: Text Formatting
Topic: Help with lstlisting
Replies: 3
Views: 4751

Help with lstlisting

I need help with lstlisting package.I would like to know how can I insert a new page jump in a lstlisting environment. I want to know a "command" like \newpage that I can use within a lstlisting environment.
Thanks!! :D