added support for UTF-8 to letters
[latex_mako] / paper_template / text.tex
index c720d08abce3246596fb40c77e170a12f9de033c..0f51b10914994e00b859c23dfb7ff2017d4d3aa8 100644 (file)
@@ -3,15 +3,13 @@
 % based on kieran healy's memoir modifications
 \usepackage{mako-mem}
 \chapterstyle{article-2}
-\pagestyle{kjh}
+\pagestyle{mako-mem}
 
 \usepackage{ucs}
 \usepackage[utf8x]{inputenc}
 
 \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}
 % \usepackage{dcolumn}
 % \usepackage{endfloat}
 
-% import and customize urls (kjh does this as well, it seems)
+% import and customize urls
 \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 
@@ -47,7 +45,8 @@
 
 \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
@@ -79,7 +78,7 @@ fox jumps over the lazy dog \citep{989866}.
 % bibliography here
 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 \baselineskip 14.2pt
-\bibliography{refs}
+\bibliography{refs-processed}
 \bibliographystyle{chicago}
 
 \end{document}

Benjamin Mako Hill || Want to submit a patch?