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 \renewcommand{\rmdefault}{ugm}
 
  14 \renewcommand{\sfdefault}{phv}
 
  15 \usepackage[garamond]{mathdesign}
 
  17 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,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=Blue, citecolor=Black, filecolor=Blue,
 
  33     urlcolor=Blue, unicode=true}
 
  35 % add bibliographic stuff 
 
  36 \usepackage[round]{natbib}
 
  37 \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
 
  38 \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
 
  40 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
 
  44 \setlength{\parskip}{4.5pt}
 
  49 \author{Benjamin Mako Hill\\
 
  50         \href{mailto:mako@mit.edu}{mako@mit.edu}}
 
  52 % \published{\textsc{\textcolor{BrickRed}{This document is an
 
  53 % unpublished draft.\\ Please do not distribute or cite without
 
  59 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
 
  60 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
 
  61 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 
  62 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 
  63 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 
  64 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 
  65 fox jumps over the lazy dog.
 
  70 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
 
  71 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
 
  72 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
 
  73 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
 
  74 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
 
  75 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
 
  76 fox jumps over the lazy dog \citep{989866}.
 
  80 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 
  83 \bibliographystyle{chicago}