I'm trying to create the table using the below script and its giving this error
"! Missing $ inserted.<inserted text> $ l.689 \end{tabularx}"
\begin{table*}[t]
\centering\setlength{\tabcolsep}{.3\tabcolsep}
\begin{tabularx}{\linewidth}{|*2{>{\centering\hsize=1.6666\hsize}X|}*8{>{\centering\arraybackslash\hsize=.83333\hsize}X|}}
\hline
{\bf Point of Comparison} & {\bf X} & {\bf Y} & {\bf Z} & {\bf Average_entropy} & {\bf TC & {\bf RT}\\
\hline
\end{tabularx}
\caption{specs}
\label{tab:template}
\end{table*}

\hlineand add the missing closing bracket after{\bf TC. That should help. As well, please don't use\bf: all two-letter font commands have been obsolate for years. Use\bfseriesinstead. – yo' Oct 31 '13 at 14:58_inAverage_entropy. Change it toAverage entropy. The problems I mentioned before would show up later, so you need to correct them as well. – yo' Oct 31 '13 at 15:01