d73b43c364ebf5f293987de54aa8b8331e925326
[latex_mako] / text.tex
1 \documentclass[12pt]{scrartcl}
2
3 \usepackage{ucs}
4 \usepackage[utf8x]{inputenc}
5
6 \usepackage[T1]{fontenc}
7 \usepackage{textcomp}
8 \renewcommand{\rmdefault}{ugm}
9 \renewcommand{\sfdefault}{phv}
10 \usepackage[garamond]{mathdesign}
11
12 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
13 \usepackage{fancyhdr}
14
15 % \usepackage{url}
16 % \usepackage{graphicx}
17 % \usepackage{amsmath, amsthm, amssymb}
18
19 \usepackage[round]{natbib}
20
21 \newcommand{\titleref}[1]{\textsl{#1}}
22
23 \newenvironment{narrow}[2]{%
24   \begin{list}{}{%
25       \setlength{\topsep}{0pt}%
26       \setlength{\leftmargin}{#1}%
27       \setlength{\rightmargin}{#2}%
28       \setlength{\listparindent}{0pt}%
29       \setlength{\itemindent}{0pt}%
30       \setlength{\parsep}{\parskip}}%
31   \item[]}{\end{list}}
32
33 \begin{document}
34
35 \pagestyle{fancy}
36 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
37 \fancyhead{}
38 \fancyfoot{}
39 \fancyhead[R]{\rm \thepage}
40 \fancyhead[L]{\bf \rightmark}
41
42 \setlength{\parskip}{4.5pt}
43
44 \baselineskip 18.5pt
45
46 \title{Title}
47 \author{Benjamin Mako Hill}
48 \maketitle
49
50 \section{Section}
51
52 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
53 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
54 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
55 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
56 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
57 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
58 fox jumps over the lazy dog \citep{989866}.
59
60 \bibliography{refs}
61 \bibliographystyle{chicago}
62
63 \end{document}
64

Benjamin Mako Hill || Want to submit a patch?