Skip to content
Snippets Groups Projects
Commit 169667ed authored by nimrod's avatar nimrod
Browse files

Add Hebrew name.

I want to be the first result in Google when you search my Hebrew name.
parent ca4afca5
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ resume.html: $(RESUME) ...@@ -18,7 +18,7 @@ resume.html: $(RESUME)
pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html pandoc -s -t html5 --email-obfuscation=none $(RESUME) -o resume.html
resume.pdf: $(RESUME) 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) resume.docx: $(RESUME)
pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.docx 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