Skip to content

Instantly share code, notes, and snippets.

@rescurib
Created June 7, 2019 23:10
Show Gist options
  • Save rescurib/afc58586b2c25e5b87104ee02ea1451f to your computer and use it in GitHub Desktop.
Save rescurib/afc58586b2c25e5b87104ee02ea1451f to your computer and use it in GitHub Desktop.
\documentclass[border=1pt,convert={density=1600}]{standalone}
\usepackage{amsmath}
\newenvironment{mymath}{$\displaystyle}{$}
\begin{document}
\begin{mymath}
a^2 + b^2 = c^2
\end{mymath}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment