Page 1 of 1

wintitle output not bold

Posted: Fri Jun 23, 2023 5:16 pm
by MStarodub
Hello,

When publishing to pdf, content tagged as "wintitle" is showing up as italics rather than bold.
I have checked the C:\Program Files\XDocsOxygenAuthor\frameworks\dita\DITA-OT3.x\plugins\org.dita.pdf2\cfg\fo\attrs\ui-domain-attr.xsl file, and it seems to indicate that wintitle should publish as bold and not italics.
how do I fix this issue?

Re: wintitle output not bold

Posted: Mon Jun 26, 2023 11:11 am
by julien_lacour
Hello,

I checked in Oxygen 25.1 and the <wintitle> element is rendered in bold in PDF outputs.

Can you check in the console that you are using this DITA-OT when running the transformation?
To enable the console, in Oxygen > Options > Preferences... > DITA / Logging change the value of the 'Show console output' option to 'Always' then run again the transformation.

Also could you check in C:\Program Files\XDocsOxygenAuthor\frameworks\dita\DITA-OT3.x\plugins that you don't have a custom plugin changing this value?

Regards,
Julien

Re: wintitle output not bold

Posted: Mon Jun 26, 2023 9:11 pm
by MStarodub
Hi Julien,

It appears that I did have a custom plug-in that was messing this up. Thank you