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


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

Re: [docbook-apps] admon.graphics size when using xep


Hi Diane,
The admonition graphics are also being displayed at their "correct" size,
that is, the size the stylesheet specifies.  The size of admon graphics is
controlled by a template mode that sets the default size to 36pt.  You can
reset it to 12 pt with the following customization:

<xsl:template match="*" mode="admon.graphic.width">12pt</xsl:template>

By using a mode, you can specify different widths for different admonitions.

But you will still have the "fuzzy" problem.  That's because the stylesheets
don't have a set of vector art files for admonition graphics,  only some
low-resolution bitmap images suitable for HTML output.  If someone wanted to
create and contribute some vector art (svg) files, we could add them to the
stylesheet distribution.  Any volunteers?

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Diane Larin" <diane@inro.ca>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, November 24, 2004 7:33 AM
Subject: [docbook-apps] admon.graphics size when using xep


> Hi,
>
> I just downloaded a trial version of XEP. I am very satisfied
> with the PDF output of my PNG files which are now displayed at
> the correct size. However, the admonition graphics are now larger
> and blurred.  How can I fix that?
>
> Diane Larin
> INRO
>
>
>



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