emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] new exporter: exporting subtree as beamer


From: Andreas Leha
Subject: Re: [O] new exporter: exporting subtree as beamer
Date: Sun, 23 Sep 2012 22:00:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Hi Nicolas,

> Andreas Leha <address@hidden> writes:
>
>> I was expecting a compilable Beamer document.  Especially, I am missing
>> a document class in the exported TeX:
>>
>
> You need a "beamer" entry in `org-e-latex-classes' (note: "beamer" name
> isnt't mandatory, but it has to match the LaTeX class requested).
>
> I use the following:
>
> #+begin_src emacs-lisp
> (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}")))
> #+end_src


Thanks a lot.  That was the missing piece.

Regards,
Andreas




reply via email to

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