Skip to content

Instantly share code, notes, and snippets.

@RazerM
Created March 19, 2013 21:42
Show Gist options
  • Save RazerM/5200401 to your computer and use it in GitHub Desktop.
Save RazerM/5200401 to your computer and use it in GitHub Desktop.
LaTeX: Figure #snippet
\begin{figure}[H]
\begin{center}
\includegraphics[width=0.9\textwidth]{filename}
\end{center}
\caption{}
\label{fig:name}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment