From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Beamer export: metropolis-theme specific question Date: Wed, 9 Dec 2015 11:45:19 +0000 Message-ID: <87fuzbong0.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6dBX-0004oN-Fn for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 06:45:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6dBU-00057U-Oy for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 06:45:27 -0500 Received: from mail-am1on0103.outbound.protection.outlook.com ([157.56.112.103]:11264 helo=emea01-am1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6dBU-00057P-GQ for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 06:45:24 -0500 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: zang_news@posteo.de Cc: emacs-orgmode@gnu.org On Tuesday, 8 Dec 2015 at 21:07, zang_news@posteo.de wrote: > Dear fellow Orgers, > > I like the metropolis beamer theme a lot [1], and I use it with Org > frequently. metropolis has a \plain macro that inserts a new, minimally > styled slide optimal for a short statement or an image. In plain latex, > I would do e.g. [...] > I just cannot get my head around how to tell Org to do this! If I do > > * a normal frame with title etc. > some content > > #+BEGIN_LATEX > \plain{another normal frame with title etc.} > #+END_LATEX > > * another normal frame with title etc. > some other content This is really tricky because a headline in org both ends the preceding frame and starts a new frame. The only way I can think of is for you to explicitly end and start the adjoining frames, as in: #+begin_src org ,* a normal frame with title etc. some content ,#+BEGIN_LATEX \end{frame} \plain{another normal frame with title etc.} \begin{frame}{another normal frame with title etc.} ,#+END_LATEX some other content #+end_src This will be somewhat fragile, e.g. if previous frame has columns they will also need to be terminated properly... HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.2, Org release_8.3.2-379-g38fd09