Skip to content

Commit

Permalink
ISO xslt updated, added line numbers feature, metanorma/metanorma-iso…
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jun 1, 2023
1 parent 845627b commit 41e229d
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 @@ -301,6 +301,10 @@
<xsl:with-param name="root-style" select="$root-style"/>
</xsl:call-template>

<xsl:if test="/iso:iso-standard/iso:metanorma-extension/iso:presentation-metadata/iso:linenumbers = 'true'">
<xsl:processing-instruction name="add_line_numbers">true</xsl:processing-instruction>
</xsl:if>

<fo:layout-master-set>

<!-- cover page -->
Expand Down

0 comments on commit 41e229d

Please sign in to comment.