LaTeX class for producing a curriculum vitae.
Edward Brown, Michigan State University
Three list styles:
-
chronlist
, used for listing date-activity pairs\begin{chronlist} \item[DATE 1] text \item[DATE 2] text ... \end{chronlist}
-
publist
for lists of publications, talks, etc. This is a wrapper for theetaremune
package, which lists the item numbers in reverse order. This is a handy feature for counting numbers of publications.\begin{publist} \item REFERENCE 1 \item REFERENCE 2 ... \end{chronlist}
-
genericlist
: unbulleted listing\begin{genericlist} \item ITEM 1 \item ITEM 2 ... \end{genericlist}
Two style of section headers
-
\sectionheader{TITLE}
: produces the textTITLE
in small caps with a light grey bar running across the page. A horizontal line is generated along the text baseline. -
\publicationheader{CATEGORY}
: produces the textCATEGORY
in small caps, with no decoration. Useful for specifying categories of publications, e.g., "Refereed," "Conference Proceedings," etc.
After cloning the project directory, cd into it and run the install script
$./install /path/to/texmf
Here the argument to the command is somewhere on the TEXPATH
. For example, on my Mac, I do
$./install ~/Library/texmf
The install script creates in this texmf directory a subdirectory,
tex/latex/vitae
,
that contains vitae.cls
. It then builds the documentation in a
subdirectory of texmf
called doc/latex/vitae
. Look in the documentation for an example CV.