Prev Next latexspecial

Latex Special Characters
Syntax $latex \c $$

Description
XML dependently interpret the character specified by c where c is one of the following: #, $, %, &, _, {, }.

Example
Command Output
\#  \# 
\$  \$ 
\%  \% 
\&  \& 
\_  \_ 
\{  \{ 
\}  \} 
Note that inside of a latex command, if a the dollar sign is preceded by a back slash, it need not be replaced (as discussed in the dollar command section).
Input File: latex/latexspecial.omh