[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-beamer: Insert \framebreak between blocks
From: |
Fraga, Eric |
Subject: |
Re: org-beamer: Insert \framebreak between blocks |
Date: |
Wed, 25 Oct 2023 09:00:53 +0000 |
User-agent: |
gnus (Emacs 30.0.50) |
On Wednesday, 25 Oct 2023 at 00:24, yaxp wrote:
> Adding a framebreak between blocks does not work.
[...]
> Exporting this to PDF and examining the resulting file reveals that the
> \framebreak is inserted before the \end{block}.
Put the \framebreak in a block with heading ignored:
--8<---------------cut here---------------start------------->8---
** break block :B_ignoreheading:
:PROPERTIES:
:BEAMER_env: ignoreheading
:END:
\framebreak
--8<---------------cut here---------------end--------------->8---
This causes the previous block to be terminated.
Side note: you don't need the #+latex: if the LaTeX command is simple
(for varying definitions of simple.. ;-)).
--
: Eric S Fraga, with org release_9.6.7-661-g34ee6f in Emacs 30.0.50