Skip to content

Instantly share code, notes, and snippets.

@klange
Created January 19, 2012 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save klange/1638635 to your computer and use it in GitHub Desktop.
Save klange/1638635 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}
@dylnuge
Copy link

dylnuge commented Jan 20, 2012

I like this, mind if I borrow it for 373?

@klange
Copy link
Author

klange commented Jan 20, 2012

I uploaded it so people could use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment