Skip to content

RuhiRG/CV

Repository files navigation

What? Project Status: Active - The project has reached a stable, usable state and is being actively developed. License: GPL v3 License: CC BY-NC-SA 4.0 Donation

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.

How?

  • Clone
  • Edit curriculum-vitae/literate_cv.org
  • Ensure emacs, latexmk, and biber are installed.
  • Run make or pixi run all.
  • Profit

ARM MacOS

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.tex

License

The 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.

About

A short curriculum vitae

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors