all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Width always inserted with LaTeX figures
@ 2013-03-14  6:20 Richard Stanton
  2013-03-14  6:46 ` Aaron Ecay
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Stanton @ 2013-03-14  6:20 UTC (permalink / raw
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 597 bytes --]

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.


[-- Attachment #2: Type: text/html, Size: 2577 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-14  7:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14  6:20 Width always inserted with LaTeX figures Richard Stanton
2013-03-14  6:46 ` Aaron Ecay
2013-03-14  7:07   ` Richard Stanton

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.