Re: DOCBOOK-APPS: eps with openjade

From
Baurjan Ismagulov <>
Date
2002-10-30T23:41:05+00:00
ID
Thread
Re: DOCBOOK-APPS: eps with openjade
Hello, Dennis!

On Wed, Oct 30, 2002 at 05:22:55PM -0600, Dennis Grace wrote:
> I'm trying to produce PDFs from DocBook SGML 4.1 (latest stylesheets).
> Openjade doesn't seem to recognize EPS as a graphics format. Any way I can
> convince it?

How do you reference it? I was able to use it like this:

<mediaobject>
  <imageobject>
    <imagedata fileref="file.eps" align="center">
  </imageobject>
</mediaobject>

Hope this helps,
Baurjan.