all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Tobias Frischholz <tobias@friolz.com>
Cc: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: Re: Two columns - image filling one
Date: Thu, 15 Oct 2015 21:20:05 +0100	[thread overview]
Message-ID: <87wpunsx3e.fsf@ucl.ac.uk> (raw)
In-Reply-To: <EBDA878D-84A8-4D17-9A99-CC1A4A1C3E4F@friolz.com> (Tobias Frischholz's message of "Tue, 13 Oct 2015 22:55:03 +0200")

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’ve 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=\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...
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-161-gd2ac25

      reply	other threads:[~2015-10-15 20:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-13 20:55 Two columns - image filling one Tobias Frischholz
2015-10-15 20:20 ` Eric S Fraga [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wpunsx3e.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=tobias@friolz.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.