(original) (raw)

\documentclass[12pt]{article}% \usepackage{amsfonts} \usepackage{fancyhdr} \usepackage[hidelinks]{hyperref} \usepackage[top=2.5cm, bottom=2.5cm, left=2.2cm, right=2.2cm]% {geometry} \usepackage{times} \usepackage{amsmath} \usepackage{changepage} \usepackage{amssymb} \usepackage{graphicx}% \setcounter{MaxMatrixCols}{30} \newtheorem{theorem}{Theorem} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{definition}[theorem]{Definition} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{proposition}[theorem]{Proposition} \newenvironment{proof}[1][Proof]{\textbf{#1.} }{\ \rule{0.5em}{0.5em}} \begin{document} \title{Homework X and Problem Y} %Replace X with homework number and Y with Problem number \date{\today} \maketitle %\section*{Collaborators} %You are allowed to work with other students, visit office hours, consult external references, etc., but \textbf{must} write up solutions on your own. List any students you collaborated with, along with any lecture notes/online sources/etc. you consulted with in your collaboration statement. \section*{Solution} Write your solution to Problem Y. Feel free to type \boxed{\backslash boxed} around your answer (if this makes sense). \end{document}