From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Ware Subject: Problems with pdf export (and bibtex) after upgrading to TeXLive-2011 on Lion Date: Thu, 22 Sep 2011 16:44:27 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6s0M-0001WH-JS for emacs-orgmode@gnu.org; Thu, 22 Sep 2011 18:44:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6s0L-00031O-G7 for emacs-orgmode@gnu.org; Thu, 22 Sep 2011 18:44:30 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:32880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6s0L-00031G-6T for emacs-orgmode@gnu.org; Thu, 22 Sep 2011 18:44:29 -0400 Received: by iaen33 with SMTP id n33so4668294iae.0 for ; Thu, 22 Sep 2011 15:44:28 -0700 (PDT) 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: emacs-orgmode@gnu.org After upgrading to Lion and TeXLive-2011, I found my pdflatex export was no longer working (in that it would only call pdflatex once, and would not run bibtex). Having spent a couple of hours finding a solution, I thought I should share to perhaps save some others the trouble. I had to do two things to fix the problem: 1) set my org-latex-to-pdf-process variable to ("pdflatex -interaction batchmode -output-directory %o %b" "bibtex %b" "pdflatex -interaction batchmode -output-directory %o %b" "pdflatex -interaction batchmode -output-directory %o %b"). Using -interaction nonstopmode (which I was in my previous setting) no longer seemed to work - the whole thing seemed to exit after the first call to pdflatex, so that subsequent commands were not executed. 2) add the line openout_any=r (or openout_any=a) to the file /usr/local/texlive/2011/texmf.cnf. Apparently, the default is openout_any=p, where the p stands for 'paranoid', and as a result bibtex refuses to write the .blg file. Cheers, Tony Ware -- http://www.math.ucalgary.ca/~aware