Skip to content

Instantly share code, notes, and snippets.

@idavis
Created October 16, 2012 18:39
Show Gist options
  • Save idavis/3901150 to your computer and use it in GitHub Desktop.
Save idavis/3901150 to your computer and use it in GitHub Desktop.
\documentclass[12pt]{article}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{latexsym}
\usepackage{amsfonts}
\newtheorem{thm}{Theorem}[section]
\theoremstyle{definition}
\newtheorem{dfn}{Definition}[section]
\theoremstyle{remark}
\newtheorem{note}{Note}[section]
\theoremstyle{plain}
\newtheorem{lem}[thm]{Lemma}
\title{CIS 510 Homework \#2}
\author{Ian Davis}
\date{02/06/2006}
\begin{document}
\maketitle
\pagebreak
\input{2.1.tex}
\input{2.2.1.tex}
\input{2.2.2.tex}
\input{2.2.3.tex}
\input{2.2.4.tex}
\input{2.3.tex}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment