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

Name

scape-indexterm — Escape characters for use with \index LaTeX command

Synopsis


      

A. Description

In addition to the characters from scape, certain extra characters must be escaped so that LaTeX will not treat them as indexing directives.

Mapping Source

<template name="scape-indexterm">
    <map from="!" to="&quot;!"/>
    <map from="|" to="\ensuremath{&quot;|}"/>
    <map from="@" to="&quot;@"/>
    <map from="&lt;" to="\textless{}"/>
    <map from="&gt;" to="\textgreater{}"/>
    <map from="~" to="\textasciitilde{}"/>
    <map from="^" to="\textasciicircum{}"/>
    <map from="&amp;" to="\&amp;"/>
    <map from="#" to="\#"/>
    <map from="_" to="\_"/>
    <map from="$" to="\$"/>
    <map from="%" to="\%"/>
    <map from="\}" to="\textbraceright{}"/>
    <map from="{" to="\textbraceleft{}"/>
    <map from="}" to="\}"/>
    <map from="&quot;" to="&quot;&quot;"/>
    <map from="\textbackslash  " to="\textbackslash \ "/>
    <map from="\" to="\textbackslash "/>
  </template>