Skip to content

Commit

Permalink
ISO xslt updated, allow non-bold text in title, metanorma/metanorma-i…
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jul 24, 2024
1 parent effd96e commit b5066c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xslt_src/iso.international-standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3501,6 +3501,10 @@
<!-- END display titles -->
<!-- ==================== -->

<xsl:template match="*[local-name() = 'title']/*[local-name() = 'span'][contains(@style, 'text-transform:none')]//text()" priority="6">
<fo:inline font-weight="normal"><xsl:value-of select="."/></fo:inline>
</xsl:template>

<xsl:template match="node()">
<xsl:apply-templates />
</xsl:template>
Expand Down

0 comments on commit b5066c3

Please sign in to comment.