- spreadsheet of entries in your CV
An example/template can be found here - bib file of publications
- CV TeX file
CV templates from overleaf for moderncv
and moderntimeline
are provided in templates. CV.tex
is a highly modified form of the moderntimeline
template.
latexmk
(comes with texlive/tinytex)xelatex
biber
moderncv
andmoderntimeline
latex packages
code/build_functions.R
contains functions to formulate tables of CV information as latex codecode/build_tex_files.R
uses the functions incode/build_functions.R
, parses the google sheet with the CV info, and generates_XXX.tex
files for each section of the CV which is programmatically generated.CV.tex
includes each of the_XXX.tex
files built in the previous stepCV.tex
generates publication lists by parsingCV.bib
usingbiber
(a more advanced biblatex). This usually requires the document to compile multiple times.CV.pdf
is generated fromCV.tex