emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [New exporter] Wrong export to LaTeX


From: Nicolas Goaziou
Subject: Re: [O] [New exporter] Wrong export to LaTeX
Date: Thu, 11 Oct 2012 15:21:06 +0200


Hello,

"Sebastien Vauban"
<address@hidden> writes:

> When I try to export the following ECM:
>
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]

[...]

> Notable differences:
>
> - No frames are created!?
> - (detail) PDFCreator is not set to Org-mode blah-blah (wished like that?)
>
> Am I missing something?

That's because Beamer is now a back-end on its own, not a patch over the
LaTeX one. In the old exporter, Beamer translation was triggered with
#+latex_class: beamer. This is not necessary anymore.

All you have to do is to (require 'org-e-beamer) and use the appropriate
entry in the dispatcher menu. You can have a Beamer translation on any
class, including article and so on.

That's why (add-to-list 'org-e-latex-classes "beamer" ...) doesn't make
much sense anyway (as suggested in another post).


Regards,

-- 
Nicolas Goaziou




reply via email to

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