emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: Titus von der Malsburg <malsburg@posteo.de>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: Exporting to beamerposter
Date: Wed, 5 Aug 2015 09:08:09 +0100	[thread overview]
Message-ID: <87d1z2ma3a.fsf@ucl.ac.uk> (raw)
In-Reply-To: <87fv3ygvdh.fsf@posteo.de> (Titus von der Malsburg's message of "Tue, 4 Aug 2015 22:24:58 -0700")

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

On Tuesday,  4 Aug 2015 at 22:24, Titus von der Malsburg wrote:
> I’d like to use org-mode to create an academic poster like this one
> (random example found using Google):

[...]

> What I would like to write in org is something like the following:

Beamer is fully supported in org and especially columns.  The attached
creates a (very boring) poster which has two columns within a single
"frame" which is the poster.  Does this do what you want?

Export via C-c C-e l P


-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3beta-1315-ga3b2b7

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: t.org --]
[-- Type: text/x-org, Size: 1266 bytes --]

#+startup: beamer
#+latex_header: \usepackage[orientation=portrait,size=a0,scale=1.4,debug]{beamerposter}
#+options: toc:nil num:nil
* The poster title
** Left column                                                  :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.48
:END:
*** First block                                              :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- first item
- second item
- third item

*** Second block                                             :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- first item
- second item
- third item
*** Third block                                              :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- first item
- second item
- third item
** Right column                                                 :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.48
:END:
*** First block                                              :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- first item
- second item
- third item

*** Second block                                             :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- first item
- second item
- third item
*** Third block                                              :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- first item
- second item
- third item

  parent reply	other threads:[~2015-08-05  8:08 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
2015-08-05  8:08 ` Eric S Fraga [this message]
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=87d1z2ma3a.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=malsburg@posteo.de \
    /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).