This is my personal CV based off ModernCV. May be used as a template (follow the
license!). Compiles with latexmk. Derived from
this CV repo and this one.
- Clone
- Edit
cv.tex(in curriculum-vitae) - Ensure
latexmkis installed. - Run make (Check
Makefilefor other options) - 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
texliveonfly -c xelatex cv.tex
# next time
latexmk -pvc -pdfxe -f 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.