[ http://jira.codehaus.org/browse/MPPDF-37?page=all ]
Lukas Theussl closed MPPDF-37:
------------------------------
Resolution: Fixed
Fix Version: 2.5
Because of a weird way of determining the chapter number, the page number got
reset to 1 at chapters 1.1, 1.1.1, 1.11,1.111...
> Page numbering not correct with more than 10 items in menu
> -----------------------------------------------------------
>
> Key: MPPDF-37
> URL: http://jira.codehaus.org/browse/MPPDF-37
> Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.2
> Environment: any
> Reporter: Lukas Theussl
> Priority: Minor
> Fix For: 2.5
>
> Original Estimate: 1 hour
> Remaining: 1 hour
>
> With the following menus in my navigation.xml file:
> <menu name="User Guide">
> <item name="Home" href="/index.html"/>
> <item name="Introduction" href="/intro.html"/>
> <item name="Installation" href="/install.html"/>
> <item name="Screen Elements" href="/screen.html"/>
> <item name="Usage" href="/usage.html"/>
> <item name="Known Problems" href="/problems.html"/>
> <item name="Documentation" href="/doc.html"/>
> <item name="History" href="/history.html"/>
> <item name="Credits" href="/credits.html"/>
> <item name="Style Files" href="/style.html"/>
> <item name="License" href="/license.html"/>
> </menu>
> <menu name="Appendix">
> <item name="Bibliography" href="/bib.html"/>
> </menu>
> the page number of the pdf file gets reset to one at the 11th section
> ("License"). Interestingly, if I move 10 items from the first into the second
> menu, the page numbering stays correct, so it only seems to affect the first
> menu.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]