Skip to content

Instantly share code, notes, and snippets.

@hbina
Created June 4, 2020 19:04
Show Gist options
  • Select an option

  • Save hbina/d73fc92a1e495ad0d1366ae902c2b0fd to your computer and use it in GitHub Desktop.

Select an option

Save hbina/d73fc92a1e495ad0d1366ae902c2b0fd to your computer and use it in GitHub Desktop.
How to include a figure in LaTeX
\begin{figure}[H]
\center{\includegraphics[width=\textwidth]
{figures/biotensor.png}}
\caption{\label{fig:my-label} My figure. An example of a cool figure}
\end{figure}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment