Book a Demo

Author Topic: RTF/PDF generation from custom templates  (Read 2966 times)

PanZupa

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
RTF/PDF generation from custom templates
« on: January 03, 2014, 10:19:39 pm »
Hi all,

I'm generating a documentation from model and I have encountered two problems. I hope you may help me with them.

1. How to add numbering to generated tables? Diagrams can have nice captions using a code in template:
Code: [Select]
Figure {Diagram.Figure}
I would like to have similar thing but for tables. Something like
Code: [Select]
Table {custom_sequence_number_for_table}
Or is there any other way to achive that?


2. I'm also have Relationships Matrices in my generated documentations. Unfortunately, long names of some entities in matrix are not displayed. There is plenty of space. How can I make explicitly set dimensions of Matrix, and it's columns?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: RTF/PDF generation from custom templates
« Reply #1 on: January 13, 2014, 10:38:09 am »
1.
Create a new list called Table.
Edit the style of that list (or an override for it) to use leading text of "Table".
Apply that list style to the paragraph being used.
« Last Edit: January 13, 2014, 10:38:27 am by simonm »