View Single Post
  #2   Report Post  
Jezebel
 
Posts: n/a
Default Is there a way to automatically repeat the word "continued" ...

There's no built-in method. You could do it this way --

1. Put a new-page section break at the end of the TOC.

2. Clear the 'Same as previous' setting for the subsequent section footers.

3. In the TOC footer, add a field: { IF { PAGE } { SECTIONPAGES }
"Continued" }. This will display "Continued" on all but the last page of the
section. You'll probably need to push the footer up a little into the body
of the page to get the positioning right, or use an unbordered textbox
anchored to the footer.

If your TOC is preceded only by a title page, you can use a different first
page header so you don't get 'Continued' on the title page also. If you have
more preceding pages, add a new page section break before the TOC and add
some arithmetic to the field ---

{ IF { = { PAGE } + n } { SECTIONPAGES } "Continued" }

where n is the number of preceding pages.





"Mary Lee" wrote in message
...
Is there a way to automatically repeat the word "continued" at the bottom
of
a multiple-page table of contents? It would work something like Header
Rows
Repeat but at the bottom of the page instead of the top.
--
Thanks!
Mary Lee