1. Tweaked the refs.bib work in the makefile so that it removes the refs-cleaned.bib intermediary step and so that it only rebuilds the refs when it needs to. 2. Tweaked the article-2 stylesheet so that subsubsection headers are not smaller than normal text. 3. Changed the list rendering so that it's smaller (firmlists).
88 lines
2.6 KiB
TeX
88 lines
2.6 KiB
TeX
\documentclass[12pt]{memoir}
|
|
|
|
% based on kieran healy's memoir modifications
|
|
\usepackage{mako-mem}
|
|
\chapterstyle{article-2}
|
|
\pagestyle{mako-mem}
|
|
|
|
\usepackage{ucs}
|
|
\usepackage[utf8x]{inputenc}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{textcomp}
|
|
\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
|
|
\usepackage[usenames,dvipsnames]{color}
|
|
\usepackage[breaklinks]{hyperref}
|
|
|
|
\hypersetup{colorlinks=true, linkcolor=Black, citecolor=Black, filecolor=Blue,
|
|
urlcolor=Blue, unicode=true}
|
|
|
|
% add bibliographic stuff
|
|
\usepackage[round]{natbib}
|
|
\def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
|
|
\def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
|
|
|
|
% memoir function to take out of the space out of the whitespace lists
|
|
\firmlists
|
|
|
|
% import vc stuff after running `make vc`: \input{vc} \pagestyle{kjhgit}
|
|
|
|
\begin{document}
|
|
|
|
\setlength{\parskip}{4.5pt}
|
|
\baselineskip 18.5pt
|
|
|
|
\title{Title}
|
|
\author{Benjamin Mako Hill\\
|
|
\href{mailto:makohill@uw.edu}{makohill@uw.edu}}
|
|
\date{}
|
|
|
|
% \published{\textsc{\textcolor{BrickRed}{This document is an
|
|
% unpublished draft.\\ Please do not distribute or cite without
|
|
% permission.}}}
|
|
|
|
\maketitle
|
|
|
|
\begin{abstract}
|
|
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. 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.
|
|
\end{abstract}
|
|
|
|
\section{Section}
|
|
|
|
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. 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 \citep{989866}.
|
|
|
|
|
|
% bibliography here
|
|
\renewcommand{\bibsection}{\section{\bibname}\prebibhook}
|
|
\baselineskip 14.2pt
|
|
\bibliography{refs-processed}
|
|
\bibliographystyle{chicago}
|
|
|
|
\end{document}
|
|
|