From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Re: Graphics in LaTeX pdf output. Date: Tue, 11 Sep 2012 23:05:28 +0200 Message-ID: References: <7DBDA1C7-A141-4EBA-BF5B-9070E8CB1A5A@univie.ac.at> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBXeH-0007ZH-6d for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 17:05:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TBXeG-0000Vu-0v for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 17:05:33 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:42744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TBXeF-0000Vi-NI for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 17:05:31 -0400 Received: from jarvis.univie.ac.at ([131.130.3.112] helo=jarvis.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.80) (envelope-from ) id 1TBXeD-0000un-UJ for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 23:05:29 +0200 Received: from 188-22-89-141.adsl.highway.telekom.at ([188.22.89.141] helo=[10.0.0.4]) by jarvis.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TBXeD-0003GA-QW for emacs-orgmode@gnu.org; Tue, 11 Sep 2012 23:05:29 +0200 In-Reply-To: <7DBDA1C7-A141-4EBA-BF5B-9070E8CB1A5A@univie.ac.at> 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 emacs-orgmode@gnu.org" Excuse my sloppy report, I copied from the wrong terminal window. And after rebooting my Mac, things suddenly worked again. On Sep 11, 2012, at 5:26 PM, Neuwirth Erich = wrote: > I am trying to produce pdf through latex with R in org. > I am using MacTeX 2012, Emacs 24.2, and org mode version 7.9.1 (on = Mountain Lion) >=20 > I have the the following code segment. >=20 >=20 > #+BEGIN_SRC R :session *R* :results output graphics :file first.png = :exports both > plot((0:10)^2,type=3D"l") > #+END_SRC >=20 >=20 > It does not work. > It produces text output and then stops. > When I run latex on this manually, TeX complains about a missing = bounding box. >=20 > ! LaTeX Error: Cannot determine size of graphic in agegraph.png (no = BoundingBox > ). >=20 > See the LaTeX manual or LaTeX Companion for explanation. > Type H for immediate help. > ... =20 >=20 > l.863 ...raphics[width=3D.9\linewidth]{agegraph.png} >=20 > html output works. >=20 > I dimly remember that the same file worked with a previous version of = org and MacTeX 2011.