Skip to content

Instantly share code, notes, and snippets.

@williamclot
Created September 6, 2019 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save williamclot/6afd925431aec510daee2dc3d31f1d1b to your computer and use it in GitHub Desktop.
Save williamclot/6afd925431aec510daee2dc3d31f1d1b to your computer and use it in GitHub Desktop.
\newcommand{\image}[3]{
\begin{figure}[H]
\centering
\includegraphics[width=#1\textwidth,keepaspectratio]{#2}
\caption{#3}
\end{figure}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment