created a new memoir style for use in simple memos
[latex_mako] / paper_template / text.tex
index 21b74bf6a4d35817debdfe903bb30e1552d4043f..3e7529e89e7d76f65db9817832d5b87ba601ce50 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 
@@ -48,6 +46,7 @@
 \title{Title}
 \author{Benjamin Mako Hill\\
         \href{mailto:mako@mit.edu}{mako@mit.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?