emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: Re: Exporting to beamerposter
Date: Wed, 05 Aug 2015 08:08:48 +0200	[thread overview]
Message-ID: <87r3ni9si7.fsf@free.fr> (raw)
In-Reply-To: 87fv3ygvdh.fsf@posteo.de

Titus von der Malsburg <malsburg@posteo.de> writes:

> I’d like to use org-mode to create an academic poster like this one

> However, this doesn’t work for two reasons:
>
> 1.) Org mode ignores that I want blocks and instead uses frame
> environments.

I'm not sure if that's possible but you could try setting
org-beamer-frame-level to a 0 value.


> My question: What do I have to do in org to get the desired structure in
> Latex?  This structure would be something like the following:
>
> #+BEGIN_SRC latex
>     \begin{columns}
>     \begin{column}{0.48\columnwidth}
>     
>     \begin{block}{Introduction}
>     This poster is about
>     \end{block}
>
>     \begin{block}{Design}
>     To test A we did B.
>     \end{block}
>
>     \end{column}
>     &
> #+END_SRC

You could try something like the following (not tested)


--8<---------------cut here---------------start------------->8---
* First column                                                    :B_columns:
:PROPERTIES:
:BEAMER_COL: .48
:BEAMER_env: columns
:END:
** Introduction
This poster is about

** Design
To test A we did B
--8<---------------cut here---------------end--------------->8---



Julien.

  reply	other threads:[~2015-08-05  6:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05  5:24 Exporting to beamerposter Titus von der Malsburg
2015-08-05  6:08 ` Julien Cubizolles [this message]
2015-08-05  8:08 ` Eric S Fraga
2015-08-06  3:26   ` Titus von der Malsburg
2015-08-06 11:00     ` Eric S Fraga

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=87r3ni9si7.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /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 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).