757951227726cfce8d2f0edde5f2a22fe3db9091
[latex_mako] / paper_template / text.tex
1 \documentclass[12pt]{memoir}
2
3 % based on kieran healy's memoir modifications
4 \usepackage{mako-mem}
5 \chapterstyle{article-2}
6 \pagestyle{mako-mem}
7
8 \usepackage{ucs}
9 \usepackage[utf8x]{inputenc}
10
11 \usepackage[T1]{fontenc}
12 \usepackage{textcomp}
13 \usepackage[garamond]{mathdesign}
14
15 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
16
17 % packages i use in essentially every document
18 \usepackage{graphicx}
19 \usepackage{enumerate}
20
21 % packages i use in many documents but leave off by default
22 % \usepackage{amsmath, amsthm, amssymb}
23 % \usepackage{dcolumn}
24 % \usepackage{endfloat}
25
26 % import and customize urls
27 \usepackage[usenames,dvipsnames]{color}
28 \usepackage[breaklinks]{hyperref}
29
30 \hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=Blue,
31     urlcolor=Blue, unicode=true}
32
33 % add bibliographic stuff 
34 \usepackage[round]{natbib}
35 \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
36 \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
37
38 % memoir function to take out of the space out of the whitespace lists
39 \firmlists
40
41 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
42
43 \begin{document}
44
45 \setlength{\parskip}{4.5pt}
46 \baselineskip 18.5pt
47
48 \title{Title}
49 \author{Benjamin Mako Hill\\
50         \href{mailto:makohill@uw.edu}{makohill@uw.edu}}
51 \date{}
52
53 % \published{\textsc{\textcolor{BrickRed}{This document is an
54 % unpublished draft.\\ Please do not distribute or cite without
55 % permission.}}}
56
57 \maketitle
58
59 \begin{abstract}
60 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
61 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
62 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
63 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
64 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
65 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
66 fox jumps over the lazy dog.
67 \end{abstract}
68
69 \section{Section}
70
71 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
72 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
73 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
74 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
75 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
76 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
77 fox jumps over the lazy dog \citep{989866}.
78
79
80 % bibliography here
81 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
82 \baselineskip 14.2pt
83 \bibliography{refs-processed}
84 \bibliographystyle{chicago}
85
86 \end{document}
87

Benjamin Mako Hill || Want to submit a patch?