[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: docbook generation problem with @image
From: |
Patrice Dumas |
Subject: |
Re: docbook generation problem with @image |
Date: |
Wed, 17 Apr 2013 22:59:26 +0200 |
User-agent: |
Mutt/1.5.20 (2009-12-10) |
On Tue, Apr 16, 2013 at 09:47:16PM +0300, Aharon Robbins wrote:
> <!-- but rather just the one without the "txt" final argument. -->
> <!-- This applies to the other figures as well. -->
> <inlinemediaobject><imageobject><imagedata fileref="api-figure1.eps"
> format="EPS"></imagedata></imageobject><imageobject><imagedata
> fileref="api-figure1.pdf"
> format="PDF"></imagedata></imageobject><imageobject><imagedata
> fileref="api-figure1.png"
> format="PNG"></imagedata></imageobject><textobject><literallayout>
>
> This is clearly wrong. It should only include one of the <imageobject>s, not
> all of the possible ones. I would think PDF would be the right one.
That's not my reading of InlineMediaObject (or MediaObject). indeed, in
http://www.docbook.org/tdg/en/html/inlinemediaobject.html, it is written
Under no circumstances should more than one object in an
InlineMediaObject be used or presented at the same time.
For example, an InlineMediaObject might contain a high resolution image,
a low resolution image, and a text description. For print publishing,
the high resolution image is used; for online systems, either the high
or low resolution image is used, possibly including the text description
as an online alternative. In a text-only environment, the text
description is used.
--
Pat