I have a compilation error trying to use the math symbols <= <, etc.
the error looks like this:
./chapters/intro.tex:49: Missing $ inserted. [Delta & \delta],
./chapters/intro.tex:49: Missing $ inserted. [Delta & \delta < 4Hz &]
./chapters/intro.tex:50: Missing $ inserted. [Theta & 4Hz < \theta]
./chapters/intro.tex:50: Missing $ inserted. [Theta & 4Hz < \theta \leq 8Hz &]
and this is the code causing it
\begin{tabular}{l l l}
\hline
EEG rhythm & Frequency band & Mental association \\
\hline
Delta & \delta < 4Hz & Sleep \\
Theta & 4Hz < \theta \leq 8Hz & Sleep \\
\hline
\end{tabular}
I know there have been similar question but I read the answers and I could not figure it out for my case.
Thanks!
