]> code.communitydata.science - cdsc_tex.git/blobdiff - text.tex
two types of pos
[cdsc_tex.git] / text.tex
index 844e1ed9b4437b0081dd8160093ba5a65085f226..8870a4bb015f7dd58887c6aec0bec7ff1f81df9f 100644 (file)
--- a/text.tex
+++ b/text.tex
@@ -1,12 +1,27 @@
-\documentclass[11pt]{scrartcl}
+\documentclass[12pt]{scrartcl}
 
 \usepackage{ucs}
 \usepackage[utf8x]{inputenc}
-\usepackage[letterpaper,left=1.3in,right=1.3in,top=1.3in,bottom=1.3in]{geometry}
+
+\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}
 \usepackage{fancyhdr}
+
 % \usepackage{url}
 % \usepackage{graphicx}
 % \usepackage{amsmath, amsthm, amssymb}
+% \usepackage{dcolumn}
+% \usepackage{endfloat}
+
+% add bibliographic stuff 
+\usepackage[round]{natbib}
+\def\citepos#1{\citeauthor{#1}'s (\citeyear{#1})}
+\def\citespos#1{\citeauthor{#1}' (\citeyear{#1})}
 
 \newcommand{\titleref}[1]{\textsl{#1}}
 
@@ -31,7 +46,7 @@
 
 \setlength{\parskip}{4.5pt}
 
-\baselineskip 17.5pt
+\baselineskip 18.5pt
 
 \title{Title}
 \author{Benjamin Mako Hill}
@@ -45,10 +60,10 @@ 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{refs}
-\bibliographystyle{apalike}
+\bibliographystyle{chicago}
 
 \end{document}
 

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