Replaced blank text with pangram.
[latex_mako] / 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 \begin{document}
8
9 \pagestyle{fancy}
10 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
11 \fancyhead{}
12 \fancyfoot{}
13 \fancyhead[R]{\rm \thepage}
14 \fancyhead[L]{\bf \rightmark}
15
16 \setlength{\parskip}{4.5pt}
17
18 \baselineskip 17.5pt
19
20 \title{Title}
21 \author{Benjamin Mako Hill\\
22 mako@media.mit.edu}
23 \maketitle
24
25 \section{Section}
26
27 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
28 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
29 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
30 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
31 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
32 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
33 fox jumps over the lazy dog.\cite{989866}.
34
35 \bibliography{refs}
36 \bibliographystyle{apalike}
37
38 \end{document}
39

Benjamin Mako Hill || Want to submit a patch?