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] figure in html looks different then the same in pdf


There is nothing wrong, it's just that the different output display engines
are handling the image at their own resolution.  You can set up a
mediaobject to contain more than one imageobject, and designate one for html
and one for fo output.  Then you can set different scaling.  See this
reference for more info:

http://www.sagehill.net/docbookxsl/Graphics.html

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Melanie Rösch" <m.roesch@rose.de>
To: <docbook-apps@lists.oasis-open.org>
Sent: Monday, May 17, 2004 7:13 AM
Subject: [docbook-apps] figure in html looks different then the same in pdf


> I want to convert my docbook-document to different output formats.
> The html output looks very pretty, but if I generate pdf, then it seems
> that figures will be scaled bigger.
>
> I include my figures with the following way:
>
>   <figure id="fig_intorductoryExample"><title>The Introductory
> Example</title>
>     <mediaobject>
>       <imageobject>
>         <imagedata fileref="rodelicaFigures/smallCircuit.gif"
format="GIF"/>
>       </imageobject>
>     </mediaobject>
>   </figure>
>
> What is wrong?
>
> Regards
> Melanie Rösch
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>




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