This is the LaTeX source for my CV.
The canonical repository lives on Codeberg. GitHub is available as a read-only mirror.
The latest compiled PDF is available on the GitHub releases page.
The build expects a TeX Live installation with latexmk and LuaLaTeX. Fonts are
vendored under fonts/ using their OFL licences, so the PDF does not depend on
whatever desktop fonts happen to be installed locally.
makeThe compiled PDF is built to dist/allie-mari-jones-cv.pdf.
Useful targets:
make pdfbuilds the PDF.make watchrebuilds continuously while editing.make cleanremoves generated LaTeX output.