Suggestions
Search:
 
Next:
biblioentry (in bibliography.cited mode)
Previous:
processing instruction('bibtex bibliography')
Up:
Bibliographies biblio.mod.xsl
Reference Section

Name

bibliodiv — Process bibliodiv [2.0.9] elements

Synopsis

<xsl:template match="bibliodiv">
<xsl:param name="environment">
			<xsl:variable name="parent" select="local-name(..)"/>
			<xsl:choose>
				<xsl:when test="starts-with($parent,'sect')">docbooktolatexbibliography</xsl:when>
				<xsl:otherwise>thebibliography</xsl:otherwise>
			</xsl:choose>
		</xsl:param>
  ...
</xsl:template>

A. Description

Formats subdivisions of bibliographies.

B. Pertinent Variables

D. DocBook Compliance and LaTeX Notes

This template requires LaTeX commands that are part of the “essential preamble”.

E. Samples and Tests

test_article.pdf from test_article/article.xml, test_biblio.pdf from test_biblio/test.xml, test_bind_Bv9ARM-book.pdf from test_bind/Bv9ARM-book.xml, test_book.pdf from test_book/test.xml, test_cited.pdf from test_cited/test.xml, test_ieeebiblio.pdf from test_ieeebiblio/test.xml