Suggestions
Search:
 
Next:
Index of Elements and Software
Previous:
generate.typeset.url
Up:
Cross References xref.mod.xsl
Reference Section

Name

generate.string.url — Escape and hyphenate a string as a teletype URL.

Synopsis

<xsl:template name="generate.string.url">
<xsl:param name="hyphenation"/>
<xsl:param name="string"/>
<xsl:param name="url" select="$string"/>
  ...
</xsl:template>

A. Description

This template typsets teletype text using slash.hyphen if $latex.hyphenation.tttricks is disabled. Has two parameters: 'hyphenation' and 'string'.