emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] latex figure scaling question, backward compatibility and outdat


From: Nicolas Goaziou
Subject: Re: [O] latex figure scaling question, backward compatibility and outdated manual
Date: Thu, 21 Mar 2013 22:11:31 +0100

Hello,

Thomas Alexander Gerds <address@hidden> writes:

> I was learning about this by guessing around for some time ... it is
> surprisingly hard to edebug the export process (any hints?).

This is a bit vague.

> next, the following educated guess does not work:
>
> #+ATTR_LaTeX: :width 5cm :angle 90

This is because :angle is not recognized as a special keyword. Unless it
is implemented in `org-latex--inline-image', it should go in the
miscellaneous :options keyword, e.g.

  #+attr_latex: :width 5cm :options angle=90

> instead one needs to say
>
> #+ATTR_LaTeX: :width 5cm,angle 90

Well, that works but only as a side-effect.


Regards,

-- 
Nicolas Goaziou



reply via email to

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