Answers for "adding a caption to a table in overleaf"

-1

latex table caption

\begin{table}[position specifier]
  \centering
  \begin{tabular}{|l|}
    ... your table ...
  \end{tabular}
  \caption{This table shows some data}
  \label{tab:myfirsttable}
\end{table}
Posted by: Guest on June-01-2021

Code answers related to "adding a caption to a table in overleaf"

Browse Popular Code Answers by Language