|
| View previous topic :: View next topic |
| Author |
Message |
1clncc Guest
|
Posted: Wed Dec 05, 2007 5:11 pm Post subject: Bookfold Numbering |
|
|
The booklet marco (word 2003) I am using would not allow sections and
as such, multiple - starts page numbers are impossible. In a 32 pages
Bookfold, I resolved to use the below in the Footer to skip/print
page number:
{ IF { PAGE } <= 4 "" "{ IF { PAGE } > 30 "" " { = { PAGE }
-4 }" }
which results in :
1) No Page Number is printed for:
a) the 1st Four (4) pages (Front Cover, Inside front
cover, TOC, preface)
b) the last Two (2) pages (Back Cover, Inside back
cover)
2) Page 5-30 then are calculated /printed as page 1~26 etc.
=====================================
Wondering 1) how to make 4 <= { PAGE } <=30 to work in such an
expression.
2) some other similar samples in simulating multi-
sections for the
purpose.(how complicated it can be) |
|
| Back to top |
|
 |
Google Sponsor

|
Posted: Wed Dec 05, 2007 5:11 pm Post subject: Advertisement |
|
|
|
|
| Back to top |
|
 |
macropod Guest
|
Posted: Sat Dec 08, 2007 10:50 am Post subject: Re: Bookfold Numbering |
|
|
Hi 1clncc,
AFAIK no MS application supports anything like a 'X<=Y<=Z' syntax.
However, you can achieve what you're after with:
{IF{PAGE}> 30 "" {={PAGE}-4 \# 0;;}}
Cheers
--
macropod
[MVP - Microsoft Word]
-------------------------
"1clncc" <ccnlc1@gmail.com> wrote in message news:99d00725-23b5-458d-80d4-6947858719c5@s8g2000prg.googlegroups.com...
| Quote: | The booklet marco (word 2003) I am using would not allow sections and
as such, multiple - starts page numbers are impossible. In a 32 pages
Bookfold, I resolved to use the below in the Footer to skip/print
page number:
{ IF { PAGE } <= 4 "" "{ IF { PAGE } > 30 "" " { = { PAGE }
-4 }" }
which results in :
1) No Page Number is printed for:
a) the 1st Four (4) pages (Front Cover, Inside front
cover, TOC, preface)
b) the last Two (2) pages (Back Cover, Inside back
cover)
2) Page 5-30 then are calculated /printed as page 1~26 etc.
=====================================
Wondering 1) how to make 4 <= { PAGE } <=30 to work in such an
expression.
2) some other similar samples in simulating multi-
sections for the
purpose.(how complicated it can be)
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|