From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Two columns - image filling one Date: Thu, 15 Oct 2015 21:20:05 +0100 Message-ID: <87wpunsx3e.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmp0e-00018V-R0 for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 16:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zmp0a-0003Pi-QR for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 16:20:20 -0400 Received: from mail-db3on0125.outbound.protection.outlook.com ([157.55.234.125]:52551 helo=emea01-db3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zmp0a-0003NM-H0 for emacs-orgmode@gnu.org; Thu, 15 Oct 2015 16:20:16 -0400 In-Reply-To: (Tobias Frischholz's message of "Tue, 13 Oct 2015 22:55:03 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tobias Frischholz Cc: Org Mode Mailing List On Tuesday, 13 Oct 2015 at 22:55, Tobias Frischholz wrote: > Hi there! > > The following setting is appreciated: > > The frame consists of two columns. The left one should have an image, > the right one a list. > In the left column an image should completely fill the column. > > This screenshot, which was taken from DeckSet for Mac, might > illustrate it better: > > I=E2=80=99ve already tried the following, to no avail: And what happens? I imagine that what happens is that the image does not fill the column completely, or at least in the sense that you wish. The column will not span the whole left of the slide as there is padding introduced by LaTeX around each column. What you might be able to do is have the image be wider than the \textwidth and use \hspace*{-1cm} to shift it to the left, as in #+latex: \hspace*{-1cm} #+ATTR_LATEX: width=3D\textwidth [[file:img/runner.jpg]] and play around with the -1cm to get what you want. This is not ideal but LaTeX is not a desktop publishing language; it's a fantastic typesetting language... --=20 : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-161-gd2ac25