Good evening. I'm sorry to post one more rahter simple question, but I'm desperate because I can't solve it myself. In my document I use numbered chapters (\chapter) and non-numbered chapters (\title). I want both to be in the table of content. How can I do it? I tried two solutions, but none worked. First I tried: \definehead[title][chapter] \setuphead[title][number=no, command=\MyTitleCommand] This puts the title to the table of content, but it increases the chapter number, so \title{Foreword} \title{Introduction} \chapter{First chapter} makes that the First chapter has number 3. Then I tried \definehead[title][chapter] \setuphead[title][number=no, incrementnumber=no, command=\MyTitleCommand] which has the same effect as only \setuphead[title][number=no, command=\MyTitleCommand] without the \definehead line -- titles are not placed into the table of contents. So, how can I have not-numbered chapters which don't increment the chapter number placed in the table of contents? Many thanks M.K.