Hi. Sorry to be late in responding. I've been so busy lately. In <[EMAIL PROTECTED]>, on "Sat, 21 Apr 2001 01:03:05 -0400", Jesse Goerz <[EMAIL PROTECTED]> wrote:
> I'm using sgmltools-lite 3.0.2 for potato. I haven't been able to get eps, > ps, gif, or any other format to take in an outputted pdf file. The only ones > that seem to work are the included admonitions graphics. I converted the > custom graphics I have to pdf as well but that format isn't supported it > seems. Can anyone help me? Suppose you did "sgmltools -b pdf <some-docbook-sgml-source>". sgmltools just uses pdfjadetex, and it uses pdftex to produce the PDF output. Unfortunately, pdftex can handle graphics only in .png, .jpg, .mps and .pdf according to the description in /usr/share/texmf/tex/latex/graphics/pdftex.def on potato system. So you can't use eps, ps, nor gif files in your pdftex source. I think the advice from Kenneth Geisshirt <[EMAIL PROTECTED]> is useful information for you to switch the graphics format in your source. Remember you need graphics in all formats which will be used by tex/pdftex in conversion. Regards. -- Taketoshi Sano: <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>

