Re: DOCBOOK-APPS: Re: DOCBOOK: Efficiently including images in DocBook

From
Sebastian Rahtz <>
Date
2000-10-08T21:03:26+00:00
ID
Thread
Re: DOCBOOK-APPS: Re: DOCBOOK: Efficiently including images in DocBook
Nik Clayton writes:
 > > If you have both PNG and PDF versions of a graphic, the search order
 > > is fixed. Actually, PNG comes first in the default, but you can change
 > > that order if you need.
 > 
 > Can you provide me with pointers where I can find out how to change the 
 > default?  I'd hoped to be able to use the same .png files in the PDF
 > as with the HTML.  However, going from EPS to PNG, and then using the
 > PNG in the generated PDF file leads to blocky graphics.
its in the file pdftex.def, which says

    \def\Gin@extensions{.png,.pdf,.jpg,.mps,.tif}

so if you say, in a jadetex.cfg

    \def\Gin@extensions{.pdf,.png,.jpg,.mps,.tif}

you should achieve the desired effect. untested!

Sebastian