Skip to main content
Known Participant
August 8, 2012
Answered

Help, my equations won't number in order!

  • August 8, 2012
  • 1 reply
  • 1160 views

Good day,

Here is the code for the two equation formats I have at the moment:

Equation1: Equation [<$chapnum>.<n=1>]
Equation: Equation [<$chapnum>.<n+>]

When I apply my Equation 1 format, the result is this: Equation [4.1]

which is exactly what I want.

The problem is my Equation format; it also results in Equation [4.1] when I need it to say Equation [4.2]

What am I doing wrong? In FM 10, 32-bit OS.

THANKS!

Jessie

    This topic has been closed for replies.
    Correct answer Arnis Gubins

    Harpreet,

    I tried it this morning but it just added a 1 in front: Equation 1[4.1]

    What I do is number my equations like this:

    Equation [1.1]
    x + y = z

    Equation [1.2]

    e = mc2

    and I'm trying to get the 1.2 to follow the 1.1, etc.

    THANK YOU!


    Jessie,

    Just drop the "1" in the format Harpeet suggested. The "M:" at the start of the autonumber is referred to as a Series label. This tells FM to treat it independently of any other autonumber counters specified in your document.

    You also need to specify the paratag for the second & subsequent equations to use M:Equation [<$chapnum>.<n+>] in the autonumber to continue numbering sequentially. Whenever you use the paratag for Equation 1, it will reset the counter to start back to "1".

    See: http://help.adobe.com/en_US/FrameMaker/10.0/Using/WSF176D8C8-8133-4860-88E3-AF69262623F0.html for more info about numbered lists.

    1 reply

    Bob_Niland
    Community Expert
    Community Expert
    August 8, 2012

    These are autonumber formats for paragraphs?

    Paragraph formats aren't applied to actual FM Equations, so I presume you are using these Pgfs either as ordinary Flow A body text in equation form, or captions for actual equations.

    If captions, are you putting them inside equation frames?

    Are you putting more than one caption in the same frame?

    Autonumbering may not work in that case.

    Inspiring
    August 8, 2012

    Hi Jessie2020,

    Try this

    Modify your Equation 1 to M:Equation 1[<$chapnum>.<n=1>]

    and as if not let the Equation format be the same that you have above.

    try to apply Equation 1 now and take a look if that works.

    Regards

    Harpreet.

    Known Participant
    August 13, 2012

    Jessie,

    Just drop the "1" in the format Harpeet suggested. The "M:" at the start of the autonumber is referred to as a Series label. This tells FM to treat it independently of any other autonumber counters specified in your document.

    You also need to specify the paratag for the second & subsequent equations to use M:Equation [<$chapnum>.<n+>] in the autonumber to continue numbering sequentially. Whenever you use the paratag for Equation 1, it will reset the counter to start back to "1".

    See: http://help.adobe.com/en_US/FrameMaker/10.0/Using/WSF176D8C8-8133-4860-88E3-AF69262623F0.html for more info about numbered lists.


    That WORKED! Thank you so much Arnis. I did not understand or know about the M

    I will read the link you pasted there. THANKS AGAIN TO ALL!