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]

[docbook-apps] 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.


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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