Suggestions
Search:
 
Next:
latex.documentclass.common
Previous:
latex.babel.language
Up:
Parameters: LaTeX direct Strings param direct.mod.xsl
Reference Section

Name

latex.bibwidelabel — Adjust bibliography formatting

Synopsis

<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>

A. Description

The environment bibliography accepts a parameter that indicates the widest label, which is used to correctly format the bibliography output. The value of this parameter is output inside the \begin{thebibliography[]} LaTeX command.

G. Uses

Documented templates that use this parameter: