moved over to the new memoir-based template from kjh
[latex_mako] / text.tex
index 52a5b98e16c82ffe966b09e810afc006a31ad737..dbed9c41fa0f0a2cf87377a42de7a686a9af6acc 100644 (file)
--- a/text.tex
+++ b/text.tex
@@ -1,25 +1,58 @@
-\documentclass[11pt]{scrartcl}
+\documentclass[12pt]{memoir}
 
-\usepackage[latin1]{inputenc}
-\usepackage[letterpaper,left=1.3in,right=1.3in,top=1.3in,bottom=1.3in]{geometry}
-\usepackage{fancyhdr}
+% based on kieran healy's memoir modifications
+\usepackage{mako-mem}
+\chapterstyle{article-2}
+\pagestyle{kjh}
 
-\begin{document}
+\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}
+
+% packages i use in essentially every document
+\usepackage{graphicx}
+\usepackage{enumerate}
+
+% packages i use in many documents but leave off by default
+% \usepackage{amsmath, amsthm, amssymb}
+% \usepackage{dcolumn}
+% \usepackage{endfloat}
+
+% import and customize urls (kjh does this as well, it seems)
+\usepackage[usenames,dvipsnames]{color}
+\usepackage[breaklinks]{hyperref}
+
+\hypersetup{colorlinks=true, linkcolor=Blue, citecolor=Black, filecolor=Blue,
+    urlcolor=Blue, unicode=true}
 
-\pagestyle{fancy}
-\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
-\fancyhead{}
-\fancyfoot{}
-\fancyhead[R]{\rm \thepage}
-\fancyhead[L]{\bf \rightmark}
+% add bibliographic stuff 
+\usepackage[round]{natbib}
+\def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
+\def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
+
+% import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
+
+\begin{document}
 
 \setlength{\parskip}{4.5pt}
 
-\baselineskip 17.5pt
+\baselineskip 18.5pt
 
 \title{Title}
 \author{Benjamin Mako Hill\\
-mako@media.mit.edu}
+        \href{mailto:mako@mit.edu}{mako@mit.edu}}
+
+% \published{\textsc{\textcolor{BrickRed}{This document is an
+% unpublished draft.\\ Please do not distribute or cite with
+% persmission.}}}
+
 \maketitle
 
 \section{Section}
@@ -30,10 +63,13 @@ 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.\cite{989866}.
+fox jumps over the lazy dog \citep{989866}.
+
 
+% bibliography here
+\renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 \bibliography{refs}
-\bibliographystyle{apalike}
+\bibliographystyle{chicago}
 
 \end{document}
 

Benjamin Mako Hill || Want to submit a patch?