Skip to main content
Participating Frequently
January 5, 2009
Question

building blocks for numbering

  • January 5, 2009
  • 13 replies
  • 1146 views
Hello everyone,<br />I have a multilevel numbering series where the value in the <n> bulding blok stops at 9 for somthing like 1.9.10 and the next item is reset to 1.0.1. I asume that the incremental value stops at 9 when the value for the <n+> block that follows gets to 10.<br />Does anyone know how to set the <n> block to accept two digits?<br />Thanks in advance.<br /><br />Roberto
    This topic has been closed for replies.

    13 replies

    Participating Frequently
    January 5, 2009
    Thanks Arnis,<br />in this case I`m using FM 7.2 on XP<br /><br />The paragragh format numbering string is very simple <$chapnum>.<n>.<n+>.\t<br />or at least so I thought...<br />I already checked the numbering properties of the document in question to see if there was anything that could have an impact on that but didn`t find much.<br /><br />I also thought that blocks didn`t have a ceiling, but as per the way they`re behaving in my document is kind of weird to me.
    Arnis Gubins
    Inspiring
    January 6, 2009
    Roberto,

    As Art suggests, if you aren't using a series label for your
    autonumber, then any other use of a non-labelled autonumber in other
    paratags may affect your numbering sequences.

    Typical usage of series labels is F: for figures, T: for tables, H:
    for headings, L: for lists, etc.
    Inspiring
    January 5, 2009
    Roberto,

    What version are you working with?

    However, that shouldn't be happening unless something is resetting the counter.

    Assuming it isn't being unintentionally reset by another tag in the series, the first thing I'd check is that there's enough room for two digits in the paragraph tag.

    I've seen some numbering setups that used tab stops to position the digits in the xx.xx.xx string, but only granted enough space to display one numeral -- the second was there, but hidden.

    Art
    Arnis Gubins
    Inspiring
    January 5, 2009
    Roberto,

    Autonumber building blocks keep incrementing until they are reset, so
    it shouldn't stop at 9. Check your paragraph tags prior to the reset
    for culprits.

    Also, if you could post the string that you're using for the
    autonumbering and your FM version, it might help in case there's an
    alternate (easier) way of creating your sequence.