Note about \vspace and \marginhead
[bmh-cv] / kjh-vita.tex
index 88a13b684ed0b0c80f08bae0f2d14a7d0eb1b473..6bebdf9bfc6f4ad96945d7d5534565f528fd7a31 100644 (file)
 %%% vc.sty
 %%% Fonts
 %%%
+%%% ------------------------------------------------------------------------
+%%% Note
+%%%------------------------------------------------------------------------
+%%% Because this is a hand-tweaked file, be on the look out for \medksip, 
+%%% \bigskip and \newpage commands here and there, which are used to balance
+%%% the layout or avoid widows & orphans, etc. You should of course add or 
+%%% remove these as needed.
+%%%------------------------------------------------------------------------
 
 \documentclass[11pt]{article}
 
 %%% Local commands
 %%%------------------------------------------------------------------------
 
-%% marginal header
+%% Marginal header
+%% Note: as the document goes on you may need to introduce a (gradually increasing)
+%% \vspace element to keep the marginal header pleasingly aligned with the first 
+%% item in the body text. Like this: \marginhead{{\vskip 0.4em}Grants}, or 
+%% \marginhead{{\vskip 0.8em}Service}. Experiment as needed.
 \newcommand{\marginhead}[1]{\marginpar{\textsf{{\footnotesize\vspace{-1em}\flushright #1}}}}
 
 

Benjamin Mako Hill || Want to submit a patch?