lib/isodoc/ogc/ogc.white-paper.xsl in metanorma-ogc-1.2.7 vs lib/isodoc/ogc/ogc.white-paper.xsl in metanorma-ogc-1.2.8

- old
+ new

@@ -89,11 +89,11 @@ <xsl:call-template name="getLang"/> </xsl:variable> <xsl:template match="/"> <xsl:call-template name="namespaceCheck"/> - <fo:root font-family="Arial, STIX Two Math, HanSans" font-size="11pt" xml:lang="{$lang}"> + <fo:root font-family="Arial, STIX Two Math, Source Han Sans" font-size="11pt" xml:lang="{$lang}"> <fo:layout-master-set> <!-- Document pages --> <fo:simple-page-master master-name="document" page-width="{$pageWidth}" page-height="{$pageHeight}"> <fo:region-body margin-top="1in" margin-bottom="1in" margin-left="1in" margin-right="1in"/> @@ -122,11 +122,11 @@ <xsl:apply-templates select="/ogc:ogc-standard/ogc:bibdata/ogc:title/node()"/> </fo:block> </fo:block-container> </fo:block-container> - <fo:block font-family="Lato Light" font-size="14pt" font-style="italic" margin-top="6pt" color="rgb(21, 43, 77)"> + <fo:block font-family="Lato" font-weight="300" font-size="14pt" font-style="italic" margin-top="6pt" color="rgb(21, 43, 77)"> <xsl:text>Additional context, inspirational quote, etc. fits into this subheading area</xsl:text> </fo:block> <fo:block-container absolute-position="fixed" left="20mm" top="91mm" width="175mm" font-size="9pt"> <fo:block margin-top="8pt"> @@ -1326,10 +1326,11 @@ </xsl:attribute-set><xsl:attribute-set name="term-style"> </xsl:attribute-set><xsl:attribute-set name="figure-name-style"> + <xsl:attribute name="font-size">11pt</xsl:attribute> <xsl:attribute name="text-align">left</xsl:attribute> @@ -2629,10 +2630,11 @@ <fo:inline font-style="italic"> <xsl:apply-templates/> </fo:inline> </xsl:template><xsl:template match="*[local-name()='strong'] | *[local-name()='b']"> <fo:inline font-weight="bold"> + <xsl:apply-templates/> </fo:inline> </xsl:template><xsl:template match="*[local-name()='sup']"> <fo:inline font-size="80%" vertical-align="super"> <xsl:apply-templates/> @@ -3033,10 +3035,11 @@ <xsl:value-of select="normalize-space(@target)"/> </xsl:otherwise> </xsl:choose> </xsl:variable> <fo:inline xsl:use-attribute-sets="link-style"> + <xsl:choose> <xsl:when test="$target = ''"> <xsl:apply-templates/> </xsl:when> <xsl:otherwise> @@ -3250,11 +3253,12 @@ <xsl:text>.</xsl:text> </xsl:if> --> </fo:inline> </xsl:if> </xsl:template><xsl:template match="*[local-name() = 'figure']"> - <fo:block-container id="{@id}"> + <fo:block-container id="{@id}"> + <fo:block> <xsl:apply-templates/> </fo:block> <xsl:call-template name="fn_display_figure"/> <xsl:for-each select="*[local-name() = 'note']"> @@ -3301,11 +3305,11 @@ <xsl:apply-templates mode="contents"/> </xsl:template><xsl:template match="node()" mode="bookmarks"> <xsl:apply-templates mode="bookmarks"/> </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="contents"> <xsl:apply-templates select="."/> - </xsl:template><xsl:template match="*[local-name() = 'stem']" mode="bookmarks"> + </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" mode="contents" priority="3"/><xsl:template match="*[local-name() = 'stem']" mode="bookmarks"> <xsl:apply-templates mode="bookmarks"/> </xsl:template><xsl:template name="addBookmarks"> <xsl:param name="contents"/> <xsl:if test="xalan:nodeset($contents)//item"> <fo:bookmark-tree> @@ -4065,10 +4069,10 @@ </fo:block> </xsl:template><xsl:template match="*[local-name() = 'definitions']"> <fo:block id="{@id}"> <xsl:apply-templates/> </fo:block> - </xsl:template><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']"> + </xsl:template><xsl:template match="*[local-name() = 'references'][@hidden='true']" priority="3"/><xsl:template match="*[local-name() = 'bibitem'][@hidden='true']" priority="3"/><xsl:template match="/*/*[local-name() = 'bibliography']/*[local-name() = 'references'][@normative='true']"> <fo:block id="{@id}"> <xsl:apply-templates/> </fo:block> </xsl:template><xsl:template match="*[local-name() = 'annex']"> \ No newline at end of file