emacs-orgmode
[Top][All Lists]
Advanced

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

[O] New exporter and Beamer


From: Sebastien Vauban
Subject: [O] New exporter and Beamer
Date: Thu, 11 Oct 2012 14:37:55 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (windows-nt)

Nicolas,

Wouldn't you make the following a default in the new exporter?

#+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

That'd make Beamer another first-class citizen among the possible export
targets.

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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