Suggestions |
---|
Search:
|
Next:
biblioentry (in bibliography.cited mode) |
Previous:
processing instruction('bibtex bibliography') Up: Bibliographies biblio.mod.xsl |
<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>
This template requires LaTeX commands that are part of the “essential preamble”.
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