Skip to content

Commit

Permalink
xslt update based on metanorma/mn-native-pdf@50752d4
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 authored Jan 4, 2025
1 parent 277d985 commit a699176
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/isodoc/ieee/ieee.amendment.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8716,6 +8716,12 @@
</xsl:if>
</xsl:template>

<xsl:template match="*[local-name()='strike']">
<fo:inline text-decoration="line-through">
<xsl:apply-templates/>
</fo:inline>
</xsl:template>

<xsl:template match="*[local-name() = 'pagebreak']">
<fo:block break-after="page"/>
<fo:block> </fo:block>
Expand Down
6 changes: 6 additions & 0 deletions lib/isodoc/ieee/ieee.standard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8716,6 +8716,12 @@
</xsl:if>
</xsl:template>

<xsl:template match="*[local-name()='strike']">
<fo:inline text-decoration="line-through">
<xsl:apply-templates/>
</fo:inline>
</xsl:template>

<xsl:template match="*[local-name() = 'pagebreak']">
<fo:block break-after="page"/>
<fo:block> </fo:block>
Expand Down

0 comments on commit a699176

Please sign in to comment.