I need assistance with two things please. I am generating a double column of tables within a table. First the graphics appear at the top of the cell which is off vertical center. I would like each cell to be vertically & horizontally centered whether it contains text, graphic, or array. How can I move it down within its cell?
The second problem is when I creat a framebox, my output has an "!" on the left exterior of the framed boxes.
thanks,
G
Code: Select all
\begin{table*}[htp]
\caption{\label{tab:table1b} Each syllable is classified by an identification card consisting of the syllable, clipped spectrogram, and features.}
\begin{tabular}{>{\RaggedLeft}p{3.1in}>{\RaggedLeft}p{0.2in}
>{\RaggedLeft}p{3.1in}}\hline \\
\framebox[2\width, \totalheight][s]{
\begin{tabular}{ccc}
A & \begin{center}
\includegraphics[width=4cm,height=2cm]{graphic.png}
\end{center}
&
\begin{array}{l}
SC=822.95 \\SB=455.92\\ SRF=900\\SF=-876584\\SE=0.003188\\ZCR=1764\\FQ=1.29\%\\ \end{array}\\
\end{tabular}}
&
&
\framebox[2\width, \totalheight][s]{
\begin{tabular}{ccc}
B&
\includegraphics[width=4cm,height=2cm]{graphic.png} &
\begin{array}{l}
SC=822.95 \\SB=455.92\\ SRF=900\\SF=-876584\\SE=0.003188\\ZCR=1764\\FQ=1.29\%\\ \end{array}\\
\end{tabular}}\\
\end{tabular}
\end{table*}