Suggestions
Search:
 
Next:
tex.math.in.alt
Up:
Parameters: Common Options param common.mod.xsl
Reference Section

Name

admon.graphics.path — LaTeX location for admonition graphics

Synopsis

<xsl:param name="admon.graphics.path">
		<xsl:choose>
			<xsl:when test="$latex.admonition.path!=''">
				<xsl:message>Warning: $latex.admonition.path is deprecated: use $admon.graphics.path instead</xsl:message>
				<xsl:value-of select="$latex.admonition.path"/>
			</xsl:when>
			<xsl:otherwise>
				<xsl:text>figures</xsl:text>
			</xsl:otherwise>
		</xsl:choose>
	</xsl:param>

A. Description

The file path that will be passed to LaTeX in order to find admonition graphics.

An empty value suppresses the use of admonition graphics.

If your figures are in “the current directory” then use a value of “.” (i.e. the full stop or period on its own) to signify this.

G. Uses

Documented templates that use this parameter: