Answers for "add figure numbers in latex"

0

add figure numbers in latex

\begin{figure}[h!]
  \caption{A picture of the universe!}
  \includegraphics[width=0.5\textwidth]{universe}
\end{figure}
Posted by: Guest on May-09-2020

Browse Popular Code Answers by Language