emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-e-beamer-exporter and frame level


From: Fabrice Popineau
Subject: Re: [O] org-e-beamer-exporter and frame level
Date: Thu, 30 Aug 2012 13:56:44 +0200



2012/8/30 Nicolas Goaziou <address@hidden>
(add-to-list 'org-e-latex-classes
             '("beamer"
               "\\documentclass\[presentation\]\{beamer\}
\[DEFAULT-PACKAGES]
\[PACKAGES]
\[EXTRA]"
               ("\\section\{%s\}" . "\\section*\{%s\}")
               ("\\subsection\{%s\}" . "\\subsection*\{%s\}")
               ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}")))

Ok ... I used this :

(add-to-list 'org-e-latex-classes
    '("beamer" "\\documentclass{beamer}
                     [NO-DEFAULT-PACKAGES]
                     [NO-PACKAGES]"
        org-beamer-sectioning))

And thought it would work, but obviously, org-beamer-sectioning doesn't behave the right way.

Thanks for the explanation.

--
Fabrice

reply via email to

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