Answers for "tabular latex caption center"

0

latex tabular caption

\begin{table}
\begin{tabular}
...
\end{tabular}
\caption{\label{tab:table-name}Your caption.}
\end{table}
Posted by: Guest on November-22-2020

Browse Popular Code Answers by Language