Class Template for 315 Writeups
Author
Justin Dunmyre
Last Updated
5 years ago
License
Creative Commons CC BY 4.0
Abstract
For Dr. Dunmyre's Math 315 Class.
For Dr. Dunmyre's Math 315 Class.
% This LaTeX template is based on T.J. Hitchman's work which is itself based on Dana Ernst's template.
%
% --------------------------------------------------------------
% Skip this stuff, and head down to where it says "Start here"
% --------------------------------------------------------------
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{graphicx}
\newenvironment{statement}[2][Statement]{\begin{trivlist}
\item[\hskip \labelsep {\bfseries #1}\hskip \labelsep {\bfseries #2.}]}{\end{trivlist}}
\begin{document}
% --------------------------------------------------------------
%
% Start here
%
% --------------------------------------------------------------
\title{Writeup for x.yz} % replace with the problem you are writing up
\author{Your Name} % replace with your name
\maketitle
\begin{statement}{x.yz} %You can use theorem, exercise, problem, or question here. Modify x.yz to be whatever number you are proving
Delete this text and write the statement here. Change the x.yz to indicate which statement from the book you are working on.
\end{statement}
\begin{proof}
Delete this, write your proof here.
\end{proof}
% --------------------------------------------------------------
% You don't have to mess with anything below this line.
% --------------------------------------------------------------
\end{document}