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: forcing toc to start with specific page number on fo


Hi, I'm using fop to transform docbook xml to pdf. What I have is a book with table of contents and some tables and figures. I'm trying to force the table of contents page to start with page number 'v' (currently the output starts with iii). What I've done so far is customize the "initial.page.number" template and put

<xsl:when test="$element = 'toc'">5</xsl:when>

instead of "auto"

This gives me 'v' as the page number on table of contents, but the list of tables page and list of figures that comes after it is also 'v'. Should I be customization something else, or maybe force insert some blank pages before toc to get it to count to the page number I want?

Thanks,
Doris


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