Last active
December 7, 2018 03:36
-
-
Save iamwrm/7f216ae335e5f1dd05ed203f82490fd8 to your computer and use it in GitHub Desktop.
Latex userful sripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Insert pictures | |
\begin{figure}[H] | |
\centering | |
\includegraphics[width=1\textwidth]{m32ce} | |
\end{figure} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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