From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graham Smith Subject: Re: [babel] changing size of R graphics in pdf output Date: Sun, 13 Dec 2009 07:37:04 +0000 Message-ID: <2c75873c0912122337l5d6c7625r74effca7bd8b0d88@mail.gmail.com> References: <2c75873c0912121440w1452f36fjdb41a01cef811354@mail.gmail.com> <87tyvv1wb6.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJj0y-00087u-7v for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 02:37:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJj0t-00081h-9f for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 02:37:11 -0500 Received: from [199.232.76.173] (port=53064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJj0t-00081M-2I for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 02:37:07 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:56419) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJj0s-0002ZT-GZ for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 02:37:06 -0500 Received: by fxm5 with SMTP id 5so2288761fxm.8 for ; Sat, 12 Dec 2009 23:37:04 -0800 (PST) In-Reply-To: <87tyvv1wb6.fsf@stats.ox.ac.uk> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Dan/Torsten Thanks, It seems to be a orgemode/babel/Latex issue. If I view the pdf from within Emacs by double clicking on the link, the size changes as expected, but if I compile the whole document as a pdf the plots appear as small. The error in the log is ! LaTeX Error: Cannot determine size of graphic in z.pdf (no BoundingBox). See the LaTeX manual or LaTeX Companion for explanation. Type H for immediate help. ... l.283 \includegraphics[width=10em]{z.pdf} The actual TEX file has \includegraphics[width=10em]{BoxplotSummary.pdf} \includegraphics[width=10em]{z.pdf} So it seems to be ignoring the change in height and width commands for z.pdf, and defaulting to 10em. Graham