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

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