Skip to content

Instantly share code, notes, and snippets.

@tgoossens
Created April 13, 2014 13:40
Show Gist options
  • Save tgoossens/10584633 to your computer and use it in GitHub Desktop.
Save tgoossens/10584633 to your computer and use it in GitHub Desktop.
org mode bibtex latex process config
#+begin_src emacs-lisp :exports none
(setq reftex-default-bibliography '("bib/references.bib"))
(setq org-latex-pdf-process
'("pdflatex -interaction nonstopmode -output-directory %o %f"
"/usr/bin/bibtex %b"
"pdflatex -interaction nonstopmode -output-directory %o %f"
"pdflatex -interaction nonstopmode -output-directory %o %f"))
#+end_src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment