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]

Formal.title.properties attribute set


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.

Cheers,

-- 
Julien 'mezis' LETESSIER     ICQ# 109936509
ENSIMAG student              mailto:mezis@online.fr
second year                  http://mezis.online.fr


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