From 379d7759f874ff36d708c5fa7732b093c7e56818 Mon Sep 17 00:00:00 2001 From: josh Date: Thu, 9 Oct 2008 01:08:10 +0000 Subject: [PATCH] initial homework tex template added git-svn-id: svn://anubis/gvsu@187 45c1a28c-8058-47b2-ae61-ca45b979098e --- cs677/hw7/hw.tex | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 cs677/hw7/hw.tex diff --git a/cs677/hw7/hw.tex b/cs677/hw7/hw.tex new file mode 100644 index 0000000..e0f79ef --- /dev/null +++ b/cs677/hw7/hw.tex @@ -0,0 +1,34 @@ +% Preamble +\documentclass[11pt,fleqn]{article} +\usepackage{amsmath, amsthm, amssymb} +\usepackage{fancyhdr} +\oddsidemargin -0.25in +\textwidth 6.75in +\topmargin -0.5in +\headheight 0.75in +\headsep 0.25in +\textheight 8.75in +\pagestyle{fancy} +\renewcommand{\headrulewidth}{0pt} +\renewcommand{\footrulewidth}{0pt} +\fancyhf{} +\lhead{HW Chap. 7\\\ \\\ } +\rhead{Josh Holtrop\\2008-10-15\\CS 677} +\rfoot{\thepage} + +\begin{document} + +\noindent +\begin{enumerate} +\item[1.]{ + in progress +} + +\vskip 2em +\item[2.]{ + in progress +} + +\end{enumerate} + +\end{document}