I want to type some words in the bottom of table like figure.
Code: Select all
\begin{figure}[H]
\centerline{\epsfig{file=eps/6-diff_tech_1024x512_sv_with_UI.eps,width=1.25\linewidth}}
\caption{\small Shadow Volumes, FPS=8.69}
\label{fig:6-diff_tech_1024x512_sv_with_UI}
\end{figure}
In Figure \ref{fig:6-diff_tech_1024x512_CSM_with_UI} and Figure \ref{fig:6-diff_tech_1024x512_ASM_with_UI},
Code: Select all
\begin{center}
\begin{tabular}{ l | c || r | }
\hline
1 & 2 & 3 \\ \hline
4 & 5 & 6 \\ \hline
7 & 8 & 9 \\
\hline
\end{tabular}
\end{center}