emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Two columns - image filling one
@ 2015-10-13 20:55 Tobias Frischholz
  2015-10-15 20:20 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Frischholz @ 2015-10-13 20:55 UTC (permalink / raw)
  To: Org Mode Mailing List


[-- Attachment #1.1: Type: text/plain, Size: 784 bytes --]

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:

** Privatkopie
*** Bild
    :PROPERTIES:
    :BEAMER_COL: 0.48
    :END:
    #+ATTR_LATEX: width=\textwidth
    [[file:img/runner.jpg]]
*** Privatkopie
    :PROPERTIES:
    :BEAMER_COL: 0.48
    :END:
- z.B. Rippen einer CD als MP3
- Aufnahme einer Sendung auf DVD
- Vergütung der Urheber über Pauschalabgaben
  - z.B. bei Rohlingen, Kopierern, Computern

Any help would be greatly appreciated!

—
Tobias

[-- Attachment #1.2.1: Type: text/html, Size: 1967 bytes --]

[-- Attachment #1.2.2: Screen Shot 2015-10-13 at 22.53.26.png --]
[-- Type: image/png, Size: 795918 bytes --]

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Two columns - image filling one
  2015-10-13 20:55 Two columns - image filling one Tobias Frischholz
@ 2015-10-15 20:20 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2015-10-15 20:20 UTC (permalink / raw)
  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’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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-15 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-13 20:55 Two columns - image filling one Tobias Frischholz
2015-10-15 20:20 ` Eric S Fraga

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).