Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MichaelDaum/74804b986d412fd5dc99e266670b1a74 to your computer and use it in GitHub Desktop.
Save MichaelDaum/74804b986d412fd5dc99e266670b1a74 to your computer and use it in GitHub Desktop.
MathModePlugin latex code
\documentclass[fleqn,12pt]{article}
\usepackage{amsmath}
\usepackage[normal]{xcolor}
\setlength{\mathindent}{0cm}
\definecolor{teal}{rgb}{0,0.5,0.5}
\definecolor{navy}{rgb}{0,0,0.5}
\definecolor{aqua}{rgb}{0,1,1}
\definecolor{lime}{rgb}{0,1,0}
\definecolor{maroon}{rgb}{0.5,0,0}
\definecolor{silver}{gray}{0.75}
\usepackage{latexsym}
\begin{document}
\pagestyle{empty}
\pagecolor{white}
{
\color{black}
\begin{math}\displaystyle \int_{-\infty}^\infty e^{-\alpha x^2} dx = \sqrt{\frac{\pi}{\alpha}}\end{math}
}
\clearpage
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment