From 93e9e74d19873cf6f475ab33e826f919f1379065 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 25 Jul 2018 23:14:14 +0300 Subject: [PATCH] A nicer PDF output. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d5b5b1..734252f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ resume.html: $(RESUME) Makefile pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html resume.pdf: $(RESUME) Makefile - pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.pdf + pandoc $(RESUME) -V papersize=$(PAPERSIZE) -V documentclass=mycv -o resume.pdf resume.docx: $(RESUME) Makefile pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.docx -- GitLab