Next in thread → Next in month →

Re: [docbook-apps] Re: Align inlinegraphic to text

From
"Cob Rtayton"
Date
2005-07-14T21:02:51+00:00
ID
007601c588b7$634b0220$6400a8c0@toshiro
Thread
Re: [docbook-apps] Re: Align inlinegraphic to text
Hi,
Please file this as a Feature Request on the DocBook SourceForge site,
otherwise it will just get lost.

Bob Stayton
Sagehill Enterprises
DocBook Consulting


----- Original Message ----- 
From: "Vitaly Ostanin" <>
To: <>
Sent: Thursday, July 14, 2005 4:23 AM
Subject: [docbook-apps] Re: Align inlinegraphic to text

> Vitaly Ostanin ÐÉÛÅÔ:
> > Vitaly Ostanin wrote:
> >
> >>Hello.
> >>
> >>I have trouble with inlinegraphic alignment in PDF output.
> >>
> >>Markup:
> >><orderedlist>
> >>  <listitem>
> >>    <para>
> >>Click <inlinegraphic fileref="button.png" width="19" depth="19"/>
> >>    </para>
> >>  </listitem>
> >></orderedlist>
> >>
> >>In PDF output I get:
> >>
> >>1.______XX
> >>  Click_XX
> >>
> >>where XX is button. How can I get another alignment like this ?
> >>
> >>1.Click_XX
> >>________XX
> >>
> >>inlinegraphic with @valign not works.
> >
> >
> > Self reply:
> >
> > I added in my customization layer:
> >
> > <xsl:attribute-set name="list.block.spacing">
> >   <xsl:attribute name="space-before.optimum">1em</xsl:attribute>
> >   <xsl:attribute name="space-before.minimum">0.8em</xsl:attribute>
> >   <xsl:attribute name="space-before.maximum">1.2em</xsl:attribute>
> >   <xsl:attribute name="space-after.optimum">1em</xsl:attribute>
> >   <xsl:attribute name="space-after.minimum">0.8em</xsl:attribute>
> >   <xsl:attribute name="space-after.maximum">1.2em</xsl:attribute>
> >   <xsl:attribute
> > name="line-stacking-strategy">font-height</xsl:attribute>
> > </xsl:attribute-set>
>
> And it breaks graphical admonition spacing. Please, add anoter
> attribute-set for admonitions, other than "list.block.spacing".
>
> <skipped/>
>
> -- 
> Regards, Vyt
> mailto:  
> JID:     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>
Next in thread → Next in month →