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!). Compiles with latexmk. Derived from this CV repo and this one.

How?

  • Clone
  • Edit cv.tex (in curriculum-vitae)
  • Ensure latexmk is installed.
  • Run make (Check Makefile for other options)
  • 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
texliveonfly -c xelatex cv.tex
# next time
latexmk -pvc -pdfxe -f 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

No packages published