]> code.communitydata.science - cdsc_tex.git/blob - paper_template/text.tex
added a perl script to clean out some common broken encoding stuff
[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 \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 % import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
39
40 \begin{document}
41
42 \setlength{\parskip}{4.5pt}
43
44 \baselineskip 18.5pt
45
46 \title{Title}
47 \author{Benjamin Mako Hill\\
48         \href{mailto:makohill@uw.edu}{makohill@uw.edu}}
49 \date{}
50
51 % \published{\textsc{\textcolor{BrickRed}{This document is an
52 % unpublished draft.\\ Please do not distribute or cite without
53 % permission.}}}
54
55 \maketitle
56
57 \begin{abstract}
58 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
59 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
60 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
61 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
62 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
63 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
64 fox jumps over the lazy dog.
65 \end{abstract}
66
67 \section{Section}
68
69 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
70 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
71 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
72 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
73 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
74 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
75 fox jumps over the lazy dog \citep{989866}.
76
77
78 % bibliography here
79 \renewcommand{\bibsection}{\section{\bibname}\prebibhook}
80 \baselineskip 14.2pt
81 \bibliography{refs-processed}
82 \bibliographystyle{chicago}
83
84 \end{document}
85

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