Quantcast
Channel: PTC Community : All Content - Arbortext
Viewing all articles
Browse latest Browse all 1645

modification to foWarningsCautionNotes.xsl

$
0
0

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

:-)


Viewing all articles
Browse latest Browse all 1645


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>