> > 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