]> code.communitydata.science - cdsc_tex.git/blob - text.tex
844e1ed9b4437b0081dd8160093ba5a65085f226
[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
13 \newenvironment{narrow}[2]{%
14   \begin{list}{}{%
15       \setlength{\topsep}{0pt}%
16       \setlength{\leftmargin}{#1}%
17       \setlength{\rightmargin}{#2}%
18       \setlength{\listparindent}{0pt}%
19       \setlength{\itemindent}{0pt}%
20       \setlength{\parsep}{\parskip}}%
21   \item[]}{\end{list}}
22
23 \begin{document}
24
25 \pagestyle{fancy}
26 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
27 \fancyhead{}
28 \fancyfoot{}
29 \fancyhead[R]{\rm \thepage}
30 \fancyhead[L]{\bf \rightmark}
31
32 \setlength{\parskip}{4.5pt}
33
34 \baselineskip 17.5pt
35
36 \title{Title}
37 \author{Benjamin Mako Hill}
38 \maketitle
39
40 \section{Section}
41
42 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
43 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
44 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
45 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
46 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
47 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
48 fox jumps over the lazy dog \cite{989866}.
49
50 \bibliography{refs}
51 \bibliographystyle{apalike}
52
53 \end{document}
54

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