View Single Post
 
Old 02-22-2024, 10:00 PM
osmorap osmorap is offline Windows 10 Office 2013
Novice
 
Join Date: Feb 2024
Posts: 1
osmorap is on a distinguished road
Default How to indicate that section is continuing from previous section

Hello,
I am writing a technical document which should indicate in the header if the section continues on current site. The document has several sections and each page can have several sections and sections are named with a style. For example, I have section named "X" which is spread to several pages. On each of these pages the header should indicate that the "X continues" (if it is not the first page of section). Is it possible to automate this? It almost works if I make field styleref but styleref only finds the first style of the page not the first style of the section.

In addition I have an if condition in the header for checking if the page is the first page of the section and it is written like this: {IF {PAGE }<> 1}. Problem is that for modifying the table of contents to include chapter number I need to have the section page number format set to include chapter number and because of this that simple if does not work anymore.

Last edited by osmorap; 02-22-2024 at 10:02 PM. Reason: Title grammar fix
Reply With Quote