From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ahmadou Dicko Subject: Re: How to use ox-bibtex Date: Thu, 30 Jan 2014 10:02:49 +0000 Message-ID: References: <871tzuy2k3.fsf@gmail.com> <87r47tv5tq.fsf@gmail.com> <52E76B2F.1040109@krugs.de> <52E7A4BF.8060507@krugs.de> <87ppnb4jo9.fsf@gmail.com> <87fvo67snc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c383c6f3378c04f12d2810 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41860) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8oSS-00029Z-B2 for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 05:03:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8oSQ-0001MS-RP for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 05:02:52 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:48883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8oSQ-0001MI-HF for emacs-orgmode@gnu.org; Thu, 30 Jan 2014 05:02:50 -0500 Received: by mail-wg0-f45.google.com with SMTP id n12so5680937wgh.0 for ; Thu, 30 Jan 2014 02:02:49 -0800 (PST) In-Reply-To: <87fvo67snc.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nick Dokos Cc: emacs-orgmode --001a11c383c6f3378c04f12d2810 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You can also use latexmkwhich was designed to solve this kind of problem. I have this in my init.el (setq org-latex-pdf-process '("latexmk -pdflatex=3Dxelatex -pdf -latexoption=3D-shell-escape %f")= ) On Wed, Jan 29, 2014 at 2:46 PM, Nick Dokos wrote: > "o.castillo.felisola@gmail.com" writes: > > > > A single doubt is left... the bibtex compilation is not performed > > during the exportation process, should be done manually, Am I write? > > > > You can customize org-latex-pdf-process to do what you want. > By default, it does three pdflatex runs in a row. If texi2dvi > works for you, it might be preferable. But you can always add > a bibtex run after the first pdflatex run. > > Nick > > > --=20 Ahmadou H. DICKO statistician economist (Ing=E9nieur Statisticien =C9conomiste) PhD candidate in Climate change economics Faculty of economics and managment - Cheikh Anta Diop University West African Science Service Center on Climate Change and Adaptated Land Use (WASCAL) Center for Development Research (ZEF) - University of Bonn email : ahmadou.dicko@ucad.edu.sn twitter : @dickoah github : github/dickoa tel : +221 33 827 55 16 portable: +221 77 123 81 69 --001a11c383c6f3378c04f12d2810 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
You=A0 can also use=A0 latexmk which was designed to solve t= his kind of problem.
I have this in my init.el

(setq org-latex-pd= f-process
=A0=A0=A0=A0=A0 '("latexmk -pdflatex=3Dxelatex -pdf -latexoption= =3D-shell-escape %f"))


On Wed, Jan 29, 2014 at 2:46 PM, Nick Dokos <nd= okos@gmail.com> wrote:
"o.castillo.felisola@gmail.com" <o.castillo.felisola@gmail.co= m> writes:


> A single doubt is left... the bibtex compilation is not performed
> during the exportation process, should be done manually, Am I write? >

You can customize org-latex-pdf-process to do what you want.
By default, it does three pdflatex runs in a row. If texi2dvi
works for you, it might be preferable. But you can always add
a bibtex run after the first pdflatex run.

Nick





--
Ahmadou H. DICKO
statistician economist (Ing=E9nieur Statistici= en =C9conomiste)
PhD candidate in Climate change economics
Faculty of= economics and managment - Cheikh Anta Diop University
West African Science Service Center on Climate Change and Adaptated Land Us= e (WASCAL)
Center for Development Research (ZEF) - University of Bonn email : ah= madou.dicko@ucad.edu.sn
twitter : @dickoah
github : github/dickoa
tel : +221 33 827 55 16
portable: +221 = 77 123 81 69
--001a11c383c6f3378c04f12d2810--