[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] problems with LaTex/BibTex
From: |
Eric Fraga |
Subject: |
Re: [O] problems with LaTex/BibTex |
Date: |
Wed, 25 Apr 2012 20:51:01 +0930 |
User-agent: |
Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) |
"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")
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.1.50.1
: using Org-mode version 7.8.06 (release_7.8.06.181.g67694.dirty)
- Re: [O] problems with LaTex/BibTex,
Eric Fraga <=