Created
October 29, 2015 18:00
-
-
Save TheDataLeek/91407ed3ee13a2ce9ac6 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[12pt, landscape, twocolumn]{article} | |
| \usepackage{genmpage} | |
| \usepackage{pgfpages} | |
| \usepackage[margin=0.25in]{geometry} | |
| \input{./tex/header.tex} | |
| \input{./tex/pgfpage9.tex} | |
| \newcommand{\listequationsname}{\Large{List of Equations}} % Funky code to include LOE | |
| \newlistof{myequations}{equ}{\listequationsname} | |
| \newcommand{\myequations}[1]{% | |
| \addcontentsline{equ}{myequations}{\protect\numberline{\theequation}#1}\par} | |
| \begin{document} | |
| \input{./tex/matrices.tex} | |
| \input{./tex/vectorspaces.tex} | |
| \input{./tex/midterm2.tex} | |
| \input{./tex/midterm3.tex} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment