Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MatthiasRue

Pages: [1]
1
Thanks for the response.
Than we try v15.2.

Best regards
Matthias

2
We recently ported an old .eap-File from v12 to a qeax-File for v16. The modell contains sereval RTF-Documentation-Template which worked in the past.
With v16 the generation of the heading numbers behave different.

The template looks like this:
--------------------------------

package >
{Pkg.Name}

diagram >
{Diagram.Type} Diagram "{Diagram.Name}"
{Diagram.Notes}
{Diagram.DiagramImg}
Figure {Diagram.Figure}: {Diagram.Name}
element >
< element
< diagram
child packages > 
< child packages
element >
embedded elements >
< embedded elements
diagram >
< diagram
child elements >
< child elements
< element
< package

--------------------------------

The templates works on package structure like this

Code: [Select]
package1
|_elements
|_package2
|    |_elements
|_package3
     |_elements

In v12 the template produces an output like this:

1.1 Name Package1
1.1.2 Name Package 2
1.1.3 Name Package 3

In v16 the same template produces an output like this:

1.1 Name Packag1
1.2 Name Packag2
1.3 Name Packag3

Has anybody an idea what went wrong and how to correct the generation of numbering of the headings in v16?

Thanks
Matthias




Pages: [1]