On Sat, 12 Feb 2005 12:15:56 -0600, Bo Peng <[EMAIL PROTECTED]> wrote:
> > <http://www.python.org/doc/2.4/doc/doc.html>
> > <http://www.rexx.com/~dkuhlman/pythonlatexsetup.html>
> >
> > ???
> >
> > Matej
There are some problems when using python/manual.cls in lyx. The
biggest one is that Python/manual.cls defines \url. When I uses
insert->url, the latex file generated by lyx has
\IfFileExists{url.sty}{\usepackage{url}}
{\newcommand{\url}{\texttt}}
which conflicts with manual.cls.
The second problem is its figure support. I have been using a mixture
of eps and png files without problem. Using python/manual.cls, I have
to convert everything to png to generate pdf files and then I get 'can
not determine size of graphic' when dealing with ps/html formats. This
problem should go away if I remove figure file extension and provide
two versions of figures.
Bo