From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ox-beamer] Frame subtitles are not handled anymore Date: Thu, 14 Feb 2013 18:25:11 +0100 Message-ID: <878v6q95ag.fsf@gmail.com> References: <86wqub2gh8.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U62Z4-0000ts-Cx for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 12:25:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U62Yy-0007yl-D9 for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 12:25:42 -0500 Received: from plane.gmane.org ([80.91.229.3]:37849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U62Yy-0007yG-5l for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 12:25:36 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U62ZF-0001Ya-BN for emacs-orgmode@gnu.org; Thu, 14 Feb 2013 18:25:53 +0100 In-Reply-To: <86wqub2gh8.fsf@somewhere.org> (Sebastien Vauban's message of "Thu, 14 Feb 2013 14:05:23 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org "Sebastien Vauban" writes: > Hello Nicolas, > > It took me quite some time, but I'm at the end of converting a 90 slides > presentation from the old to the new exporter. > > In that presentation, there is (just!) one thing which does not work anymore: > the frame subtitles. > > Before, I could write: > > * News \\ Technology > > ... > > and get that exported as: > > \begin{frame} > \frametitle{News} > \framesubtitle{Technology} > ... > \end{frame} > > (or similar.) > > Now, such a title is simply cut over 2 lines; hence, the use of a bad font (in > LaTeX) for the subtitle (font as big as the one customized for the title > itself). > > How could we write subtitles again in Beamer presentations? It was discussed a few months ago. To sum it up, I don't like that syntax, because it's very close to line breaks. But I'm not against some easy way to add a subtitle to a frame. A special property isn't satisfactory either, because those aren't parsed. So :beamer_subtitle: *bold* will probably not give you what you expect. Do you have any suggestion about it? Meanwhile, doesn't the following work? #+BEAMER: \framesubtitle{Technology} Regards, -- Nicolas Goaziou