From 169667ed6e12ce82e606799e4c1ef1dbbace3206 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 1 Sep 2020 07:55:12 +0300 Subject: [PATCH] Add Hebrew name. I want to be the first result in Google when you search my Hebrew name. --- .dictionary.txt | 0 Makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 .dictionary.txt diff --git a/.dictionary.txt b/.dictionary.txt new file mode 100644 index 0000000..e69de29 diff --git a/Makefile b/Makefile index c3d61af..94d5199 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ resume.html: $(RESUME) pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html resume.pdf: $(RESUME) - pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.pdf + pandoc --pdf-engine=xelatex $(RESUME) -M 'mainfont: SILEOT.ttf' -V papersize=$(PAPERSIZE) -V documentclass=mycv -o resume.pdf resume.docx: $(RESUME) pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.docx -- GitLab