Re: DOCBOOK-APPS: which image type for output to html and pdf?

From
Bob McIlvride <>
Date
2001-08-29T16:29:11+00:00
ID
Thread
Re: DOCBOOK-APPS: which image type for output to html and pdf?
Matthew Kennedy wrote:

> Therefore, what is the correct way to have a docbook document which
> includes images output to both print and html?

If, for example, you are using .png images for HTML, try this:

       <figure>
         <title>System Example</title>
         <mediaobject>
           <imageobject>
             <imagedata fileref="images/figure02.eps"/>
           </imageobject>
           <imageobject>
             <imagedata fileref="images/figure02.png"/>
           </imageobject>
         </mediaobject>
       </figure>


Cheerio!

Bob

---------------------------------------
Robert McIlvride ()
Cogent Real-Time Systems (www.cogent.ca)