made some minor changes
[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 % \usepackage{dcolumn}
19 % \usepackage{endfloat}
20
21 % add bibliographic stuff 
22 \usepackage[round]{natbib}
23 \def\citeapos#1{\citeauthor{#1}'s (\citeyear{#1})}
24
25 \newcommand{\titleref}[1]{\textsl{#1}}
26
27 \newenvironment{narrow}[2]{%
28   \begin{list}{}{%
29       \setlength{\topsep}{0pt}%
30       \setlength{\leftmargin}{#1}%
31       \setlength{\rightmargin}{#2}%
32       \setlength{\listparindent}{0pt}%
33       \setlength{\itemindent}{0pt}%
34       \setlength{\parsep}{\parskip}}%
35   \item[]}{\end{list}}
36
37 \begin{document}
38
39 \pagestyle{fancy}
40 \renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
41 \fancyhead{}
42 \fancyfoot{}
43 \fancyhead[R]{\rm \thepage}
44 \fancyhead[L]{\bf \rightmark}
45
46 \setlength{\parskip}{4.5pt}
47
48 \baselineskip 18.5pt
49
50 \title{Title}
51 \author{Benjamin Mako Hill}
52 \maketitle
53
54 \section{Section}
55
56 The quick brown fox jumps over the lazy dog.  The quick brown fox jumps
57 over the lazy dog.  The quick brown fox jumps over the lazy dog.  The
58 quick brown fox jumps over the lazy dog.  The quick brown fox jumps over
59 the lazy dog.  The quick brown fox jumps over the lazy dog.  The quick
60 brown fox jumps over the lazy dog.  The quick brown fox jumps over the
61 lazy dog.  The quick brown fox jumps over the lazy dog.  The quick brown
62 fox jumps over the lazy dog \citep{989866}.
63
64 \bibliography{refs}
65 \bibliographystyle{chicago}
66
67 \end{document}
68

Benjamin Mako Hill || Want to submit a patch?