Re: [O] table of contents and numbers

2012-04-12 Thread Jonas Hörsch
On Thu, Apr 12 2012, Julian Burgos wrote: > Thanks for the answer Nick. So to get a TOC without numbers I would > need to edit the TEX file directly, right? > Hi there, another option might be to remove the num:nil org option and instead tell latex not to number any sections by setting secnumde

Re: [O] table of contents and numbers

2012-04-12 Thread Jonas Hörsch
On Thu, Apr 12 2012, Julian Burgos wrote: > Thanks for the answer Nick. So to get a TOC without numbers I would > need to edit the TEX file directly, right? > Hi there, another option might be to remove the num:nil org option and instead tell latex not to number any sections by setting secnumd

Re: [O] table of contents and numbers

2012-04-12 Thread Nick Dokos
Julian Burgos wrote: > Thanks for the answer Nick. So to get a TOC without numbers I would > need to edit the TEX file directly, right? > You could do that, but you could also use John's idea below to add \addcontentsline after each heading in the org file. Nick > On mið 11.apr 2012 19:00, J

Re: [O] table of contents and numbers

2012-04-12 Thread Julian Burgos
Thanks for the answer Nick. So to get a TOC without numbers I would need to edit the TEX file directly, right? On mið 11.apr 2012 19:00, John Hendy wrote: On Wed, Apr 11, 2012 at 12:12 PM, Nick Dokos wrote: Julian Burgos wrote: Dear list, My apologies for another very basic question. I'

Re: [O] table of contents and numbers

2012-04-11 Thread John Hendy
On Wed, Apr 11, 2012 at 12:12 PM, Nick Dokos wrote: > Julian Burgos wrote: > >> Dear list, >> >> My apologies for another very basic question.  I'm wondering why I do >> not get a table of contents when exporting the following file as pdf >> >> ---start org file --- >> #+TITLE: Test >> #+

Re: [O] table of contents and numbers

2012-04-11 Thread Nick Dokos
Julian Burgos wrote: > Dear list, > > My apologies for another very basic question. I'm wondering why I do > not get a table of contents when exporting the following file as pdf > > ---start org file --- > #+TITLE: Test > #+OPTIONS: toc:t num:nil > > * Part 1 > Some text > > * Part

[O] table of contents and numbers

2012-04-11 Thread Julian Burgos
Dear list, My apologies for another very basic question. I'm wondering why I do not get a table of contents when exporting the following file as pdf ---start org file --- #+TITLE: Test #+OPTIONS: toc:t num:nil * Part 1 Some text * Part 2 Some more text ---end org file ---