* front-matter support in version 8.0?
@ 2013-07-23 7:31 Vikas Rawal
2013-07-23 8:28 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Vikas Rawal @ 2013-07-23 7:31 UTC (permalink / raw)
To: emacs-orgmode
Prior to version 8.0, we had
http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-11.
How is one expected to add front-matter for latex export in ver 8.0?
Vikas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: front-matter support in version 8.0?
2013-07-23 7:31 front-matter support in version 8.0? Vikas Rawal
@ 2013-07-23 8:28 ` Nicolas Goaziou
2013-07-24 4:23 ` Vikas Rawal
0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Goaziou @ 2013-07-23 8:28 UTC (permalink / raw)
To: emacs-orgmode
Hello,
Vikas Rawal <vikaslists@agrarianresearch.org> writes:
> Prior to version 8.0, we had
> http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-11.
>
> 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
* First Exported Headline
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: front-matter support in version 8.0?
2013-07-23 8:28 ` Nicolas Goaziou
@ 2013-07-24 4:23 ` Vikas Rawal
2013-07-24 7:25 ` Nicolas Goaziou
0 siblings, 1 reply; 4+ messages in thread
From: Vikas Rawal @ 2013-07-24 4:23 UTC (permalink / raw)
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: front-matter support in version 8.0?
2013-07-24 4:23 ` Vikas Rawal
@ 2013-07-24 7:25 ` Nicolas Goaziou
0 siblings, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2013-07-24 7:25 UTC (permalink / raw)
To: emacs-orgmode
Hello,
Vikas Rawal <vikaslists@agrarianresearch.org> writes:
>> > 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?
Is it different from the current example?
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-24 7:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 7:31 front-matter support in version 8.0? Vikas Rawal
2013-07-23 8:28 ` Nicolas Goaziou
2013-07-24 4:23 ` Vikas Rawal
2013-07-24 7:25 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).