Book a Demo

Author Topic: RTF document with cross references  (Read 5715 times)

Birgit

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
RTF document with cross references
« on: January 11, 2008, 09:27:46 am »
Hi,
How can I create an RTF report containing cross references like "see chapter 5.1 MyChapterHeading" (so 5.1 MyChapterHeading can be clicked on and hyperlinks to the chapter)?

The way I currently work with EA is:
1. Write text in Word document.
2. Copy Word text into EA elements/packages as notes.
3. Create RTF report using our own template.

Any advice appreciated.

Oliver F.

  • EA User
  • **
  • Posts: 573
  • Karma: +2/-1
  • Aren´t we all in the model business ?
    • View Profile
    • Karl Storz homepage
Re: RTF document with cross references
« Reply #1 on: January 11, 2008, 12:48:46 pm »
Quote
Hi,
How can I create an RTF report containing cross references like "see chapter 5.1 MyChapterHeading" (so 5.1 MyChapterHeading can be clicked on and hyperlinks to the chapter)?


You could use a LinkedDocument for the element you are placing the element in and manually add the reference in that RTF template. Then check the LinkedDocument section in the template generator.
This works as long as you do no structural changes  to the model which would cause the generated document chapter to be renumbered.

AFAIK there is no way to automatically reference sections. Custom references are not generated in the RTF docs (though there is always a chance to write your own export add-in).

Oliver

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: RTF document with cross references
« Reply #2 on: January 11, 2008, 12:53:07 pm »
I think you can put a bookmark into an RTF document. See the documentation or search the forum for how. I do not know if you can (easily) use the bookmark as the target for a cross-reference, but it sounds like a plausible starting point.
No, you can't have it!

Birgit

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: RTF document with cross references
« Reply #3 on: January 18, 2008, 04:49:55 am »
Thanks for your feedback!
I still didn't quite figure out how I could insert cross-references. Tried the bookmarks. LinkedDox might be tricky, since the document structure tends to change every now and again.