I have a problem of creating an equation inside a table. An error message "! Missing $ inserted" is shown at line
Code: Select all
\alpha = 10
Code: Select all
\begin{table}[h]
\caption{Example of Equation inside Table}
\begin{center}
\begin{tabular}{|l|}
\hline
This table has 1 row and 1 column\\
\begin{equation}
\alpha = 10
\end{equation}
\hline
\end{tabular}
\end{center}
\end{table}
Thank you,
Palmuser