![](https://secure.gravatar.com/avatar/da275274bab3cdbc839a9d0e8f2c2299.jpg?s=120&d=mm&r=g)
Dear all, is it possible to have entries in the table of contents not indented at all whenever they stem from unnumbered headings? For example: --- \starttext \startfrontmatter \completecontent \chapter{Preface} \stopfrontmatter \startbodymatter \part{Test} \chapter{Tufte} \chapter{Bryson} \part{Test} \chapter{Tufte} \chapter{Bryson} \stopbodymatter \startbackmatter \chapter{Acknowledgements} \stopbackmatter \stoptext --- Many thanks, Oliver
![](https://secure.gravatar.com/avatar/93131e1e6e2204bd13501390d768dbdc.jpg?s=120&d=mm&r=g)
Am 23.05.2011 um 19:18 schrieb Oliver Buerschaper:
Dear all,
is it possible to have entries in the table of contents not indented at all whenever they stem from unnumbered headings? For example:
--- \starttext
\startfrontmatter \completecontent
\chapter{Preface} \stopfrontmatter
\startbodymatter \part{Test} \chapter{Tufte} \chapter{Bryson}
\part{Test} \chapter{Tufte} \chapter{Bryson} \stopbodymatter
\startbackmatter \chapter{Acknowledgements} \stopbackmatter
\stoptext
Define a header for them and set the number width to 0pt. \definehead[topic][chapter] \setuphead [topic][number=no] \setuplist [topic][width=0pt] \starttext \startfrontmatter \title{Contents} \placelist[part,chapter,topic] \topic{Preface} \stopfrontmatter \startbodymatter \dorecurse{2} {\part{Test} \chapter{Tufte} \chapter{Bryson}} \stopbodymatter \startbackmatter \topic{Acknowledgements} \stopbackmatter \stoptext Wolfgang
participants (2)
-
Oliver Buerschaper
-
Wolfgang Schuster