Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
This applies to the AAD stylesheets that were installed with Arbortext 5.3, CSDB M060. I found that single warnings and cautions were not being output as bold text (which they should be according to the spec).
I changed the xml template to fix this in the S1000D PDF output. the xsl file is foWarningsCautionNotes.xsl, the template name is at the bottom of the file and is: t_display_single_warning_caution
The line is:
<fo:block padding-before="2mm" padding-after="2mm" font-size="12pt">
I changed it to:
<!--Modification added font weight-->
<fo:block padding-before="2mm" padding-after="2mm" font-size="12pt" font-weight="bold">
Greg
🙂