Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 515 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 515 Bytes

cv

Samples

Getting Started

make package

Then build the example CV.

make pdf

You can define the LaTex file to be built with the DOC_NAME variable.

make pdf DOC_NAME=filename.tex

Note: The use of the docker image can be disabled with the SKIP_DOCKER=false option. The host system must have pdflatex installed.

Clear outputs

make clean