Skip to main content
Participant
April 19, 2008
Question

Numbering (simple question)

  • April 19, 2008
  • 1 reply
  • 310 views
Good day and sorry for this simple question, but I'm totally confused with numbering in FrameMaker using Paragraph styles.
I have to add automatic numbering for my styles: Heading 1-4, list elements 1-4 etc so the document will looks like this:
1. Chapter 1 style
1.1 Sub-chapter
1.2 Sub-chapter 2
1.2.1 Level 3
1) list item
2) list item 2
2. Chapter 2

Thank you
    This topic has been closed for replies.

    1 reply

    MichaelKazlow
    Legend
    April 19, 2008
    Chapter1 C: <n=1>.<br />Chaptern C: <n+><br />SubChapter1 C: <n>.<n=1><br />SubChaptern C: <n>.<n+><br />Level1 C: <n>.<n>.<n=1><br />Leveln C: <n>.<n>.<n+><br />List1 L: <n=1>)<br />Listn L: <n+>)<br /><br />Look up the information in the help menu on numbering. The above styles <br />and numbering system should do what you want.<br /><br />Mike