
i want to put caption in tabular but i can't except with "figure" environnement :
Code: Select all
\begin{figure}
\begin{center}
\begin{tabular}{|c|c|}
(...)
\end{tabular}
\end{center}
\caption{blablablablablabal}
\end{figure}
so i want to put this :
Code: Select all
\begin{center}
\begin{tabular}{|c|c|}
(...)
\caption{dgvefgvefgvrv}
\end{tabular}
\end{center}
thanks for your help
