Skip to content

Commit

Permalink
Merge pull request #631 from metanorma/iso_update
Browse files Browse the repository at this point in the history
common.xsl updated for metanorma/metanorma-standoc#844
  • Loading branch information
Intelligent2013 authored Dec 25, 2023
2 parents 6a95267 + 489e8c8 commit 635fd92
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xslt_src/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -15095,14 +15095,16 @@

<xsl:template match="*[local-name() = 'annex']">
<fo:block break-after="page"/>
<fo:block id="{@id}">
<fo:block>

<xsl:call-template name="setBlockSpanAll"/>

<xsl:call-template name="refine_annex_style"/>

</fo:block>
<xsl:apply-templates />
<fo:block id="{@id}">
<xsl:apply-templates />
</fo:block>
</xsl:template>

<xsl:template name="refine_annex_style">
Expand Down

0 comments on commit 635fd92

Please sign in to comment.