LaTeX Files for My Curriculum Vitae
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