Re: [NTG-context] Numbering in Table of Content

2010-08-20 Thread Riobard
Weird, it works for me now and I didn't recall updating at all!! :| Now I have to figure out how to make it generate only one TOC with mixed page numbering... Thanks very much for your help! :) Rio On Sun, Aug 15, 2010 at 12:52 PM, Martin Althoff wrote: >> and it doesn't work. The title and

Re: [NTG-context] Numbering in Table of Content

2010-08-15 Thread Martin Althoff
> and it doesn't work. The title and subject parts never get > into the generated TOC. Any idea why? Thanks very much! Not sure, seems to work for me. Though I do get two TOCs, one for front matter, one for body matter -- the limit of my knowledge is reached here. Are you all current and update

Re: [NTG-context] Numbering in Table of Content

2010-08-12 Thread Riobard
Hi Martin, I tried this --- \starttext \startfrontmatter \setuppagenumbering[conversion=romannumerals] \title{Title} \subject{Abstract} \subject{Acknowledgements} \definecombinedlist [content][title,subject,chapter] \completecontent \stopfrontmatter \startbodymatter \setuppagenumbering[c

Re: [NTG-context] Numbering in Table of Content

2010-08-11 Thread Cedric Mauclair
Hi, You could also use the \chapter command but in the front matter as it has no number there (and do not increment the counter either). Best regards. -- Cédric On Thu, Aug 12, 2010 at 03:08, Martin Althoff wrote: >> Basically I need a few >> unnumbered entries at the top of the table (like

Re: [NTG-context] Numbering in Table of Content

2010-08-11 Thread Martin Althoff
> Basically I need a few > unnumbered entries at the top of the table (like abstract, > acknowledgements, etc) Rio, I handle this through using the unnumbered sectioning (\title, \subject..) and then a \definecombinedlist [content][title,chapter] Essentially you add "title" to the already pr

[NTG-context] Numbering in Table of Content

2010-08-11 Thread Riobard
Hi, Is it possible to create a Table of Content like the one shown in the attached image? Basically I need a few unnumbered entries at the top of the table (like abstract, acknowledgements, etc) with romannumeral-numbered page number, followed by numbered chapters with digits-numbered page numb