I'm new to latex.
My problem is as follows:
Alpha symbol turns as 'ff' when inside table and table caption.
Code: Select all
\begin{table}[h]
\centering
\begin{tabular}{|c|c|c|c|c|c|}
\hline
$Na$ & $\alpha_1$ & $\alpha_2$ & \ldots & $\alpha_M$ & TNV \\ \hline \hline
$d_{mil}$ & 0 & 0 & \ldots & 0 & \\ \hline
$2d_{mil}$ & 0 & 0 & \ldots & 0 & \\ \hline
\vdots & \vdots & \vdots & $\ddots$ & \vdots & \\
\hline
\end{tabular}
\caption[Blank TAD Table]{Blank TAD table. $\alpha_1$, $\alpha_2$, and $\alpha_M$ denote the 1st, 2nd, and Mth angles in radians.}
\label{tab:tad_blank}
\end{table}
Can anyone tell what am I doing wrong?
10X
KD