Consecutive Page Numbers for Odd and Even Pages

D

DawnM

Help Please! I am developing a coaches guide. I need even pages to be
consecutively numbered as well as the even pages. I am going to have the
actual participant pages on the right and the corresponding coach's page on
the left. I already marked different odd/even footers but the numbering keep
giving me 1 2 3 when I need the left page to Coaches Guide - page 2 and the
right page to say Participant Guide - page 2 and so on. UGH. I know there is
a way but don't know it. Thanks.
 
J

Jay Freedman

Help Please! I am developing a coaches guide. I need even pages to be
consecutively numbered as well as the even pages. I am going to have the
actual participant pages on the right and the corresponding coach's page on
the left. I already marked different odd/even footers but the numbering keep
giving me 1 2 3 when I need the left page to Coaches Guide - page 2 and the
right page to say Participant Guide - page 2 and so on. UGH. I know there is
a way but don't know it. Thanks.

The first task is to get the first page of the document to be
even-numbered (left side). Open the header, and click the Format Page
Number button on the Header/Footer toolbar. Set the starting page
number to 0.

The page numbers you see now are the results of {PAGE} fields. You
need to modify those. First press Alt+F9 so you can see the field
codes.

In the Even Page header, type an equal sign to the left of the PAGE
field and the rest ro the right to make it look like

={PAGE}/2 + 1

Select all of that and press Ctrl+F9 to add field brackets around it.

In the Odd Page header, add characters to make it look like

=({PAGE} + 1)/2

Again, select all of that and press Ctrl+F9 to add field brackets
around it.

Press Alt+F9 again to collapse the fields, and you'll now have the
same number on each pair of facing pages.

If your document needs a table of contents or index, that's going to
be a problem. There's no way to force them to display the phony
numbers instead of the "real" page numbers.
 
D

DawnM

Thank you so much. I am going to try it right now. As far as printing, can I
just print the right-hand pages (which are usually odd numbered)?
 
J

Jay Freedman

I think you'll get the right-hand pages if, in the Print dialog, you set the
Print dropdown to "Odd Pages". The "real" page numbers of those pages
(rather than the page numbers displayed by the modified fields) are 1, 3, 5,
etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top