1 \documentclass[12pt]{memoir}
3 % article-1 and article-2 styles were originally based on kieran healy's
6 \chapterstyle{article-2}
8 % with article-3 \chapterstyle, change to: \pagestyle{memo}
11 \usepackage[utf8]{inputenc}
13 \usepackage[T1]{fontenc}
15 \usepackage[garamond]{mathdesign}
17 \usepackage[letterpaper,left=1.65in,right=1.65in,top=1.3in,bottom=1.2in]{geometry}
19 % packages i use in essentially every document
21 \usepackage{enumerate}
23 % packages i use in many documents but leave off by default
24 % \usepackage{amsmath, amsthm, amssymb}
25 % \usepackage{dcolumn}
26 % \usepackage{endfloat}
28 % import and customize urls
29 \usepackage[usenames,dvipsnames]{color}
30 \usepackage[breaklinks]{hyperref}
32 \hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=Blue,
33 urlcolor=Blue, unicode=true}
35 % add bibliographic stuff
36 % memoir function to take out of the space out of the whitespace lists
39 % LATEX NOTE: these lines will import vc stuff after running `make vc` which
40 % will add version control information to the bottom of each page. This can be
41 % useful for keeping track of which version of a document somebody has:
43 % \pagestyle{mako-mem-git}
47 \setlength{\parskip}{4.5pt}
48 % LATEX NOTE: Ideal linespacing is usually said to be between 120-140% the
49 % typeface size. So, for 12pt (default in this document, we're looking for
50 % somewhere between a 14.4-17.4pt \baselineskip. Single; 1.5 lines; and Double
51 % in MSWord are equivalent to ~117%, 175%, and 233%.
56 \author{Nathan TeGrotenhuis\\
57 \href{mailto:nathante@uw.edu}{nathante@uw.edu}}