Page 1 of 1

Abbreviated form does not display in web or PDF output

Posted: Tue Feb 26, 2013 6:02 pm
by mhovey
I want to use abbreviated forms, along with a glossary, in my guide which is outputted in bioth PDF and WEBHELP forms. The abbreviated form does not display in the ouput. Here is the code:
<abbreviated-form keyref="EMS"/>

thanks,
Margot

Re: Abbreviated form does not display in web or PDF output

Posted: Thu Feb 28, 2013 3:55 pm
by Radu
Hi Margot,

Oxygen 14.2 uses the DITA Open Toolkit 1.6 for publishing DITA content to various outputs.
The PDF output in DITA OT 1.6 and older indeed does not properly output abbreviated forms.
Oxygen 15 will come with DITA OT 1.7 which will have more support for outputting abbreviated forms in the PDF output.

But you can download DITA Open Toolkit 1.7 separately and use it from an Oxygen transformation scenario to build PDF output:

http://www.oxygenxml.com/doc/ug-oxygen/ ... ta-ot.html

As for WebHelp output, that should work.
How exactly is the key defined in the DITA Map?

Regards,
Radu

Re: Abbreviated form does not display in web or PDF output

Posted: Mon Mar 04, 2013 6:14 pm
by mhovey
Thanks Radu.

This is what I have in the webhelp ditamap:
<keydef keys="EMS" href="../Common/Glossary/EMS.dita"/ <keydef keys="EMS" href="../Common/Glossary/EMS.dita"/>

Margot
Radu wrote:Hi Margot,

Oxygen 14.2 uses the DITA Open Toolkit 1.6 for publishing DITA content to various outputs.
The PDF output in DITA OT 1.6 and older indeed does not properly output abbreviated forms.
Oxygen 15 will come with DITA OT 1.7 which will have more support for outputting abbreviated forms in the PDF output.

But you can download DITA Open Toolkit 1.7 separately and use it from an Oxygen transformation scenario to build PDF output:

http://www.oxygenxml.com/doc/ug-oxygen/ ... ta-ot.html

As for WebHelp output, that should work.
How exactly is the key defined in the DITA Map?

Regards,
Radu

Re: Abbreviated form does not display in web or PDF output

Posted: Mon Mar 04, 2013 6:24 pm
by Radu
Hi Margot,

The DITA Open Toolkit publishing engine has problems when the DITA Map references topic which are located on a folder path outside of the folder where the published DITA Map is located.
So please try one of the workarounds described here:

http://www.oxygenxml.com/doc/ug-oxygen/ ... -refs.html

Regards,
Radu