1 \documentclass[12pt]{memoir}
 
   3 % based on kieran healy's memoir modifications
 
   5 \chapterstyle{article-2}
 
   9 \usepackage[utf8x]{inputenc}
 
  11 \usepackage[T1]{fontenc}
 
  13 \usepackage[garamond]{mathdesign}
 
  15 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
 
  17 % packages i use in essentially every document
 
  19 \usepackage{enumerate}
 
  21 % packages i use in many documents but leave off by default
 
  22 % \usepackage{amsmath, amsthm, amssymb}
 
  23 % \usepackage{dcolumn}
 
  24 % \usepackage{endfloat}
 
  26 % import and customize urls
 
  27 \usepackage[usenames,dvipsnames]{color}
 
  28 \usepackage[breaklinks]{hyperref}
 
  30 \hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=Blue,
 
  31     urlcolor=Blue, unicode=true}
 
  33 % add bibliographic stuff 
 
  34 \usepackage[round]{natbib}
 
  35 \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
 
  36 \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
 
  38 % memoir function to take out of the space out of the whitespace lists
 
  41 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
 
  45 \setlength{\parskip}{4.5pt}
 
  49 \author{Benjamin Mako Hill\\
 
  50         \href{mailto:makohill@uw.edu}{makohill@uw.edu}}
 
  53 % \published{\textsc{\textcolor{BrickRed}{This document is an
 
  54 % unpublished draft.\\ Please do not distribute or cite without
 
  60 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
 
  61 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
 
  62 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 
  63 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 
  64 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 
  65 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 
  66 fox jumps over the lazy dog.
 
  71 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
 
  72 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
 
  73 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 
  74 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 
  75 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 
  76 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 
  77 fox jumps over the lazy dog \citep{989866}.
 
  81 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 
  83 \bibliography{refs-processed}
 
  84 \bibliographystyle{apalike}