Skip to content

Commit

Permalink
bipm xslt updated for #274 part 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Oct 31, 2020
1 parent 90e735a commit b1537b4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions xslt_src/bipm.brochure.presentation.core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1690,7 +1690,7 @@
</xsl:template>

<xsl:template match="bipm:license-statement">
<fo:block font-size="10.6pt" font-family="Times New Roman">
<fo:block font-size="10.5pt" font-family="Times New Roman">
<xsl:apply-templates />
</fo:block>
</xsl:template>
Expand Down Expand Up @@ -2786,7 +2786,12 @@
<xsl:when test="not(../preceding-sibling::bipm:note) and not((../following-sibling::bipm:note))">
<xsl:variable name="curr_lang" select="ancestor::bipm:bipm-standard/bipm:bibdata/bipm:language[@current = 'true']"/>
<xsl:choose>
<xsl:when test="$curr_lang = 'fr'">Remarque: </xsl:when>
<xsl:when test="$curr_lang = 'fr'">
<xsl:choose>
<xsl:when test="ancestor::bipm:li">Remarque: </xsl:when>
<xsl:otherwise>Note: </xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>Note: </xsl:otherwise>
</xsl:choose>
</xsl:when>
Expand Down

0 comments on commit b1537b4

Please sign in to comment.