From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alan E. Davis" Subject: Re: problems with LaTex/BibTex Date: Fri, 30 Mar 2012 18:15:57 -0700 Message-ID: References: <15186.85.197.227.93.1333071675.squirrel@www.hafro.is> <4F759F07.5040903@hafro.is> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf305e28793b81c804bc7fb44f Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDmvV-0002zj-WB for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 21:16:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SDmvU-0002cX-3G for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 21:16:21 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:59771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SDmvT-0002bU-Rp for emacs-orgmode@gnu.org; Fri, 30 Mar 2012 21:16:20 -0400 Received: by yhr47 with SMTP id 47so821385yhr.0 for ; Fri, 30 Mar 2012 18:16:17 -0700 (PDT) In-Reply-To: <4F759F07.5040903@hafro.is> 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: Julian Burgos Cc: emacs-orgmode@gnu.org --20cf305e28793b81c804bc7fb44f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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? Alan On Fri, Mar 30, 2012 at 4:54 AM, Julian Burgos wrote: > Yes! That was it. Thanks!! > > > On f=F6s 30.mar 2012 08:05, suvayu ali wrote: > >> Hey Julian, >> >> On Fri, Mar 30, 2012 at 03:41, Julian Burgos wrote: >> >>> The "References.bib" is a BibTex file in the same folder as the test >>> file. >>> The citations were entered using RefTex with no problem. But when >>> exporting to pdf, I get the following message in the minibuffer: >>> "Exporting to PDF...done, with some errors: [undefined citations]". Th= e >>> pdf produced had, of course, question marks where the citations should >>> be. >>> >> Did you customise your org-latex-to-pdf-process to include bibtex? I use >> something like this: >> >> (setq org-latex-to-pdf-process '("pdflatex -interaction nonstopmode %b" >> "/usr/bin/bibtex %b" >> "pdflatex -interaction nonstopmode %b" >> "pdflatex -interaction nonstopmode %b")) >> >> > > -- > Julian Mariano Burgos, PhD > Hafranns=F3knastofnunin/Marine Research Institute > Sk=FAlagata 4, 121 Reykjav=EDk, Iceland > S=EDmi/Telephone : +354-5752037 > Br=E9fs=EDmi/Telefax: +354-5752001 > Netfang/Email: julian@hafro.is > > > --20cf305e28793b81c804bc7fb44f Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I would have a use for this.=A0 I am curious, though...

Suppose I us= e this as a standard init-file declaration for org-latex-to-pdf-process .= =A0 Does that mean that bibtex will always be run, every time, during the g= eneration of PDFs via LaTex export?=A0=A0

Alan

On Fri, Mar 30, 2012 at 4:54 AM,= Julian Burgos <jul= ian@hafro.is> wrote:
Yes! That was it. =A0Thanks!!


On f=F6s 30.mar 2012 08:05, suvayu ali wrote:
Hey Julian,

On Fri, Mar 30, 2012 at 03:41, Julian Burgos<julian@hafro.is> =A0wrote:
The "References.bib" is a BibTex file in the same folder as the t= est file.
=A0The citations were entered using RefTex with no problem. =A0But when exporting to pdf, I get the following message in the minibuffer:
"Exporting to PDF...done, with some errors: [undefined citations]"= ;. =A0The
pdf produced had, of course, question marks where the citations should be.<= br>
Did you customise your org-latex-to-pdf-process to include bibtex? I use something like this:

(setq org-latex-to-pdf-process '("pdflatex -interaction nonstopmod= e %b"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "/usr= /bin/bibtex %b"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "pdfl= atex -interaction nonstopmode %b"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 "pdfl= atex -interaction nonstopmode %b"))



--
Julian Mariano Burgos, PhD
Hafranns=F3knastofnunin/Marine Research Institute
Sk=FAlagata 4, 121 Reykjav=EDk, Iceland
S=EDmi/Telephone : +354-5752037
Br=E9fs=EDmi/Telefax: =A0+354-5752001
Netfang/Email: julian@= hafro.is



--20cf305e28793b81c804bc7fb44f--