Skip to content

Instantly share code, notes, and snippets.

@TheDataLeek
Created October 29, 2015 18:00
Show Gist options
  • Select an option

  • Save TheDataLeek/91407ed3ee13a2ce9ac6 to your computer and use it in GitHub Desktop.

Select an option

Save TheDataLeek/91407ed3ee13a2ce9ac6 to your computer and use it in GitHub Desktop.
\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