Skip to content

Instantly share code, notes, and snippets.

@sftom
Created October 31, 2019 20:04
Show Gist options
  • Select an option

  • Save sftom/a43043623cf6dec7deb54ea4d3d2a6f1 to your computer and use it in GitHub Desktop.

Select an option

Save sftom/a43043623cf6dec7deb54ea4d3d2a6f1 to your computer and use it in GitHub Desktop.
LaTeX-Figure-abnTeX2-Snippet
\begin{figure}[htb]
\caption{\label{fig:figure-name}Figure caption.}
\begin{center}
\includegraphics[width=0.5\textwidth]{images/figure-name.pdf}
\end{center}
\legend{Source: The Author.}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment