Re: [docbook-apps] Header customization for page number

From
Keith Fahlgren <>
Date
2007-02-07T15:42:41+00:00
ID
Thread
Re: [docbook-apps] Header customization for page number
On 2/6/07, Linux Solutions <> wrote:
> How do I print page numbers on the top right corner in PDF?
>
> I currently have the following the header customization,
>
> <xsl:template name="head.sep.rule">
>     <xsl:attribute
> name="border-bottom-width">2pt</xsl:attribute>
>     <xsl:attribute
> name="border-bottom-style">solid</xsl:attribute>
>     <xsl:attribute
> name="border-bottom-color">black</xsl:attribute>
> </xsl:template>

<fo:page-number> needs to be in the right place in your header.content
template. See http://www.sagehill.net/docbookxsl/PrintHeaders.html#PrintHeadersText
for details.


HTH,
Keith