From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: help with beamer and org: pictures alignment and size Date: Wed, 30 Aug 2017 12:35:48 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dn0MK-00036q-Pl for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 06:36:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dn0MK-00028L-8D for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 06:36:32 -0400 Received: from mail-it0-x230.google.com ([2607:f8b0:4001:c0b::230]:35026) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dn0MJ-00027e-Hc for emacs-orgmode@gnu.org; Wed, 30 Aug 2017 06:36:31 -0400 Received: by mail-it0-x230.google.com with SMTP id f1so4454204ith.0 for ; Wed, 30 Aug 2017 03:36:30 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-org list Hi all, I'm producing my first beamer presentation via org-mode, and so far so good. However I would like to have a slide to display a few pictures, one per row or even in a grid, so I tried the following: ** My slide #+ATTR_LATEX: width=0.1\textwidth - [[./images/debian.png]] - [[./images/redhat.png]] The problem is that the images are displayed at the biggest size available, going over the slide borders. What am I missing to adapt the images? Thanks, Luca