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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: RE: [docbook-apps] imageobject is not displayed with any backend other than HTML


Thanks both of you.

Neil Roeth wrote
>
>I have successfully used this construct:
>
>     <mediaobject>
>       <imageobject>
>         <imagedata fileref="diagram.eps" format="eps">
>       </imageobject>
>       <imageobject>
>         <imagedata fileref="diagram.jpg" format="jpg">
>       </imageobject>
>     </mediaobject>
>
>The eps image gets used in the PDF output, the jpg image gets used in the 
>HTML output.


I have seen mention of "EPS" files but never used them.   Also don't know 
how to make one.    Assuming I have an ordinary postscript file, can I just 
name it .EPS or do I need to postprocess it?

Jerry Janofsky wrote

>Here is my suggestion to force it to render: Use the imagedata attributes 
>as
>I have shown below.
>
><mediaobject>
>  <imageobject>
>   <imagedata width="100%" scalefit="1" contentdepth="100%"
>fileref="PathToYourGraphic" contentdepth="100%"/>
>  </imageobject>
></mediaobject>
>
Tried that and got errors :
duplicate specification of attribute "CONTENTDEPTH"
end tag for element "IMAGEOBJECT" which is not open
end tag for element "INLINEMEDIAOBJECT" which is not open
I removed the duplicate contentdepth and trailing / delimiter and it then 
reverted to reporting no errors and not rendering the diagram.

John

_________________________________________________________________
Buy, Load, Play. The new Sympatico / MSN Music Store works seamlessly with 
Windows Media Player. Just Click PLAY. 
http://musicstore.sympatico.msn.ca/content/viewer.aspx?cid=SMS_Sept192006



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