Skip to content
Snippets Groups Projects
Commit 93e9e74d authored by nimrod's avatar nimrod
Browse files

A nicer PDF output.

parent 4638bfcb
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment