Skip to content

mbreban/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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