From 2b050541b5555c745859590c7c96b37921d82afb Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Sun, 21 Apr 2024 16:19:35 -0600 Subject: [PATCH] Updated emacs to work better with special characters --- .emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs b/.emacs index 43f1217..707a977 100644 --- a/.emacs +++ b/.emacs @@ -130,6 +130,7 @@ " -f markdown+smart" ;; add curly quotes " --citeproc --bibliography $HOME/Zotero/lib.bib" ;; connect to BibTeX export from Zotero ;; ^ remove "--citeproc" for older versions + " --pdf-engine=xelatex" ;; for special characters " -t " file-type " -o " tmp-out-file)) ;; End convert routine