Skip to content

Instantly share code, notes, and snippets.

@dylnuge
Forked from klange/hw.tex
Created January 23, 2012 03:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dylnuge/1660202 to your computer and use it in GitHub Desktop.
Save dylnuge/1660202 to your computer and use it in GitHub Desktop.
Homework template
\documentclass{article}
\usepackage[margin=1in]{geometry}
\usepackage{fancyhdr}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{listings}
\usepackage{graphicx}
\usepackage{enumerate}
\pagestyle{fancy}
\lhead{CS 000 \\ Homework 0}
\chead{}
\rhead{Your Name (netid)}
\lfoot{}
\cfoot{}
\rfoot{}
\begin{document}
\section*{Homework 0}
\subsection*{Problem 0}
\begin{enumerate}[(a)]
\item This
\item is
\item a problem
\end{enumerate}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment