Excluding pages from numbering

Messing with the TOC has no effect on page numbering, just whether or not it appears in the TOC.Put the title page and the welcome page in front of the first chapter by dragging them there in the left pane.Do you want numbering to restart within each chapter? If so, just use the PageInChapter and PagesInChapter variables.If you want to have title level page numbering, then the only solution I know of is to adjust the PagesInChapter. 1. Insert a Modify Variable action that sets a variable (x) to Var(PagesInTitle) after the Add of action in the page numbering actions2. Insert a Modify Variable action that subtracts how many ever pages needed from x.3. Change the Add total pages action to use Var(x) instead of Var(PagesInTitle)

Discussions have been disabled for this post