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: page numbering...


Hello all!

More beginner questions, I’m try to add page numbering to the bottom of my book using XSLT.

The format is “ xx of yy “ xx being the current page (which I have working), yy being the total pages of the book (which isnt working).

 

My current XSLT snippet is:

 

                        <fo:inline>

                        <fo:page-number/><xsl:call-template name="gentext.space"/>

                                    <xsl:text> / </xsl:text>

                        <xsl:call-template name="gentext.space"/>

                        <!—the below line was a test, it doesn’t produce the total book pages à

<fo:page-number-citation ref-id="terminator"/>

                        </fo:inline>

 

Any suggestions?

 

Thanks

 



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