This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]