Re: [Epydoc-devel] Problem (and how to fix it) about png images in pdf
Brought to you by:
edloper
From: Edward L. <ed...@se...> - 2008-04-04 21:46:29
|
On Mon, Mar 31, 2008 at 9:42 AM, Manuel <man...@ti...> wrote: > I'm using images with restructuredtext sintax (ubuntu 7.10). [...] > > LaTeX Error: Cannot determine size of graphic... > > The problem is quickly fixed using pdfLatex instead latex. > Maybe useful to have this option available in epydoc configuration file. Thanks for this report. Note that the version of epydoc in svn now defaults to using pdflatex instead of latex if you specify --pdf (unless you also specify --ps or --dvi). -Edward |