added support for UTF-8 to letters
[latex_mako] / paper_template / text.tex
index 15813a985d9dbf65afb7035fa4f1b66316b21fe3..0f51b10914994e00b859c23dfb7ff2017d4d3aa8 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 
@@ -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

Benjamin Mako Hill || Want to submit a patch?