From: "Mikhail Titov" <mlt@gmx.us>
To: emacs-orgmode@gnu.org
Subject: [latex, beamerposter] Muticolumn poster with multicolumn blocks or BMCOL and B_columns coexistance, is it possible?
Date: Mon, 16 Apr 2012 17:20:17 -0500 [thread overview]
Message-ID: <001501cd1c1f$1b2f21d0$518d6570$@us> (raw)
All:
I realized I have a need for 2 columns in a block. However when I tried to use B_columns and B_column besides BMCOL that were alreasy in there, it failed to generate proper LaTeX source. Below is the trimmed down example that fails to work properly on 7.8.09 . Do I miss something?
#-*- buffer-file-coding-system: utf-8; TeX-master: t -*-
#+Title: Test for multicolumn blocks in multicolumn poster
#+LaTeX_CLASS: beamer
#LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_FRAME_LEVEL: 1
#+STARTUP: beamer
#BEAMER_HEADER_EXTRA: \usetheme{I6dv} %mlt}
#\usecolortheme{default}
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
#+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC
#+OPTIONS: toc:nil
#+latex_header: \usepackage[orientation=landscape,size=custom,width=182.88,height=101.6,scale=1.5]{beamerposter}
#+LATEX_HEADER: \renewcommand\maketitle{}
# http://blog.zindel.org/?p=99
#+latex_header: \def\newblock{\hskip .11em plus .33em minus .07em}
# C-c C-x C-c for column view
* Poster
** Left :BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col: 0.32
:BEAMER_env: ignoreheading
:END:
*** 1 Left :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
**** Columns :B_columns:
:PROPERTIES:
:BEAMER_env: columns
:END:
***** .5 :B_column:
:PROPERTIES:
:BEAMER_env: column
:END:
- intro left. Comment stuff above till including Columns to make it compilable
***** .4 :B_column:
:PROPERTIES:
:BEAMER_env: column
:END:
- intro right. Comment stuff above.
** Center :BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col: 0.32
:BEAMER_env: ignoreheading
:END:
*** 2 Center :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- Central block
** Right :BMCOL:B_ignoreheading:
:PROPERTIES:
:BEAMER_col: 0.32
:BEAMER_env: ignoreheading
:END:
*** 3 right block :B_block:
:PROPERTIES:
:BEAMER_env: block
:END:
- hello
Mikhail
reply other threads:[~2012-04-16 22:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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='001501cd1c1f$1b2f21d0$518d6570$@us' \
--to=mlt@gmx.us \
--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).