From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: org-ref no bibliography generated in pdf Date: Sun, 07 Feb 2016 19:03:23 -0500 Message-ID: References: <87twlmoru8.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSZIf-0001XA-St for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 19:03:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSZIc-0005At-N9 for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 19:03:29 -0500 Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:35531) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSZIc-0005AK-Iz for emacs-orgmode@gnu.org; Sun, 07 Feb 2016 19:03:26 -0500 Received: by mail-qg0-x232.google.com with SMTP id y89so33517222qge.2 for ; Sun, 07 Feb 2016 16:03:26 -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: Andreas Kiermeier Cc: Nikolai , "emacs-orgmode@gnu.org" no reason. I do not actually use this code below. I have another function that probably does want texify does ;) maybe some extra stuff like running makeindex, etc.... Andreas Kiermeier writes: > 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")) >> > > ​Hi John & list, > > is there any reason why we should be hardcoding multiple runs of pdflatex > > ​(& bibtex) instead of using texify? > > I have my org-latex-to-pdf set to > "texify -p -b --tex-option=-shell-escape %f" > ​ (I'm on Windows 10, running MikTex 2.9), which hasn't given my any > problems to date and seem to be a little more efficient​. > > I'm just curious. > > Cheers, > > AK -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu