Skip to content

Instantly share code, notes, and snippets.

@heejune
Created March 5, 2016 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heejune/dd992f8a1df9e07c6ca8 to your computer and use it in GitHub Desktop.
Save heejune/dd992f8a1df9e07c6ca8 to your computer and use it in GitHub Desktop.
orgmode XeLaTex override example
(eval-after-load 'org
(lambda()
(require 'ob-C)
(require 'org-bullets)
(require 'ox-taskjuggler)
(require 'ox-latex)
;; …
(setq org-latex-to-pdf-process
'("xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"
"xelatex -interaction nonstopmode -output-directory %o %f"))
;; …
) ;; lambda
) ;; eval-after-load
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment