]> code.communitydata.science - cdsc_tex.git/blob - assignment_template/text.tex
3f2ef6ea191a4e87230a8b436377103ab3ac58ca
[cdsc_tex.git] / assignment_template / text.tex
1 \documentclass[12pt]{memoir}
2
3 % article-1 and article-2 styles were originally based on kieran healy's
4 % templates
5 \usepackage{mako-mem}
6 \chapterstyle{article-2}
7
8 % with article-3 \chapterstyle, change to: \pagestyle{memo}
9 \pagestyle{mako-mem}
10
11 \usepackage[utf8]{inputenc}
12
13 \usepackage[T1]{fontenc}
14 \usepackage{textcomp}
15 \usepackage[garamond]{mathdesign}
16
17 \usepackage[letterpaper,left=1.65in,right=1.65in,top=1.3in,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=Black, citecolor=Black, filecolor=Blue,
33     urlcolor=Blue, unicode=true}
34
35 % add bibliographic stuff 
36 % memoir function to take out of the space out of the whitespace lists
37 \firmlists
38
39 % LATEX NOTE: these lines will import vc stuff after running `make vc` which
40 % will add version control information to the bottom of each page. This can be
41 % useful for keeping track of which version of a document somebody has:
42 % \input{vc}
43 % \pagestyle{mako-mem-git}
44
45 \begin{document}
46
47 \setlength{\parskip}{4.5pt}
48 % LATEX NOTE: Ideal linespacing is usually said to be between 120-140% the
49 % typeface size. So, for 12pt (default in this document, we're looking for
50 % somewhere between a 14.4-17.4pt \baselineskip.  Single; 1.5 lines; and Double
51 % in MSWord are equivalent to ~117%, 175%, and 233%.
52
53 \baselineskip 16pt
54
55 \title{Title}
56 \author{Nathan TeGrotenhuis\\
57         \href{mailto:nathante@uw.edu}{nathante@uw.edu}}
58 \date{\today}
59
60 \maketitle
61
62 \section{Section}
63
64
65 \end{document}
66
67 %  LocalWords:  

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