Skip to main content

13.8.2 Beamer specific export settings

Beamer export back-end has several additional keywords for customizing Beamer output. These keywords work similar to the general options settings (see Export Settings).

β€˜BEAMER_THEME’​

The Beamer layout theme (org-beamer-theme). Use square brackets for options. For example:

#+BEAMER_THEME: Rochester [height=20pt]

β€˜BEAMER_FONT_THEME’​

The Beamer font theme.

β€˜BEAMER_INNER_THEME’​

The Beamer inner theme.

β€˜BEAMER_OUTER_THEME’​

The Beamer outer theme.

β€˜BEAMER_HEADER’​

Arbitrary lines inserted in the preamble, just before the β€˜hyperref’ settings.

β€˜DESCRIPTION’​

The document description. For long descriptions, use multiple β€˜DESCRIPTION’ keywords. By default, β€˜hyperref’ inserts β€˜DESCRIPTION’ as metadata. Use org-latex-hyperref-template to configure document metadata. Use org-latex-title-command to configure typesetting of description as part of front matter.

β€˜KEYWORDS’​

The keywords for defining the contents of the document. Use multiple β€˜KEYWORDS’ lines if necessary. By default, β€˜hyperref’ inserts β€˜KEYWORDS’ as metadata. Use org-latex-hyperref-template to configure document metadata. Use org-latex-title-command to configure typesetting of keywords as part of front matter.

β€˜SUBTITLE’​

Document’s subtitle. For typesetting, use org-beamer-subtitle-format string. Use org-latex-hyperref-template to configure document metadata. Use org-latex-title-command to configure typesetting of subtitle as part of front matter.