Wednesday, September 13, 2006

Space inside math environment in LaTeX

Inside the math environment($-$ ring a bell?), LaTeX ignores the spaces you type and puts in its own spacing that it thinks is best.
To cheat the system, use the following:

\; - a thick space
\: - a medium space
\, - a thin space
\! - a negative thin space

No comments: