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: Formal.title.properties attribute set


On Fri, Mar 22, 2002 at 07:35:36AM +0100, Julien Letessier wrote:
> Hi all,
> 
> Here's a basic question: is setting
> 
>     <xsl:attribute-set name="formal.title.properties"
>                        use-attribute-sets="normal.para.spacing">
>       <xsl:attribute name="font-weight">normal</xsl:attribute>
>       <xsl:attribute name="font-size">10pt</xsl:attribute>
>     </xsl:attribute-set>
> 
> instead of the default
> 
>     <xsl:attribute-set name="formal.title.properties"
>                        use-attribute-sets="normal.para.spacing">
>       <xsl:attribute name="font-weight">bold</xsl:attribute>
>       <xsl:attribute name="font-size">12pt</xsl:attribute>
>       <xsl:attribute name="hyphenate">false</xsl:attribute>
>       <xsl:attribute
> name="keep-with-next.within-column">always</xsl:attribute>
>     </xsl:attribute-set>
> 
> in my wrapper (fo-)stylesheet supposed to do something, or not?
> (note: using v1.49 sheets / fop 0.20.3rc)
> 
> If not, that's okay, I'll try to hack something down... If it is, I'm
> getting something wrong since my <figure>s' <title>s don't change at all.

Yes, it should work.  Can you peek into your .fo file
to see if your changes are there for the <fo:block>
elements around your figure titles?

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: bobs@caldera.com


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