emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] export to beamer with heading 1 as separators


From: Fraga, Eric
Subject: Re: [O] export to beamer with heading 1 as separators
Date: Tue, 24 Sep 2019 17:22:24 +0000

On Tuesday, 24 Sep 2019 at 18:15, Luca Ferrari wrote:
> I'm trying to export to beamer my org-mode presentation, but I would
> like that top level elements in the tree appears as "separators"
> slides, that is chapter introduction.

You can make second level headings to correspond to slides with top
level headings as "sections" by specifying:

#+options: H:2

> I want to have "License", "Arg 0" and "arg 1" as slides with title on
> the center (if possible).  What directive should I use?

To do this, you should add something along these lines:

#+latex_header: 
\AtBeginSection[]{\begin{frame}<beamer>{Topic}\tableofcontents[currentsection]\end{frame}}

You might wish to play with the LaTeX contents to get just the title
alone but this should provide you a good starting point.

-- 
Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d



reply via email to

[Prev in Thread] Current Thread [Next in Thread]