I wannt to start a book without nymbering first 4 pages

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have prepared a book but dont want to start the page numbering until I get
to the text as the first 4 pages are just title page, copywrite statement
etc. Also I haven't numbered the articles yes and need to 'stitch' together
the artiles to form a book.
 
You can also achieve the result without section breaks, using an IF field:
{ IF { PAGE } > 4 { PAGE } }

Regards,
Klaus
 
Back
Top