Book a Demo

Author Topic: problem with list numbering  (Read 3311 times)

jaroslav.kostial

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
problem with list numbering
« on: August 01, 2008, 11:54:49 pm »
Hi all,

I wanna use list numbering in my documentation diagram.
So, I have one model document element with one package as attribute.
I assigned RTF Template to this element. I follow steps in Help for
User-Defined Section Numbering, but it doesn´t work correctly.

Instead of:

1. top-level package (from attribute)
1.1 element01
1.2 element02

generator creates:

1.0 top-level package (from attribute)
1.0.0 element01
1.0.1 element02

and structure of template is simple:

[highlight]package >[/highlight]
1. {Pkg.Name}

{Pkg.Notes}
[highlight]element >[/highlight]
1.0 {Element.Name}

{Element.Notes}
[highlight]child elements >
< child elements
< element
child packages >
< child packages
< package[/highlight]

Any ideas?   :-[

Dermot

  • EA Administrator
  • EA User
  • *****
  • Posts: 591
  • Karma: +7/-0
    • View Profile
Re: problem with list numbering
« Reply #1 on: August 05, 2008, 10:39:28 am »
I would suggest you have a look at the whitepaper on RTF report gerneation - see the section on Numbering.   The List numbering by default sets 1.0 rather than 1.1 - there is a note in this section:
[Note: As the heading fonts are incremented for nested packages, if a 1.1.1 starter is required rather than 1.0.0, then the List Levels properties | Start At needs to be set for or all list levels.]
For the whitepaper see: http://www.sparxsystems.com.au/resources/whitepapers/index.html
« Last Edit: August 05, 2008, 10:40:05 am by Dermot »