[O] Width always inserted with LaTeX figures

2013-03-14 Thread Richard Stanton
At least with today's version (8.0-pre release_8.0-pre-67-gd3361c), if I include a figure and then export to LaTeX, the resulting TeX file insists on including its own width specification, even when I tell it the width I want. For example, the org text #+ATTR_LaTeX: :options width=1.7in

Re: [O] Width always inserted with LaTeX figures

2013-03-14 Thread Aaron Ecay
Hi Richard, You should use #+ATTR_LATEX: :width 1.7in instead of the version with :options. This is a recent change, to make LaTeX image width consistent with LaTeX tables and HTML images, both of which use a :width argument. (It also allows the support of more types of images in LaTeX). Aaron

Re: [O] Width always inserted with LaTeX figures

2013-03-14 Thread Richard Stanton
Thanks, Aaron. -Original Message- From: Aaron Ecay [mailto:aarone...@gmail.com] Sent: Wednesday, March 13, 2013 11:47 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org Subject: Re: [O] Width always inserted with LaTeX figures Hi Richard, You should use #+ATTR_LATEX: :width 1.7in instead