What does it mean - "Missing $ inserted" error?
My code is here
Code: Select all
\documentclass[11pt,a4paper,oneside]{report}
\usepackage[pdftex]{graphicx}
\usepackage[colorlinks=true,
linkcolor=blue,
citecolor=blue,
urlcolor=blue,
filecolor=blue,
pdfpagemode=None,
pdfstartview=FitH]{hyperref}
\begin{document}
Reynolds number 3900..Figure \ref{fig:test01} is awesome!
\begin{figure}[h]
\centering
\begin{array}{c@{\hspace{.05in}}c@{\hspace{.05in}}c}
\includegraphics[width=1.55in]{106upallcom.pdf} $
\includegraphics[width=1.55in]{154upallcom.pdf} $
\includegraphics[width=1.55in]{202upallcom.pdf} \\
\end{array} $
\caption{Variance of the streamwise velocity fluctuations at three locations}
\label{fig:test01}
\end{figure}
\end{document}