Suggestions |
---|
Search:
|
Next:
latex.suppress.blank.page.headers |
Previous:
latex.url.quotation Up: Parameters: DB2LaTeX Switches param switch.mod.xsl |
<xsl:param name="latex.ulink.protocols.relaxed"> <xsl:choose> <xsl:when test="$ulink.protocols.relaxed!=''"> <xsl:message>Warning: $ulink.protocols.relaxed was a misnomer: use $latex.ulink.protocols.relaxed instead</xsl:message> <xsl:value-of select="$ulink.protocols.relaxed"/> </xsl:when> <xsl:otherwise> <xsl:value-of select="1"/> </xsl:otherwise> </xsl:choose> </xsl:param>
The formatting of a ulink [2.0.9] element varies according to whether its url attribute differs from its content. When this option is enabled, the comparison between these two values ignores the “protocol” portion of the URL (that which occurs before ':' or '://', as a concession to HTTP URLs). For example, when this option is enabled, “a.b.c/d” would be considered equivalent to “http://a.b.c/d” and “file:a.b.c/d”.