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 08:23:35 +0000 Message-ID: <2c75873c0912130023m2cee2f1ao534c8525f7fa1eb0@mail.gmail.com> References: <2c75873c0912121440w1452f36fjdb41a01cef811354@mail.gmail.com> <87tyvv1wb6.fsf@stats.ox.ac.uk> <2c75873c0912122337l5d6c7625r74effca7bd8b0d88@mail.gmail.com> 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 1NJjjw-0002qf-OL for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 03:23:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJjjt-0002pi-2Q for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 03:23:40 -0500 Received: from [199.232.76.173] (port=50589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJjjs-0002pf-Ql for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 03:23:36 -0500 Received: from mail-fx0-f213.google.com ([209.85.220.213]:39989) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NJjjs-0005oc-JK for emacs-orgmode@gnu.org; Sun, 13 Dec 2009 03:23:36 -0500 Received: by fxm5 with SMTP id 5so2302423fxm.8 for ; Sun, 13 Dec 2009 00:23:35 -0800 (PST) In-Reply-To: <2c75873c0912122337l5d6c7625r74effca7bd8b0d88@mail.gmail.com> 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 IGNORE everything in my last email. The only relevant bit is > \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. If I then edit the [width=10em] bit in the tex file I can change the size easily. It just seems that babel isn't passing the changes made in the org file onto the tex file. Graham