From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Kiermeier Subject: Re: org-ref no bibliography generated in pdf Date: Mon, 8 Feb 2016 09:51:36 +1030 Message-ID: References: <87twlmoru8.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c16e6ae13cea052b365a78 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSYeo-0000jy-EP for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 18:22:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSYen-0004wz-F6 for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 18:22:18 -0500 Received: from mail-qg0-x22a.google.com ([2607:f8b0:400d:c04::22a]:33661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSYen-0004vw-8g for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 18:22:17 -0500 Received: by mail-qg0-x22a.google.com with SMTP id b35so106588800qge.0 for ; Sun, 07 Feb 2016 15:22:16 -0800 (PST) In-Reply-To: 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: John Kitchin Cc: Nikolai , "emacs-orgmode@gnu.org" --001a11c16e6ae13cea052b365a78 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 7 February 2016 at 04:38, John Kitchin wrote: > that is why you don't get bibtex run then ;) try this > (setq org-latex-pdf-process > '("pdflatex -shell-escape -interaction nonstopmode > -output-directory %o %b" > "bibtex %b" > "pdflatex -shell-escape -interaction nonstopmode > -output-directory %o %b" > "pdflatex -shell-escape -interaction nonstopmode > -output-directory %o %b")) > =E2=80=8BHi John & list, is there any reason why we should be hardcoding multiple runs of pdflatex= =E2=80=8B =E2=80=8B(& bibtex) instead of using texify? I have my org-latex-to-pdf set to "texify -p -b --tex-option=3D-shell-escape %f"=E2=80=8B =E2=80=8B (I'm on Windows 10, running MikTex 2.9), which hasn't given my an= y problems to date and seem to be a little more efficient=E2=80=8B. I'm just curious. Cheers, AK --001a11c16e6ae13cea052b365a78 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On 7 February 2016 at 04:38, John Kitchin <jkitchin@andrew.cmu.edu> wrote:
tha= t is why you don't get bibtex run then ;) try this
(setq org-latex-= pdf-process
=C2=A0 =C2=A0 =C2=A0 =C2=A0'("pdfla= tex -shell-escape -interaction nonstopmode -output-directory %o %b"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"bibtex %b"
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"pdflatex -shell-escape -interaction= nonstopmode -output-directory %o %b"
=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0"pdflatex -shell-escape -interaction nonstopmode -output-= directory %o %b"))

<= div class=3D"gmail_default" style=3D"font-family:arial,helvetica,sans-serif= ;font-size:small;display:inline">=E2=80=8BHi John & list,

is there any reason why we should be hardcoding multiple r= uns of pdflatex=E2=80=8B
=C2=A0
=E2= =80=8B(& bibtex) instead of using texify?

I have my org-latex-to-pdf set to=C2=A0
"texify -p -b --tex-option=3D-shell-escape %= f"=E2=80=8B
=E2=80=8B (I'm on Win= dows 10, running MikTex 2.9), which hasn't given my any problems to dat= e and seem to be a little more efficient=E2=80=8B.
<= span style=3D"font-family:arial,helvetica,sans-serif">

I'm just curious= .

Cheers,

<= div>
AK
--001a11c16e6ae13cea052b365a78--