cleanup; docs.
authorKieran Healy <kjhealy@gmail.com>
Sun, 4 Oct 2009 00:00:39 +0000 (20:00 -0400)
committerKieran Healy <kjhealy@gmail.com>
Sun, 4 Oct 2009 00:00:39 +0000 (20:00 -0400)
kjh-vita.tex

index 3c20ef45ae8def335251c6f3557da30b282ec2c9..5b587683059cda8d2669c1e8011ba4dd186fb96a 100644 (file)
 %%% ------------------------------------------------------------------------
 %%% git
 %%% vc.sty
-%%% Expert fonts
+%%% Fonts
 %%%
 
 \documentclass[11pt]{article}
-  
-%% Git version tracking: if you don't use git or the vc package, comment this out.
-%% If you comment it out, be sure to remove the \rfoot comment below, too.
-\input{vc}
-
-%% misc style files
-\usepackage{url,fancyhdr}
-
-%% needed for xelatex to work
-\usepackage{fontspec}
-\usepackage{xunicode}
 
-%% color 
-\usepackage[usenames,dvipsnames]{color}
+%%%------------------------------------------------------------------------
+%%% Metadata
+%%%------------------------------------------------------------------------
 
-%% meta
+%% Change as needed. Or just add me as a coauthor. Only some of these are 
+%% used below in the hyperref declaration.
 \def\myauthor{Kieran Healy}
 \def\mytitle{Vita}
 \def\mycopyright{\myauthor}
 
 \def\myaffiliation{Duke University}
 \def\myauthor{Kieran Healy}
-\date{2008-09-10}
+\date{} % not used (revision control instead)
 \def\mykeywords{Kieran, Healy, Kieran Healy, Vita, CV, Resume, Sociology}
 
+%%%------------------------------------------------------------------------  
+%%% Git version tracking 
+%%%------------------------------------------------------------------------
+
+%% If you don't use git or the vc package, comment this out.
+%% If you comment it out, be sure to remove the \rfoot comment below, too.
+\input{vc}
+
+%%%------------------------------------------------------------------------
+%%% Required style files
+%%%------------------------------------------------------------------------
+\usepackage{url,fancyhdr}
+
+%% needed for xelatex to work
+\usepackage{fontspec}
+\usepackage{xunicode}
+
+%% color for the links 
+\usepackage[usenames,dvipsnames]{color}
+
 %% hyperlinks
 \usepackage[xetex, 
        colorlinks=true,
@@ -70,6 +81,9 @@
        pdfkeywords={\mykeywords}
        ]{hyperref}
 
+%%%------------------------------------------------------------------------
+%%% Document
+%%%------------------------------------------------------------------------
 \begin{document}
 
 %% Choose fonts for use with xelatex
 \def\labelitemi{~}
 \renewcommand{\labelitemii}{~}
 
-%% page layout
+%%%------------------------------------------------------------------------
+%%% Page layout
+%%%------------------------------------------------------------------------
 \pagestyle{fancy}
 \renewcommand{\headrulewidth}{0pt}
 \fancyhead{}
 \fancyfoot{}
 \rhead{{\scriptsize\thepage}}
-\rfoot{\texttt{\scriptsize \VCRevision\ on \VCDateTEX}} % git revision info inserted via external script -- see docs for vc package for details. comment out this line if you're not using vc.
 
-%% address and contact block
+%% git revision control footer 
+\rfoot{\texttt{\scriptsize \VCRevision\ on \VCDateTEX}} % git revision info inserted via external script -- see docs for vc package for details. comment out this line if you're not using vc, and also remove the \input{vc} line above.
+
+%%%------------------------------------------------------------------------
+%%% Address and contact block
+%%%------------------------------------------------------------------------
 \begin{minipage}[t]{2.95in}
  \flushright {\footnotesize \href{http://www.soc.duke.edu}{Department of Sociology} \\ Box 90088, \\ Duke University, \\ \vspace{-0.05in} Durham, \textsc{nc} 27708}  
   

Benjamin Mako Hill || Want to submit a patch?