Created
April 27, 2015 12:07
-
-
Save ed-flanagan/1cb75ffb8863228f072a to your computer and use it in GitHub Desktop.
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
| \documentclass[11pt]{article} | |
| \usepackage{fullpage} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{lmodern} | |
| \usepackage{mathtools} | |
| \pagestyle{empty} | |
| \newenvironment{blockquote}{ | |
| \par | |
| %\medskip | |
| \leftskip=3em\rightskip=2em | |
| \noindent\ignorespaces | |
| }{\par%\medskip | |
| } | |
| \title{Exam I Study Sheet} | |
| \begin{document} | |
| \begin{center} | |
| $ \sum\limits_{n=1}^\infty \frac{1}{2^n} = 1 $ | |
| \end{center} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment