Skip to main content
May 19, 2014
Question

How can a variable in a header be set to display the first header on a page, even if the paragraph format is different, such as a Header 1, Header 2, etc.?

  • May 19, 2014
  • 1 reply
  • 245 views

The type of first header on the page varies depending on the content, such as a Header 1, Header 1 Top, Header 2, Header 2 Top, etc.

What syntax could be used to define the <$paratext[paratag]> in a Running H/F to pick up the header first header on the page?  Simply using a Running H/F1 with <$paratext[Header 1]> would miss Header 1 Top.

Thank you.

This topic has been closed for replies.

1 reply

Legend
May 20, 2014
You can include more than one paragraph tag in the [paratag] part of a building block. When you include multiple paragraph tags, FrameMaker uses the first paragraph it finds with one of the tags. Separate the tags with commas, as in the following example: <$paratext[Head1,Head2]>

… says my old 7.0 User Guide. As far as I remember, there have been other threads about how to interpret first paragraph it finds :-}

May 20, 2014

Thank you.