Book a Demo

Author Topic: EA11 RTF Numbering  (Read 4733 times)

Vlad85

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
EA11 RTF Numbering
« on: December 09, 2014, 12:07:38 am »
Hi. please help me.
1) I want in RTF editor templates, restart numbering for each child package. How can i do that without use section break ?
2)i creat list item, then list override, set number font in Edit list level in Times New Roman, but number isn't Times New Roman. In EA10 its work.

Thanks.
p.s. sorry for my english.

marcel_str

  • EA User
  • **
  • Posts: 77
  • Karma: +0/-0
    • View Profile
Re: EA11 RTF Numbering
« Reply #1 on: December 09, 2014, 02:49:27 am »
1) I presume you're talking about list numbering of your elements like:
1 top-element
1.1 next in line
1.2 another
2 next top element
2.1 etc.

If I'm correct in that, I don't know what is going wrong at your install, but it should work like that out of the box.

2) I wouldn't mess around with manual adding list overrides, list items etc. It is not really workable.
What does work s lot better is to create an (empty!) word document and use that as a style template. Create all your styles in it as you like and import that into your template editor by using:

Go to the template editor and right click the template.
Select file.. -> import -> select the file.

All is done for you that way.

Vlad85

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: EA11 RTF Numbering
« Reply #2 on: December 09, 2014, 07:48:03 pm »
Example.
"package >
1.{Pkg.Name}
element >
1) {Element.Name}
child elements >
< child elements
< element
child packages >
< child packages
< package"

how to make the numbering of the elements was not a pass-through? not using sestion break. I need to numbering of the elements was inside the package.

thanks

marcel_str

  • EA User
  • **
  • Posts: 77
  • Karma: +0/-0
    • View Profile
Re: EA11 RTF Numbering
« Reply #3 on: December 12, 2014, 12:55:28 am »
I don't really understand what your trying to do...
Do you want to use list numbering, or just a normal numbered list?

list numbering:
1. package1
1.1 element1
1.1.1 child element1
1.2 element2

2. package2
2.1 element1
2.2 element2
2.2.1 child element1
etc


numbered list (including: 'restart numbering for each child package'?):

1. package1
1) element1
1) child element1
2) element2

2. package2
1) element1
2) element1
1) child element1

Vlad85

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: EA11 RTF Numbering
« Reply #4 on: December 12, 2014, 08:50:02 pm »
numbered list (including: 'restart numbering for each child package'?):

1. package1
1) element1
1) child element1
2) element2

2. package2
1) element1
2) element1
1) child element1