From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Fraga, Eric" Subject: Re: export to beamer with heading 1 as separators Date: Tue, 24 Sep 2019 17:22:24 +0000 Message-ID: <87muety5gw.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40932) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iCoWC-0000Eb-Kb for emacs-orgmode@gnu.org; Tue, 24 Sep 2019 13:22:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iCoWB-00028h-FY for emacs-orgmode@gnu.org; Tue, 24 Sep 2019 13:22:28 -0400 Received: from mail-eopbgr60133.outbound.protection.outlook.com ([40.107.6.133]:52398 helo=EUR04-DB3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iCoWB-00027t-5h for emacs-orgmode@gnu.org; Tue, 24 Sep 2019 13:22:27 -0400 In-Reply-To: (Luca Ferrari's message of "Tue, 24 Sep 2019 18:15:04 +0200") Content-Language: en-US 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" To: Luca Ferrari Cc: emacs-org list On Tuesday, 24 Sep 2019 at 18:15, Luca Ferrari wrote: > I'm trying to export to beamer my org-mode presentation, but I would > like that top level elements in the tree appears as "separators" > slides, that is chapter introduction. You can make second level headings to correspond to slides with top level headings as "sections" by specifying: #+options: H:2 > I want to have "License", "Arg 0" and "arg 1" as slides with title on > the center (if possible). What directive should I use? To do this, you should add something along these lines: #+latex_header: \AtBeginSection[]{\begin{frame}{Topic}\tableofconte= nts[currentsection]\end{frame}} You might wish to play with the LaTeX contents to get just the title alone but this should provide you a good starting point. --=20 Eric S Fraga via Emacs 27.0.50, Org release_9.2.4-401-gfabd6d