Hi Org-moders

I'm thinking about a change in the Beamer exporter.

If you look at the LaTeX it generates, it puts \usetheme & co. quite far away 
from the \documentclass declaration. I don't know how good a practice that is.

With the font control feature branch in mind, and looking at examples, 
reference manuals and tutorials, it would seem more in line with BCP to move 
them up, to end up with something like:

#+BEGIN_EXAMPLE
\documentclass[<your beamer options>]{beamer}
\usetheme{<theme>}
<possible inner theme, etc.>

<contents of #+LATEX_HEADER>
....
#+END_EXAMPLE

Would that break anyone's presentations?

Thx, /PA

PS: I have been experimenting in a local branch I'm keeping here and I haven't 
broken my presentations (yet) ;-)

Enviado desde mi iPhone

Reply via email to