44 lines
1.2 KiB
TeX
44 lines
1.2 KiB
TeX
\documentclass[11pt]{scrartcl}
|
|
|
|
\usepackage[latin1]{inputenc}
|
|
\usepackage[letterpaper,left=1.3in,right=1.3in,top=1.3in,bottom=1.3in]{geometry}
|
|
\usepackage{fancyhdr}
|
|
|
|
\begin{document}
|
|
|
|
\pagestyle{fancy}
|
|
\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
|
|
\fancyhead{}
|
|
\fancyfoot{}
|
|
\fancyhead[R]{\rm \thepage}
|
|
\fancyhead[L]{\bf \rightmark}
|
|
|
|
\setlength{\parskip}{4.5pt}
|
|
|
|
\baselineskip 17.5pt
|
|
|
|
\title{Title}
|
|
\author{Benjamin Mako Hill\\
|
|
mako@media.mit.edu}
|
|
\maketitle
|
|
|
|
\section{Section}
|
|
|
|
Text text text text. Text text text text. Text text text text. Text
|
|
text text text. Text text text text. Text text text text. Text text
|
|
text text. Text text text text. Text text text text. Text text text
|
|
text. Text text text text. Text text text text. Text text text text.
|
|
Text text text text. Text text text text. Text text text text. Text
|
|
text text text. Text text text text. Text text text text. Text text
|
|
text text. Text text text text. Text text text text. Text text text
|
|
text. Text text text text. Text text text text. Text text text text.
|
|
Text text text text. Text text text text. Text text text text. Text
|
|
text text text. Text text text text. Text text text text
|
|
\cite{989866}.
|
|
|
|
\bibliography{refs}
|
|
\bibliographystyle{apalike}
|
|
|
|
\end{document}
|
|
|