Skip to content

funkekaiser/CurriculumVitae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curriculum Vitae

Prerequisites

A TeX distribution with latexmk, titlesec and enumitem.

On macOS, install BasicTeX and the required packages:

brew install --cask basictex

# BasicTeX installs binaries under /Library/TeX/texbin — add to PATH
# (already on PATH for new shells after install; for the current shell:)
eval "$(/usr/libexec/path_helper)"

sudo tlmgr update --self
sudo tlmgr install latexmk titlesec enumitem

Build

make            # builds cv.pdf
make watch      # rebuild on save (latexmk -pvc)
make clean      # remove aux files, keep cv.pdf
make distclean  # remove everything generated, including cv.pdf

To use a different engine (e.g. for system fonts via fontspec):

make ENGINE=xelatex

Files

  • cv.tex — CV source
  • Makefile — build targets

Credits

This CV is built on the Rover Resume template by Subidit, licensed under CC BY 4.0. The template has been modified.

About

LaTeX CV with a GitHub Actions build/deploy pipeline

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors