better metadata
[bmh-cv] / kjh-vita.tex
index 3c20ef45ae8def335251c6f3557da30b282ec2c9..6e22d86c6494659b61cca6503a7b15955b11bdcd 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 and address banner section.
 \def\myauthor{Kieran Healy}
 \def\mytitle{Vita}
 \def\mycopyright{\myauthor}
 \def\myaddress{Sociology Department}
 \def\myemail{kjhealy@soc.duke.edu}
 \def\myweb{http://www.kieranhealy.org}
-\def\myphone{}
+\def\myphone{(919) 660-5737}
+\def\myfax{(919) 660-5623}
 \def\myversion{}
 \def\myrevision{}
 
 
 \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 +82,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}  
   
 %\end{minipage}
 \hfill
 \begin{minipage}[t]{1.7in}
-  \flushright \footnotesize Phone: (650) 321-2052 \\ 
-  Fax: (650) 321-1192  \\ 
-  {\scriptsize  \texttt{\href{mailto:kjhealy@soc.duke.edu}{kjhealy@soc.duke.edu}}} \\
-  {\scriptsize  \texttt{\href{http://www.kieranhealy.org}{http://www.kieranhealy.org}}}
+  \flushright \footnotesize Phone: \myphone \\ 
+  Fax: \myfax  \\ 
+  {\scriptsize  \texttt{\href{mailto:\myemail}{\myemail}}} \\
+  {\scriptsize  \texttt{\href{\myweb}{\myweb}}}
 \end{minipage}
 
 

Benjamin Mako Hill || Want to submit a patch?