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 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
 
  42 \setlength{\parskip}{4.5pt}
 
  47 \author{Benjamin Mako Hill\\
 
  48         \href{mailto:mako@mit.edu}{mako@mit.edu}}
 
  51 % \published{\textsc{\textcolor{BrickRed}{This document is an
 
  52 % unpublished draft.\\ Please do not distribute or cite without
 
  58 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
 
  59 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
 
  60 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 
  61 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 
  62 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 
  63 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 
  64 fox jumps over the lazy dog.
 
  69 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
 
  70 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
 
  71 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 
  72 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 
  73 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 
  74 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 
  75 fox jumps over the lazy dog \citep{989866}.
 
  79 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 
  81 \bibliography{refs-processed}
 
  82 \bibliographystyle{chicago}