Added LaTex resume

This commit is contained in:
2018-08-16 17:15:25 +02:00
committed by Dennis Potter
parent f8c5a94754
commit 675e53b567
22 changed files with 1849 additions and 0 deletions

11
cv/Makefile Normal file
View File

@@ -0,0 +1,11 @@
.PHONY: clean
CC = xelatex
RESUME_DIR = resume
RESUME_SRCS = $(shell find $(RESUME_DIR) -name '*.tex')
all: resume.tex $(RESUME_SRCS)
$(CC) -output-directory=./ $<
clean:
rm -rf *.pdf