Skip to main content
Participant
January 4, 2021
Answered

Autonumber Paragraphs starting at zero

  • January 4, 2021
  • 1 reply
  • 219 views

Hi all

(first time poster)

 

On a FM document, i need Heading 1 autonumber start at 0.

Created two paragraph style (assuing that is the best approach to do it)

 H1_Heading1 with autonumber H:<$chapnum>.<n+> 

 H1_Heading1_Begin with autonumber H:<$chapnum>.<n=0> 

 

but when try to define the header to show on each page the current "Heading 1" with Running H/F (<$paranum[H1_Heading1]>) it only starts, has expected, on the Chapnum.1 

 

there is any (simple) way to have the header working for the 0 also? 

 

many thanks 

 

    This topic has been closed for replies.
    Correct answer frameexpert

    Use this for the Running H/F text instead:

    <$paranum[H1_Heading1,H1_Heading1_Begin]>

    1 reply

    frameexpert
    Community Expert
    frameexpertCommunity ExpertCorrect answer
    Community Expert
    January 4, 2021

    Use this for the Running H/F text instead:

    <$paranum[H1_Heading1,H1_Heading1_Begin]>

    www.frameexpert.com
    Pedro5FC2Author
    Participant
    January 4, 2021

    Briliant, works perfect!

    many thanks

    frameexpert
    Community Expert
    Community Expert
    January 4, 2021

    Great! Thanks for the feedback. Please mark my answer as Correct. Thanks.

    www.frameexpert.com