[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] problems with LaTex/BibTex
From: |
Mikhail Titov |
Subject: |
Re: [O] problems with LaTex/BibTex |
Date: |
Wed, 25 Apr 2012 10:59:14 -0500 |
> -----Original Message-----
> From: address@hidden [mailto:emacs-orgmode-
> address@hidden On Behalf Of Eric Fraga
> Sent: Wednesday, April 25, 2012 6:21 AM
> To: Alan E. Davis
> Cc: Julian Burgos; address@hidden
> Subject: Re: [O] problems with LaTex/BibTex
>
> "Alan E. Davis" <address@hidden> 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.