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 (kjh does this as well, it seems)
 
  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 with
 
  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 \citep{989866}.
 
  70 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 
  72 \bibliographystyle{chicago}