]> code.communitydata.science - cdsc_tex.git/blob - text.tex
3cadffc6169b4d4de247ab3f55951a776d159541
[cdsc_tex.git] / text.tex
1 \documentclass[12pt]{scrartcl}
2
3 \usepackage{ucs}
4 \usepackage[utf8x]{inputenc}
5
6 \usepackage[T1]{fontenc}
7 \usepackage{textcomp}
8 \renewcommand{\rmdefault}{ugm}
9 \renewcommand{\sfdefault}{phv}
10 \usepackage[garamond]{mathdesign}
11
12 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
13 \usepackage{fancyhdr}
14
15 % \usepackage{url}
16 % \usepackage{graphicx}
17 % \usepackage{amsmath, amsthm, amssymb}
18
19 \newcommand{\titleref}[1]{\textsl{#1}}
20
21 \newenvironment{narrow}[2]{%
22   \begin{list}{}{%
23       \setlength{\topsep}{0pt}%
24       \setlength{\leftmargin}{#1}%
25       \setlength{\rightmargin}{#2}%
26       \setlength{\listparindent}{0pt}%
27       \setlength{\itemindent}{0pt}%
28       \setlength{\parsep}{\parskip}}%
29   \item[]}{\end{list}}
30
31 \begin{document}
32
33 \pagestyle{fancy}
34 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
35 \fancyhead{}
36 \fancyfoot{}
37 \fancyhead[R]{\rm \thepage}
38 \fancyhead[L]{\bf \rightmark}
39
40 \setlength{\parskip}{4.5pt}
41
42 \baselineskip 18.5pt
43
44 \title{Title}
45 \author{Benjamin Mako Hill}
46 \maketitle
47
48 \section{Section}
49
50 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
51 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
52 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
53 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
54 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
55 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
56 fox jumps over the lazy dog \cite{989866}.
57
58 \bibliography{refs}
59 \bibliographystyle{apalike}
60
61 \end{document}
62

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