emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] customising org-latex-to-pdf-process for bibtex


From: Eric S Fraga
Subject: Re: [Orgmode] customising org-latex-to-pdf-process for bibtex
Date: Sat, 26 Feb 2011 00:23:15 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

suvayu ali <address@hidden> writes:

> Hi everyone,
>
> I am trying to use bibtex with pdf export for my thesis. So I tried
> customising =org-latex-to-pdf-process= so that bibtex is run before
> pdflatex. So from the customise buffer I set it to something like
> this:

I have 

#+begin_src emacs-lisp
(setq org-latex-to-pdf-process 
  '("pdflatex %f" "bibtex %b" "pdflatex %f" "pdflatex %f"))
#+end_src

which seems to work just fine for me.  You may wish (for security) to
add the fully qualified paths for these executables, of course.
-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.532.g7b21.dirty)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]