%\title{Math 210 Portfolio}
\documentclass[12pt,pdftex]{article}
% Twelve point fonts are much easier to read than the standard ten point.
% All the packages and set-up are in the 210Header.sty file, loaded by the following command.
\usepackage{210Header}
% Fairly self-explanatory. Used by \maketitle.
\title{Math~210 Portfolio}
\date{Fall 2014, C. Wells}
\author{Student Name}
% Begin the actual text of our document
\begin{document}
% The \maketitle command prints title page information at the top of the page.
\maketitle
\tableofcontents
\section{Introduction}
\input{introduction}
\section{Sums of Consecutive Integers}
\begin{thm}
There is no sequence of six consecutive integers whose sum is 90.
\end{thm}
\subsection{Current Draft}
\input{SumsOfIntegers_Draft2}
\subsection{Previous Drafts}
\subsubsection{Draft 1}
\input{SumsOfIntegers_Draft1}
\end{document}