Basic homework assignment template.
\documentclass[11pt, oneside]{article} % use "amsart" instead of "article" for AMSLaTeX format
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for rotated page geometry
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % Use pdf, png, jpg, or eps§ with pdflatex; use eps in DVI mode
% TeX will automatically convert eps --> pdf in pdflatex
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{enumerate}
\usepackage{tikz}
\usetikzlibrary{arrows}
\def\firstcircle{(90:1.75cm) circle (2.5cm)}
\def\secondcircle{(210:1.75cm) circle (2.5cm)}
\def\thirdcircle{(330:1.75cm) circle (2.5cm)}
%SetFonts
%SetFonts
\title{Discrete Mathematics - Assignment \#X}
\author{Matthew Lukas - \texttt{mml2207@columbia.edu}}
\date{November 16, 2015} % Activate to display a given date or no date
\begin{document}
\maketitle
\section*{Question 1}
\section*{Question 2}
\section*{Question 3}
\section*{Question 4}
\section*{Question 5}
\section*{Question 6}
\end{document}