Blame xsl/texmap.xml

Packit Service 76cb02
Packit Service 76cb02
Packit Service 76cb02
     Attention : l'ordre est important, pour les effets de bords
Packit Service 76cb02
     qu'il induit. Par exemple, '\' doit etre remplace tout de suite
Packit Service 76cb02
     en backslah, vu qu'ensuite d'autres '\' sont introduits !
Packit Service 76cb02
     C'est la fin du tableau qui est remplace en premier.
Packit Service 76cb02
-->
Packit Service 76cb02
Packit Service 76cb02
Packit Service 76cb02
[
Packit Service 76cb02
  
Packit Service 76cb02
  
Packit Service 76cb02
  
Packit Service 76cb02
  
Packit Service 76cb02
]>
Packit Service 76cb02
<mapping>
Packit Service 76cb02
<map key="\textbackslash"   text="\textbackslash{}"/>
Packit Service 76cb02
<map key=" "           text="~"/>
Packit Service 76cb02
<map key="“"          text="{}``"/>
Packit Service 76cb02
<map key="”"          text="{}''"/>
Packit Service 76cb02
<map key="<"             text="$<$"/>
Packit Service 76cb02
<map key=">"             text="$>$"/>
Packit Service 76cb02
<map key="˜"          text="\textasciitilde{}"/>
Packit Service 76cb02
<map key="{"                text="\{"/>
Packit Service 76cb02
<map key="}"                text="\}"/>
Packit Service 76cb02
<map key="&"            text="\&"/>
Packit Service 76cb02
<map key="#"                text="\#"/>
Packit Service 76cb02
<map key="_"                text="\_"/>
Packit Service 76cb02
<map key="$"                text="\$"/>
Packit Service 76cb02
<map key="%"                text="\%"/>
Packit Service 76cb02
<map key="^"                text="\^"/>
Packit Service 76cb02
<map key="\"                text="\textbackslash"/>
Packit Service 76cb02
</mapping>