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]

screenshots in PDF output


I'm using Docbook 3.1 and trying to get screenshots to appear in my PDF
output.  Here's what I'm using, based on the reference material in
Docbook: The Definitive Guide.

<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="images/run.eps" format="eps">
</imageobject>
<imageobject>
<imagedata fileref="images/run.gif" format="gif">
</imageobject>
<textobject>
<phrase>Running <command>telnet</command> under Windows</phrase>
</textobject>
<caption>
<para>
This screenshot shows the Run dialog from which you can run the
<command>telnet</command> command.
</para>
</caption>
</mediaobject>
</screenshot>

I'm then running jade:

jade  -d /usr/lib/dsssl/stylesheets/docbook/stylesheet/dsssl/docbook/nwalsh/print/docbook.dsl -t tex ../unixbasics.sgml -o unixbasics.tex

... followed by pdfjadetex to get PDF from it.

Instead of pictures appearing, I'm just getting a small (one line?)
blank space.

Anyone able to tell me what I'm doing wrong?

K.

-- 
Kirrily Robert <skud@netizen.com.au>
http://netizen.com.au/ - Internet and Open Source development and consulting
Level 10, 99 Queen St, Melbourne VIC 3000
Phone: +61 3 9602 2452   Fax: +61 3 9642 4955


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