From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: front-matter support in version 8.0? Date: Wed, 24 Jul 2013 09:53:36 +0530 Message-ID: <20130724042336.GB12466@panahar> References: <20130723073141.GA16607@panahar> <87txjl4r4q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1qc6-0000Xx-IZ for emacs-orgmode@gnu.org; Wed, 24 Jul 2013 00:23:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1qc5-00004v-1t for emacs-orgmode@gnu.org; Wed, 24 Jul 2013 00:23:46 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:35794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1qc4-0008WT-QW for emacs-orgmode@gnu.org; Wed, 24 Jul 2013 00:23:44 -0400 Received: by mail-pd0-f180.google.com with SMTP id 10so8848056pdi.25 for ; Tue, 23 Jul 2013 21:23:43 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87txjl4r4q.fsf@gmail.com> 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: Nicolas Goaziou Cc: emacs-orgmode > > How is one expected to add front-matter for latex export in ver 8.0? > > You disable default table of contents and use TOC keyword (see manual) > to put it wherever you want. E.g., > > #+OPTIONS: toc:nil > > #+BEGIN_ABSTRACT > [Abstract here] > #+END_ABSTRACT > > #+TOC: headlines Thanks. This works fine. Is there a neat way to add other kind of frontmatter (Preface, Acknowledgements etc) too? Or should one code that separately in latex, and bring it into the main org file. Vikas