My CV, typeset with LaTeX using the curve document
class (adapted from LianTze Lim's CV template).
latexmk -pdf cv-sas.tex # -> cv-sas.pdf
latexmk -C # remove build artifactsRequires a TeX Live install with curve, fontawesome5, cochineal, cabin,
and zi4. On Arch these are covered by texlive-latexextra and
texlive-fontsextra. No bibliography tooling is needed.
The document is monochrome by design; both theme colours in settings.sty are
black.
cv-sas.tex holds the header and the list of \makerubric{...} calls that pull in
each section; the order of those calls is the order of sections in the PDF. Section
content lives in one file per section (employment.tex, education.tex,
awards.tex, skills.tex, projects.tex). All styling lives in settings.sty.
cv-sas.pdf is committed alongside the source so the current CV can be read
without a TeX install.