]> code.communitydata.science - cdsc_tex.git/blobdiff - text.tex
added article-1 (which i do need after all)
[cdsc_tex.git] / text.tex
index d73b43c364ebf5f293987de54aa8b8331e925326..dbed9c41fa0f0a2cf87377a42de7a686a9af6acc 100644 (file)
--- a/text.tex
+++ b/text.tex
@@ -1,4 +1,9 @@
-\documentclass[12pt]{scrartcl}
+\documentclass[12pt]{memoir}
+
+% based on kieran healy's memoir modifications
+\usepackage{mako-mem}
+\chapterstyle{article-2}
+\pagestyle{kjh}
 
 \usepackage{ucs}
 \usepackage[utf8x]{inputenc}
 \usepackage[garamond]{mathdesign}
 
 \usepackage[letterpaper,left=1.2in,right=1.2in,top=1.2in,bottom=1.2in]{geometry}
-\usepackage{fancyhdr}
 
-% \usepackage{url}
-% \usepackage{graphicx}
+% 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}
 
-\usepackage[round]{natbib}
+% import and customize urls (kjh does this as well, it seems)
+\usepackage[usenames,dvipsnames]{color}
+\usepackage[breaklinks]{hyperref}
 
-\newcommand{\titleref}[1]{\textsl{#1}}
+\hypersetup{colorlinks=true, linkcolor=Blue, citecolor=Black, filecolor=Blue,
+    urlcolor=Blue, unicode=true}
 
-\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}}
+% add bibliographic stuff 
+\usepackage[round]{natbib}
+\def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
+\def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
 
-\begin{document}
+% import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
 
-\pagestyle{fancy}
-\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}}
-\fancyhead{}
-\fancyfoot{}
-\fancyhead[R]{\rm \thepage}
-\fancyhead[L]{\bf \rightmark}
+\begin{document}
 
 \setlength{\parskip}{4.5pt}
 
 \baselineskip 18.5pt
 
 \title{Title}
-\author{Benjamin Mako Hill}
+\author{Benjamin Mako Hill\\
+        \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}
@@ -57,6 +65,9 @@ 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 here
+\renewcommand{\bibsection}{\section{\bibname}\prebibhook}
 \bibliography{refs}
 \bibliographystyle{chicago}
 

Community Data Science Collective || Want to submit a patch?