emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Frame subtitles with org-e-beamer


From: Nicolas Goaziou
Subject: Re: [O] Frame subtitles with org-e-beamer
Date: Fri, 27 Jul 2012 13:30:51 +0200

Hello,

Suvayu Ali <address@hidden> writes:

> In the old beamer backend it was possible to provide a subtitle by
> having a headline like this:
>
> * Frame title \\ frame subtitle
>
> In the new exporter this feature seems to be missing. Can this be
> added?

I didn't include this "feature" because I wasn't comfortable with
introducing a new syntax specific to one back-end only.

It's just a matter of doing:

--8<---------------cut here---------------start------------->8---
* Frame title
  
  #+BEAMER: \framesubtitle{subtitle}
--8<---------------cut here---------------end--------------->8---

Otherwise, headlines could support a :BEAMER_SUBTITLE: property which
would just do that.

What do you think about it?


Regards,

-- 
Nicolas Goaziou



reply via email to

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