Skip to content

Commit

Permalink
IEEE xslt updated for Annot tag, metanorma/mn2pdf#293
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Nov 1, 2024
1 parent f946850 commit bfd394a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xslt_src/ieee.standard.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1692,6 +1692,7 @@
<xsl:template match="ieee:abstract">
<fo:block>
<xsl:call-template name="setId"/>
<xsl:call-template name="addReviewHelper"/>
<xsl:apply-templates />
</fo:block>
</xsl:template>
Expand Down Expand Up @@ -2356,6 +2357,7 @@
<xsl:template match="*[local-name() = 'introduction'] | *[local-name() = 'foreword'] | *[local-name() = 'acknowledgements']">
<fo:block>
<xsl:call-template name="setId"/>
<xsl:call-template name="addReviewHelper"/>
<xsl:apply-templates />
</fo:block>
</xsl:template>
Expand Down

0 comments on commit bfd394a

Please sign in to comment.