mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Use xelatex
This commit is contained in:
parent
f03e232ef9
commit
33a5324b9b
2
init.org
2
init.org
@ -1084,7 +1084,7 @@
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(eval-after-load 'ox-latex
|
||||
'(setq org-latex-pdf-process
|
||||
'("latexmk -pdflatex='pdflatex -shell-escape -interaction nonstopmode' -pdf -f %f")))
|
||||
'("latexmk -pdflatex='xelatex -shell-escape -interaction nonstopmode' -pdf -f %f")))
|
||||
#+END_SRC
|
||||
|
||||
For my thesis, I need to use our university's LaTeX class, this snippet
|
||||
|
Loading…
Reference in New Issue
Block a user