This is my personal CV based off ModernCV. May be used as a template (follow the
license!). The source is maintained as an org-mode literate document and built
through emacs export followed by latexmk. Derived from
this CV repo and this one.
- Clone
- Edit
curriculum-vitae/literate_cv.org - Ensure
emacs,latexmk, andbiberare installed. - Run
makeorpixi run all. - Profit
conda-forge only has a broken texlive-core distribution shipped. To work around this, tectonic can be used, however biber needs to be built from source or grabbed from tinytex which can correctly setup tlmgr, ergo the environment needs python and perl within the conda based environment. Much easier to actually install texlive but for a weird work-around consider using TinyTex and texliveonfly
pixi shell
Rscript -e "tinytex::install_tinytex()"
# The command above can fail, nevermind
export PATH="$PATH:$HOME/Library/TinyTeX/bin/universal-darwin"
tlmgr install texliveonfly # needs python
emacs -nl --script scripts/org2tex.el curriculum-vitae/literate_cv.org
cd curriculum-vitae
texliveonfly -c xelatex literate_cv.tex
latexmk -pvc -pdfxe -f literate_cv.texThe MIT license seems appropriate for the template. Content is my own, so please do not use that, under a creative commons BY-NC-SA license.