How do I number a document, omitting page 1 and last page?

J

JJohnson

I am typing up a document and need to number from pages 2 to the
bibliography. I do not want page numbers on #1 and the last...how do I
perform this task?
 
G

Graham Mayor

Set a different first page header/footer and start the numbering as you
require in on Page 2.
You can omit the last page numbering either by using a section break or
probably simpler by using a conditional field eg

{IF {Page} <> {Numpages} "Page {Page}"}

If you alter the page numbering eg your Page 2 is now Page 1, you will have
to adjust the page Count eg

{IF {Page} <> {={Numpages} - 1} "Page {Page}"}

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top