Skip to content

Commit

Permalink
bipm xslt changed for list numbering for metanorma/metanorma-bipm#32
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Oct 22, 2020
1 parent fb1f92c commit 7083792
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion xslt_src/bipm.brochure.presentation.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,12 @@
<xsl:variable name="format">
<xsl:choose>
<xsl:when test="../@type = 'arabic'">1.</xsl:when>
<xsl:when test="../@type = 'alphabet'">a)</xsl:when>
<xsl:when test="../@type = 'alphabet'">
<xsl:choose>
<xsl:when test="$independentAppendix = ''">a)</xsl:when>
<xsl:otherwise>(a)</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:when test="../@type = 'alphabet_upper'">A.</xsl:when>
<xsl:when test="../@type = 'roman'">(i)</xsl:when>
<xsl:when test="../@type = 'roman_upper'">I.</xsl:when>
Expand Down

0 comments on commit 7083792

Please sign in to comment.