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: Getting current section title in header?


>>>>> "Bob Stayton" <bobs@sagehill.net>:

> The 'header.content.properties' attribute-set in param.xsl permits
> you to specify properties for the header text.  You can specify the
> font family and weight there.

As a workaround to the FOP bug (retrieve-marker getting the formatting
of the marker, and not the formatting of where retrieve-marker is
placed), mentioned elsewhere in this thread, I've tried to do the
following customization, to at least give the article title, and the
section title the same font:

  <xsl:attribute-set name="header.content.properties">
    <xsl:attribute name="font-family">
      <xsl:value-of select="$title.font.family"/>
    </xsl:attribute>
    <xsl:attribute name="margin-left">
      <xsl:value-of select="$title.margin.left"/>
    </xsl:attribute>
  </xsl:attribute-set>

But the article title still has the serif'ed font.  Is
$title.font.family the wrong choice?  I've searched the param.xsl file
for stuff containing the text 'title' to find it.



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