Suggestions
Search:
 
Next:
scape optionalarg
Previous:
scape href
Up:
LaTeX Active character Escaping
Reference Section

Name

scape-url — Escape characters for use with the url LaTeX package

Synopsis


      

Mapping Source

<template name="scape-url">
    <map from="&amp;" to="\string&amp;"/>
    <map from="%" to="\%"/>
    <map from="{" to="\{"/>
    <map from="}" to="\}"/>
    <map from="\" to="\docbooktolatexgobble\string\\"/>
  </template>