|
Special symbols in the input fileLast revision August 3, 2004
Some ASCII characters in your input file are not interpreted as simple text, but rather as special or reserved symbols that act like commands. That is, these symbols cause some action to be performed, and do not appear in the typeset output. The dollar sign has already been mentioned as one of these. Clearly, the backslash and curly braces are others. The table below shows the text characters that are reserved for special commands in LaTeX documents. If you simply include one of these characters in your input file, it will not be typeset into the output, but rather cause some unexpected mode change or (likely) error condition. The table shows how to produce the actual character in the typeset output. The input formats that use enclosing dollar signs are examples of using "math mode" to produce special symbols rather than equations.
|