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]

RE: XSL-FO: running footer in article


Your happy hunting ground for headers and footers is fo/pagesetup.xsl.
Haven't tried to do what you want to do, but you probably need to add
article to the match in the template <xsl:template
match="chapter|appendix" mode="running.head.mode">, then you can mess
with the value of <xsl:variable name="head">. For footers, hack away at
<xsl:template match="*" mode="running.foot.mode"> (which should already
match articles) and the variable <xsl:variable name="foot">. If you add
a bunch of stuff to the static-content, you probably need to increase
the value of your region-before or region-after extents (in param.xsl
<xsl:param name="region.before.extent" select="'12pt'"/>) to make room
for the new lines.

hth,
David

-----Original Message-----
From: Ed Nixon [mailto:ed.nixon@LynnParkPlace.org]
Sent: Sunday, November 04, 2001 3:29 PM
To: docbook-apps@lists.oasis-open.org
Subject: DOCBOOK-APPS: XSL-FO: running footer in article


Can you please point me at information or pass along some quick tips on 
getting header and footer output in an article?

Thanks.               ...edN


----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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