emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Width always inserted with LaTeX figures


From: Richard Stanton
Subject: [O] Width always inserted with LaTeX figures
Date: Thu, 14 Mar 2013 06:20:51 +0000

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

[[file:images/RS_head_cropped.png]]

 

results in the following LaTeX source:

 

\includegraphics[width=1.7in,width=.9\linewidth]{images/RS_head_cropped.png}

 

The second width specification (which I didn’t ask for) seems to override the one I ask for, so the figure ends up a lot bigger than I want.

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]