Reputation: 28611
Why does this line yield the "Missing $" error:
\begin{item} Hello \rightarrow \end{item}
Upvotes: 22
Views: 17826
Reputation: 45104
try
\begin{item} Hello $\rightarrow$ \end{item}
Its a math symbol, so you have to use it in a math environment.
Upvotes: 42