You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2005/08/22 13:41:26 UTC

[jira] Updated: (MPPDF-37) Page numbering not correct with more than 10 items in menu

     [ http://jira.codehaus.org/browse/MPPDF-37?page=all ]

Arnaud Heritier updated MPPDF-37:
---------------------------------

    Assign To:     (was: Arnaud Heritier)

> 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

>
> 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org