emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug in new exporter
@ 2013-06-03 15:50 Marvin Doyley
  2013-06-03 16:25 ` Rasmus
  0 siblings, 1 reply; 14+ messages in thread
From: Marvin Doyley @ 2013-06-03 15:50 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

Hi there, 

When I include the following in my org file

#+attr_latex: scale=1.5, placement =[htb!]
[[file:img/figure2.eps]]

This was exported as


\begin{figure}[htb]
\centering
\includegraphcis[width=0.9\linewidth]{img/figure2.eps}
\end{figure}

rather than


\begin{figure}[htb!]
\centering
\includegraphcis[scale=1.5]{img/figure2.eps}
\end{figure}

I think there is a bug.

Thanks,
M

^ permalink raw reply	[flat|nested] 14+ messages in thread
* Re: bug in new exporter
@ 2013-06-03 17:22 Marvin Doyley
  0 siblings, 0 replies; 14+ messages in thread
From: Marvin Doyley @ 2013-06-03 17:22 UTC (permalink / raw)
  To: rasmus; +Cc: emacs-orgmode@gnu.org

Hi Rasmus,

It is still not behaving properly

#+ATTR_LATEX: :options scale=2

[[file:fig.pdf]]

yields

\begin{figure}[htb]
\centering
\includegraphics[scale=2,width=.9\linewidth]{fig.pdf}
\end{figure}


which is still not quite right, including option, this still doesn't remove the extra width =0.9\linewidth :(

cheers
M

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

end of thread, other threads:[~2013-06-16 20:53 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-03 15:50 bug in new exporter Marvin Doyley
2013-06-03 16:25 ` Rasmus
2013-06-03 17:42   ` Nick Dokos
2013-06-03 20:23     ` Rasmus
2013-06-03 21:03       ` Nick Dokos
2013-06-03 22:12         ` Rasmus
2013-06-05 12:26           ` Nicolas Goaziou
2013-06-05 16:28             ` Nick Dokos
2013-06-05 21:45               ` Nick Dokos
2013-06-11 12:08                 ` Nicolas Goaziou
2013-06-11 17:09                   ` Nick Dokos
2013-06-16 20:53                     ` Nicolas Goaziou
2013-06-11 12:05               ` Nicolas Goaziou
  -- strict thread matches above, loose matches on Subject: below --
2013-06-03 17:22 Marvin Doyley

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).