atw: Re: Pagination query
- From: "Daryl Colquhoun" <atw@xxxxxxxxxxxxx>
- To: "austechwriter list" <austechwriter@xxxxxxxxxxxxx>
- Date: Fri, 17 Aug 2007 00:24:21 +1000
Hi Brian -- there is another way to do it, but it's tricky and you and the
eventual maintainers need some expertise with fields. You judge whether it's
worth it, and whether it will be maintained adequately.
Include a conditional field, where the condition is whether the page number
is even or odd, and the two outcomes are a page break (if we're on an odd
page) and null (if we're on an even one). The page break may at your whim be
followed by the usual "This page is intentionally blank, except for this
remark and the headers and footers". To determine whether the page number is
even or odd, use the INT function (integer part of). So you will end up with
something that looks a bit like this
{IF {=INT({ page }/2)*2} = {page} "page break goes here" "" }
The braces aren't real braces, but fields; what you get when you use
CTRL/F9.
Good luck.
**************************************************
To post a message to austechwriter, send the message to
austechwriter@xxxxxxxxxxxxxx
To subscribe to austechwriter, send a message to
austechwriter-request@xxxxxxxxxxxxx with "subscribe" in the Subject field.
To unsubscribe, send a message to austechwriter-request@xxxxxxxxxxxxx with
"unsubscribe" in the Subject field.
To search the austechwriter archives, go to
www.freelists.org/archives/austechwriter
To contact the list administrator, send a message to
austechwriter-admins@xxxxxxxxxxxxx
**************************************************
Other related posts: