python code into LaTeX...

David Eppstein eppstein at ics.uci.edu
Fri May 23 11:01:11 EDT 2003


In article <BIpza.66539$DN.1579685 at tornado.fastwebnet.it>,
 Alessio Pace <puccio_13 at yahoo.it> wrote:

> Hi, as you can see from the subject, I need to put some python code into a
> latex document. Which is the preferable way to do it and possibly under
> Linux? I tried a couple of softwares but I don't like them very much...

What's wrong with

\begin{verbatim}
...your code here
\end{verbatim}

?

-- 
David Eppstein                      http://www.ics.uci.edu/~eppstein/
Univ. of California, Irvine, School of Information & Computer Science




More information about the Python-list mailing list