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.