]> code.communitydata.science - cdsc_tex.git/blob - paper_template/text.tex
15813a985d9dbf65afb7035fa4f1b66316b21fe3
[cdsc_tex.git] / 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 \renewcommand{\rmdefault}{ugm}
14 \renewcommand{\sfdefault}{phv}
15 \usepackage[garamond]{mathdesign}
16
17 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
18
19 % packages i use in essentially every document
20 \usepackage{graphicx}
21 \usepackage{enumerate}
22
23 % packages i use in many documents but leave off by default
24 % \usepackage{amsmath, amsthm, amssymb}
25 % \usepackage{dcolumn}
26 % \usepackage{endfloat}
27
28 % import and customize urls
29 \usepackage[usenames,dvipsnames]{color}
30 \usepackage[breaklinks]{hyperref}
31
32 \hypersetup{colorlinks=true, linkcolor=Blue, citecolor=Black, filecolor=Blue,
33     urlcolor=Blue, unicode=true}
34
35 % add bibliographic stuff 
36 \usepackage[round]{natbib}
37 \def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
38 \def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
39
40 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
41
42 \begin{document}
43
44 \setlength{\parskip}{4.5pt}
45
46 \baselineskip 18.5pt
47
48 \title{Title}
49 \author{Benjamin Mako Hill\\
50         \href{mailto:mako@mit.edu}{mako@mit.edu}}
51
52 % \published{\textsc{\textcolor{BrickRed}{This document is an
53 % unpublished draft.\\ Please do not distribute or cite without
54 % permission.}}}
55
56 \maketitle
57
58 \begin{abstract}
59 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
60 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
61 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
62 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
63 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
64 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
65 fox jumps over the lazy dog.
66 \end{abstract}
67
68 \section{Section}
69
70 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
71 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
72 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
73 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
74 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
75 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
76 fox jumps over the lazy dog \citep{989866}.
77
78
79 % bibliography here
80 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
81 \baselineskip 14.2pt
82 \bibliography{refs-processed}
83 \bibliographystyle{chicago}
84
85 \end{document}
86

Community Data Science Collective || Want to submit a patch?