cv

Source code for my CV

Commit
a93e2a2fbce5ae8e71fc3540c499c04cc4c43edc
Parent
894a31d1a6ea2615f5bcd693f22847bc9f105fd1
Author
Pablo <pablo-escobar@riseup.net>
Date

Updated latexmkrc

For some reason lualatex was having trouble finding the fonts used in this document, so I just made a local copy of latexmkrc and replaced lualatex with xelatex

Diffstat

1 file changed, 4 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Added latexmkrc 4 4 0
diff --git a/latexmkrc b/latexmkrc
@@ -0,0 +1,4 @@
+$pdflatex = "xelatex -halt-on-error -file-line-error -shell-escape %O %S";
+$pdf_mode = 1;
+$dvi_mode = 0;
+$postscript_mode = 0;