Suggestions |
---|
Search:
|
Next:
latex.documentclass.common |
Previous:
latex.babel.language Up: Parameters: LaTeX direct Strings param direct.mod.xsl |
latex.bibwidelabel — Adjust bibliography formatting
<xsl:param name="latex.bibwidelabel"> <xsl:choose> <xsl:when test="$latex.biblioentry.style='ieee' or $latex.biblioentry.style='IEEE'"> <xsl:text>123</xsl:text> </xsl:when> <xsl:otherwise> <xsl:text>WIDELABEL</xsl:text> </xsl:otherwise> </xsl:choose> </xsl:param>