Commit 93e9e74d authored by nimrod's avatar nimrod
Browse files

A nicer PDF output.

parent 4638bfcb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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