emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* New exporter and Beamer
@ 2012-10-11 12:37 Sebastien Vauban
  0 siblings, 0 replies; only message in thread
From: Sebastien Vauban @ 2012-10-11 12:37 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-11 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-11 12:37 New exporter and Beamer Sebastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).