Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Nov 30, 2020
1 parent 5933f01 commit 0dc93d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 6 additions & 3 deletions lib/isodoc/m3aawg/m3d.report.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@
</xsl:attribute-set><xsl:attribute-set name="term-style">

</xsl:attribute-set><xsl:attribute-set name="figure-name-style">




Expand Down Expand Up @@ -2524,6 +2525,7 @@
</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']">
Expand Down Expand Up @@ -3151,7 +3153,8 @@
</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>
Expand Down Expand Up @@ -3202,7 +3205,7 @@
<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"/>
Expand Down Expand Up @@ -3932,7 +3935,7 @@
<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/>
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/m3aawg/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module M3AAWG
VERSION = "1.6.0"
VERSION = "1.6.1"
end
end
3 changes: 1 addition & 2 deletions metanorma-m3d.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "htmlentities", "~> 4.3.4"
spec.add_dependency "thread_safe"

spec.add_dependency "metanorma-generic", "~> 1.7.0"
spec.add_dependency "isodoc", "~> 1.2.0"
spec.add_dependency "metanorma-generic", "~> 1.8.0"

spec.add_development_dependency "byebug", "~> 9.1"
spec.add_development_dependency "sassc", "~> 2.4.0"
Expand Down

0 comments on commit 0dc93d0

Please sign in to comment.