OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK: problems with imageobject


Hi Oliver,

EPDF graphics (use epstopdf) are supported.

       <screenshot>
         <mediaobject>
           <imageobject>
             <imagedata fileref=" figures/main.pdf" format="EPS"/>
           </imageobject>
           <imageobject>
             <imagedata fileref="figures/main.png" format="PNG"/>
           </imageobject>
         </mediaobject>
       </screenshot>

Camille.

Oliver Vecernik a écrit :
> 
> Hi,
> 
> I'm trying to generate a pdf file and get following error:
> 
> | user@host:~> db2pdf test.xml
> |
> | [...]
> |
> | ! LaTeX Error: Unknown graphics extension: .eps.
> |
> | See the LaTeX manual or LaTeX Companion for explanation.
> | Type  H <return>  for immediate help.
> |  ...
> |
> | l.351 {EPS}}
> |             \endNode{}\endNode{}\endSeq{}\endPar{}\endNode{}\endNode{}\endPa...
> |
> | [1.0.31[/var/lib/texmf/dvips/config/pdftex.map]] (test.aux) )
> 
> The corresponding snippet in test.xml is following:
> 
>       <screenshot>
>         <mediaobject>
>           <imageobject>
>             <imagedata fileref=" figures/main.eps" format="EPS"/>
>           </imageobject>
>           <imageobject>
>             <imagedata fileref="figures/main.png" format="PNG"/>
>           </imageobject>
>         </mediaobject>
>       </screenshot>
> 
> Both files exist and are readable. The code works for html output
> (.png). What am I doing wrong?
> 
> Best Regards,
> Oliver


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC