]> code.communitydata.science - cdsc_tex.git/blob - text.tex
Merged in changes from the bibliography.
[cdsc_tex.git] / text.tex
1 \documentclass[11pt]{scrartcl}
2
3 \usepackage[latin1]{inputenc}
4 \usepackage[letterpaper,left=1.3in,right=1.3in,top=1.3in,bottom=1.3in]{geometry}
5 \usepackage{fancyhdr}
6
7 \newcommand{\titleref}[1]{\textsl{#1}}
8 \newenvironment{narrow}[2]{%
9   \begin{list}{}{%
10       \setlength{\topsep}{0pt}%
11       \setlength{\leftmargin}{#1}%
12       \setlength{\rightmargin}{#2}%
13       \setlength{\listparindent}{0pt}%
14       \setlength{\itemindent}{0pt}%
15       \setlength{\parsep}{\parskip}}%
16   \item[]}{\end{list}}
17
18 \begin{document}
19
20 \pagestyle{fancy}
21 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
22 \fancyhead{}
23 \fancyfoot{}
24 \fancyhead[R]{\rm \thepage}
25 \fancyhead[L]{\bf \rightmark}
26
27 \setlength{\parskip}{4.5pt}
28
29 \baselineskip 17.5pt
30
31 \title{Title}
32 \author{Benjamin Mako Hill}
33 \maketitle
34
35 \section{Section}
36
37 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
38 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
39 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
40 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
41 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
42 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
43 fox jumps over the lazy dog.
44
45 \end{document}
46

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