> -----Original Message----- > From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode- > bounces+mlt=gmx...@gnu.org] On Behalf Of Eric Fraga > Sent: Wednesday, April 25, 2012 6:21 AM > To: Alan E. Davis > Cc: Julian Burgos; emacs-orgmode@gnu.org > Subject: Re: [O] problems with LaTex/BibTex > > "Alan E. Davis" <lngn...@gmail.com> writes: > > > I would have a use for this. I am curious, though... > > > > Suppose I use this as a standard init-file declaration for > > org-latex-to-pdf-process . Does that mean that bibtex will always be run, > > every time, during the generation of PDFs via LaTex export? > > Yes but you can easily customise this variable on a per file basis. If > you seldom use bibtex, have the default be to run pdflatex just > once. Then, for any org file that needs bibtex, simply put in the > following line (or a variation thereof): > > #+BIND: org-latex-to-pdf-process ("pdflatex %b" "bibtex %b" "pdflatex %b" > "pdflatex %b")
Also, if you are on Windows with MikTeX, you can use texify, otherwise latexmk can save you some time when it is not necessary to rebuild index and/or bibliography. M.