emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] help with beamer and org: pictures alignment and size


From: Luca Ferrari
Subject: Re: [O] help with beamer and org: pictures alignment and size
Date: Thu, 31 Aug 2017 09:44:59 +0200

On Wed, Aug 30, 2017 at 12:52 PM, Eric S Fraga <address@hidden> wrote:
> First of all, it depends on what version of org you are using.  Assuming
> you are using a recent version, your syntax here is wrong; it should be:
>
>   #+ATTR_LATEX: :width 0.1\textwidth
>
>>    - [[./images/debian.png]]
>>    - [[./images/redhat.png]]

Thanks, it provided me a good hint, so that now my slide is as follows
(I nuked the list):

** My slide
#+ATTR_LATEX: :width 0.2\textwidth
 [[./images/debian.png]]
 [[./images/redhat.png]]
[[./images/cisco.png]]
[[./images/skype.png]]


The above applies to all the images at once (I can confirm in the case
of a list you have to apply it to every item).

Anyway, I suspect I'm running a quite old org-mode: 9.0.2.
Try to update it now.

Thanks,
Luca



reply via email to

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