Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Org multicolumn syntax is not supported #98

Open
lf-araujo opened this issue Nov 17, 2023 · 0 comments
Open

Org multicolumn syntax is not supported #98

lf-araujo opened this issue Nov 17, 2023 · 0 comments

Comments

@lf-araujo
Copy link

I was wondering if it would be possible to have a multiple column beamer slide using ox-pandoc in emacs orgmode. Below is the typical syntax for multiple columns, this however does not work if pandoc-export-to-beamer is used.

#+TITLE: Title 
#+SUBTITLE: Meetings presentation
#+AUTHOR: Me [fn:NAME: a definition]
#+PANDOC_OPTIONS: number-sections:nil
#+PANDOC_VARIABLES: classoption:"aspectratio=169"
#+PANDOC_VARIABLES: suppress-bibliography:true
#+PANDOC_VARIABLES: lang:en
#+PANDOC_VARIABLES: mainfont:Roboto

* Title

- Hi!

* Two columns

** A block                                           :BMCOL:
    :PROPERTIES:
    :BEAMER_env: ignoreheading
    :BEAMER_col: 0.4
    :END:
    - this slide consists of two columns
    - the first (left) column has no heading and consists of text
    - the second (right) column has an image and is enclosed in an
      @example@ block

** A screenshot :BMCOL:
    :PROPERTIES:
    :BEAMER_col: 0.6
    :BEAMER_env: example
    :END:

enter image description here

This does not work, any other syntax that I am unaware that I can use to try getting multiple columns in a slide?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant