Skip to content

Commit

Permalink
fixes issue #64 bibliography missing in glossary output
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstayton committed Jul 12, 2018
1 parent afd6e4d commit 5763e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xsl/fo/glossary.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<xsl:param name="preamble" select="*[not(self::d:title
or self::d:subtitle
or self::d:glossdiv
or self::d:bibliography
or self::d:glossentry)]"/>

&setup-language-variable;
Expand Down Expand Up @@ -141,6 +142,8 @@
</xsl:if>
</xsl:otherwise>
</xsl:choose>

<xsl:apply-templates select="d:bibliography"/>
</xsl:template>

<xsl:template match="d:book/d:glossary|d:part/d:glossary|/d:glossary" priority="2">
Expand Down
2 changes: 2 additions & 0 deletions xsl/html/glossary.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
</xsl:otherwise>
</xsl:choose>

<xsl:apply-templates select="d:bibliography"/>

<xsl:if test="not(parent::d:article)">
<xsl:call-template name="process.footnotes"/>
</xsl:if>
Expand Down

0 comments on commit 5763e99

Please sign in to comment.