Skip to content

Instantly share code, notes, and snippets.

@rodriamaro
Created March 7, 2012 03:55
Show Gist options
  • Save rodriamaro/1990843 to your computer and use it in GitHub Desktop.
Save rodriamaro/1990843 to your computer and use it in GitHub Desktop.
insert image latex
\begin{figure}[h]
\centering
\includegraphics[width=8cm]{/foo/bar.png}
\caption{Caption title}
\label{fig:example}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment