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] | [Elist Home]


Subject: RE: DOCBOOK-APPS: 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>


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


Powered by eList eXpress LLC