GeneralMissing $ Inserted

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
daithi81
Posts: 9
Joined: Sat Nov 21, 2009 10:25 pm

Missing $ Inserted

Post by daithi81 »

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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Missing $ Inserted

Post by gmedina »

Hi,

the following code works OK in my system:

Code: Select all

\documentclass{article}
\usepackage{amsmath}

\begin{document}

\$53m for 1991

\end{document}
Please provide a minimal working example that allows us to reproduce the problem mentioned.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
daithi81
Posts: 9
Joined: Sat Nov 21, 2009 10:25 pm

Re: Missing $ Inserted

Post by daithi81 »

Ok, I solved the issue. It has nothing to do with the $ signs, but rather a stray _ without a \.
Post Reply