Skip to content

Instantly share code, notes, and snippets.

@perryh
Created April 1, 2014 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perryh/9907469 to your computer and use it in GitHub Desktop.
Save perryh/9907469 to your computer and use it in GitHub Desktop.
\documentclass[12pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath}
\usepackage{tikz}
\usepackage{listings}
\usepackage{enumerate}
\usepackage{url}
\setlength{\parindent}{0pt}
\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}
\lstset{
frame=tb,
language=Python,
aboveskip=3mm,
belowskip=3mm,
showstringspaces=false,
columns=flexible,
basicstyle={\small\ttfamily},
numbers=none,
numberstyle=\tiny\color{gray},
keywordstyle=\color{blue},
commentstyle=\color{dkgreen},
stringstyle=\color{mauve},
breaklines=true,
breakatwhitespace=true
tabsize=2
}
\begin{document}
\title{CS 473 Homework 7 Solutions 3 of 3}
\author{Cha, Seung Hwa (scha3),\\ Choi, Chang-yong (choi196),
\\Huang, Perry (huang185)}
\date{March 31, 2014}
\maketitle
\textbf{Problem 3.} (30 pts.)
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment