Hello, I am trying to copy and paste a section of a paper I'm writing into LaTeX. It contains a few statements like 'Services for Greece are \$53m for 1991...' and as you can see I have clearly used the correct prefix for the dollar sign so Latex won't get confused. However, when I copy the text in and attempt to run it, I still get the above error.
What's going wrong?
General ⇒ Missing $ Inserted
NEW: TikZ book now 40% off at Amazon.com for a short time.

Missing $ Inserted
Hi,
the following code works OK in my system:
Please provide a minimal working example that allows us to reproduce the problem mentioned.
the following code works OK in my system:
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\$53m for 1991
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Missing $ Inserted
Ok, I solved the issue. It has nothing to do with the $ signs, but rather a stray _ without a \.