updated template to remove deprecated chicago.bst
[latex_mako] / paper_template / text.tex
index 15813a985d9dbf65afb7035fa4f1b66316b21fe3..53facf8d1f7a9bf9708ef666784f26d3f81dea47 100644 (file)
@@ -10,8 +10,6 @@
 
 \usepackage[T1]{fontenc}
 \usepackage{textcomp}
-\renewcommand{\rmdefault}{ugm}
-\renewcommand{\sfdefault}{phv}
 \usepackage[garamond]{mathdesign}
 
 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
@@ -29,7 +27,7 @@
 \usepackage[usenames,dvipsnames]{color}
 \usepackage[breaklinks]{hyperref}
 
-\hypersetup{colorlinks=true, linkcolor=Blue, citecolor=Black, filecolor=Blue,
+\hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=Blue,
     urlcolor=Blue, unicode=true}
 
 % add bibliographic stuff 
 \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
 \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
 
+% memoir function to take out of the space out of the whitespace lists
+\firmlists
+
 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
 
 \begin{document}
 
 \setlength{\parskip}{4.5pt}
-
 \baselineskip 18.5pt
 
 \title{Title}
 \author{Benjamin Mako Hill\\
-        \href{mailto:mako@mit.edu}{mako@mit.edu}}
+        \href{mailto:makohill@uw.edu}{makohill@uw.edu}}
+\date{}
 
 % \published{\textsc{\textcolor{BrickRed}{This document is an
 % unpublished draft.\\ Please do not distribute or cite without
@@ -80,7 +81,8 @@ fox jumps over the lazy dog \citep{989866}.
 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 \baselineskip 14.2pt
 \bibliography{refs-processed}
-\bibliographystyle{chicago}
+\bibliographystyle{apalike}
 
 \end{document}
 
+%  LocalWords:  

Benjamin Mako Hill || Want to submit a patch?