X-Git-Url: https://projects.mako.cc/source/latex_mako/blobdiff_plain/13a6ed682ccb524708b36210e9931e76582fb4a6..8e6dd96bbe87bfbee82d699f93d84a0d4a356b9d:/paper_template/text.tex diff --git a/paper_template/text.tex b/paper_template/text.tex index ed635f0..7579512 100644 --- a/paper_template/text.tex +++ b/paper_template/text.tex @@ -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} @@ -25,11 +23,11 @@ % \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 @@ -37,24 +35,37 @@ \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 -% persmission.}}} +% permission.}}} \maketitle +\begin{abstract} +The quick brown fox jumps over the lazy dog. The quick brown fox jumps +over the lazy dog. The quick brown fox jumps over the lazy dog. The +quick brown fox jumps over the lazy dog. The quick brown fox jumps over +the lazy dog. The quick brown fox jumps over the lazy dog. The quick +brown fox jumps over the lazy dog. The quick brown fox jumps over the +lazy dog. The quick brown fox jumps over the lazy dog. The quick brown +fox jumps over the lazy dog. +\end{abstract} + \section{Section} The quick brown fox jumps over the lazy dog. The quick brown fox jumps @@ -68,7 +79,8 @@ fox jumps over the lazy dog \citep{989866}. % bibliography here \renewcommand{\bibsection}{\section{\bibname}\prebibhook} -\bibliography{refs} +\baselineskip 14.2pt +\bibliography{refs-processed} \bibliographystyle{chicago} \end{document}