This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems with imagedata


Hi,
In a docbook document I wrote something like this:

<mediaobject>
  <imageobject>
    <imagedata fileref="images/sd-expreg.png" format="PNG"/>
  </imageobject>
  <textobject>
    <phrase>Sequence Diagram "Export Registrations"</phrase>
  </textobject>
  <caption>
    <para>
      This diagram depicts object interactions arranged in time
      sequence for the "Export Registrations" scenario.
    </para>
  </caption>
</mediaobject>

Well, when I generate (with jade) HTML documents, everything
works fine, but when I generate postscript files, they
do not include the image specified by imagedata.

Are there any issue with images (image files are stored in the
images subdirectory)?

Thanks

Giuseppe






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]