Skip to content

Instantly share code, notes, and snippets.

@iamwrm
Last active December 7, 2018 03:36
Show Gist options
  • Save iamwrm/7f216ae335e5f1dd05ed203f82490fd8 to your computer and use it in GitHub Desktop.
Save iamwrm/7f216ae335e5f1dd05ed203f82490fd8 to your computer and use it in GitHub Desktop.
Latex userful sripts
Insert pictures
\begin{figure}[H]
\centering
\includegraphics[width=1\textwidth]{m32ce}
\end{figure}
\begin{minted}{python}
def boring(args = None): def boring(args = None):
pass pass
\end{minted}
\mint{python}|import this|
\mintinline{python}{print(x**2)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment