From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Bug: Org-Babel Mode R Plot Output to LaTeX File [Babel] [7.5] Date: Sat, 16 Jul 2011 07:20:51 -0600 Message-ID: <87pqlacqc1.fsf@gmail.com> References: <1310591651.9859.YahooMailClassic@web81704.mail.mud.yahoo.com> <87aacflflu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:45658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi4pg-0001bC-Qv for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 09:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qi4pf-000898-Dk for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 09:23:00 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:40265) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qi4pf-00088z-7u for emacs-orgmode@gnu.org; Sat, 16 Jul 2011 09:22:59 -0400 Received: by pvc12 with SMTP id 12so2249064pvc.0 for ; Sat, 16 Jul 2011 06:22:58 -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: Stephen Eglen Cc: emacs-orgmode@gnu.org See the `org-export-latex-image-default-option' variable. Generally in such situation you can run the `describe-variable' function and tab-complete your way to the name of the relevant variable. The `apropos' function is also useful for suss out this sort of information. Best -- Eric Stephen Eglen writes: >> however they do not affect the generated latex code. Luckily Org-mode >> does support passing information like image width to latex figures. See >> my attached version of your test file which uses #+ATTR_LaTeX lines to >> specify the width during LaTeX export. > > hi Eric, > why is the default width 10em for latex graphics? (Or at least, how can > I change this default? > > thanks, > Stephen > > -- Eric Schulte http://cs.unm.edu/~eschulte/