/CV

My Curriculum Vitae

Primary LanguageTeX

LaTeX Files for My Curriculum Vitae

CI Build docker image Download latest CV

This CV is forked from Just Another Research CV.

Recommended: develop inside a container with VSCode

  • Opening this repository will automatically start devcontainer

Develop in a local environment with Docker

  • (Optional) Build image
make docker-compose-up
  • Build cv.pdf
make docker-compose-make-pdf
  • Clean up files
make docker-compose-make-clean
  • Reflect changes in real-time
make docker-compose-make-watch