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>