17
0
cdsc_tex/text.tex
<mako@atdot.cc> 1242921768 -0400 8d2c194096 made some minor changes
0001-01-01 00:00:00 +00:00

69 lines
1.7 KiB
TeX

\documentclass[12pt]{scrartcl}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\renewcommand{\rmdefault}{ugm}
\renewcommand{\sfdefault}{phv}
\usepackage[garamond]{mathdesign}
\usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
\usepackage{fancyhdr}
% \usepackage{url}
% \usepackage{graphicx}
% \usepackage{amsmath, amsthm, amssymb}
% \usepackage{dcolumn}
% \usepackage{endfloat}
% add bibliographic stuff
\usepackage[round]{natbib}
\def\citeapos#1{\citeauthor{#1}'s (\citeyear{#1})}
\newcommand{\titleref}[1]{\textsl{#1}}
\newenvironment{narrow}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{0pt}%
\setlength{\itemindent}{0pt}%
\setlength{\parsep}{\parskip}}%
\item[]}{\end{list}}
\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 18.5pt
\title{Title}
\author{Benjamin Mako Hill}
\maketitle
\section{Section}
The quick brown fox jumps over the lazy dog. The quick brown fox jumps
over the lazy dog. The quick brown fox jumps over the lazy dog. The
quick brown fox jumps over the lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps over the lazy dog. The quick
brown fox jumps over the lazy dog. The quick brown fox jumps over the
lazy dog. The quick brown fox jumps over the lazy dog. The quick brown
fox jumps over the lazy dog \citep{989866}.
\bibliography{refs}
\bibliographystyle{chicago}
\end{document}