booklet format of word document ?

V

Vinty

I want to format my word document such that in booklet format i just want
text to be on the right hand side pages and figures on the left hand side
pages of the document. I am unable to make such a format.. can you please
suggest a solution for this problem where i don't need to use many page
breaks and section breaks.
 
S

Suzanne S. Barnhill

For booklet setup in general, see
http://word.mvps.org/FAQs/Formatting/BookletPrinting.htm. For this specific
setup, I'd create two separate documents, one for the text and one for the
figures. That way the text can be continuous from one page to the next. The
only trick will be the page numbers, which will have to be calculated (and
be aware that this will prevent using a Word-generated TOC).

Page numbers for the recto pages will be:
{ = { PAGE } * 2 - 1 }

Verso page numbers will be:
{ = { PAGE } * 2 }
 
Top