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

Benjamin Mako Hill || Want to submit a patch?