next up previous contents
Next: Quotation Marks Up: Body Previous: Body

Special characters

When entering normal text, you must watch out for a few things. Some characters are reserved for commands to LaTeX, and are treated as such unless you tell LaTeX to treat them as normal characters. To use the characters

	# $ % & _ { }
outside of a verbatim environment (see section gif for more information on environments), you must precede them with a backslash (\), like this:
	\# \$ \% \& \_ \{ \}

These characters are also reserved:

	~ ^ \ < >
Often, if you think you want one of these characters, you probably want to do something else.

sepherke
Sat Mar 21 21:20:00 EST 1998