Suggestions
Search:
 
Next:
scape url
Previous:
scape verbatim
Up:
LaTeX Active character Escaping
Reference Section

Name

scape-href — Escape characters for use with the hyperref LaTeX package

Synopsis


      

Mapping Source

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