Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Apr 14, 2022
Apr 14, 2022
Apr 13, 2022
Apr 14, 2022

LaTeX Files for My Curriculum Vitae

Release Build docker image

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
export APP=lualatex-for-my-cv
export YML=.devcontainer/docker-compose.yml

docker-compose -f ${YML} up -d
  • Build cv.pdf
docker-compose -f ${YML} exec -T ${APP} make cv.pdf
  • Clean up files
docker-compose -f ${YML} exec -T ${APP} make clean
  • Reflect changes in real time
docker-compose -f ${YML} exec -T ${APP} make watch