4
votes
1answer
68 views

How to add the preface to Contents in ConTeXt?

I am writing an aritcle on English grammar which has a preface in the front matter. Now I found that the preface wasn't added to contents. I try to redefine the combinedlist, but it still has no ...
4
votes
1answer
181 views

Custom table of contents style in ConTeXt

I want to change the style of the table of contents: Chapter entries shouldn't have a dotted line. (see below) Chapters without a number should have no left spacing. (see below) The dotted line ...
2
votes
1answer
89 views

Adjust table of content depth in ConTeXt

How to create a table of contents in ConTeXt MkIV with dots? In the wiki there is \title{Inhalt} \placelist[section] But the old way to make dots \setupcombinedlist[content][level=4, ...
3
votes
2answers
220 views

How to create tables of contents limited to parts of a document in ConTeXt?

I am working with a multi-volume document within a single PDF and with no reset page or section numbers. As ConTeXt does not seem to have any \volume title, as it has for \part and \chapter, I just ...
2
votes
1answer
284 views

How to show the \title headings in ToC?

My document is organized as following: \title[Some title] \section[Section 1] \section[Section 2] etc. When I use \completecontents command to print a ToC, I only get the section titles (which are ...
1
vote
1answer
154 views

How to center align entries in the table of contents in ConTeXt?

In my table of contents, part is defined like this: \setuplist[part][pagenumber=no] I would like to center align the title of the part, so it appears like this in the table of contents: ...
1
vote
1answer
107 views

How to display different text for a section's entry in the table of contents in ConTeXt?

In LaTeX, one can display different text in the table of contents, than what appears in the document, for part, chapter, and section titles using this: \part[This text will appear in the table of ...
3
votes
2answers
210 views

How to place a small table of contents in the footer in ConTeXt?

I would like to place a small table of contents in the footer in ConTeXt, which only shows the sections within the current chapter, but it does not appear. This is what I tried: ...
1
vote
1answer
179 views

How to adjust the position of entries in the table of contents in ConTeXt?

I have a table of contents defined like this: \setuphead[part][number=no] \setuphead[chapter][number=no] \setuphead[section][number=no] \setuplist[part][alternative=a, margin=0em] ...
6
votes
1answer
166 views

Equivalent of \chapter[title]{title} in ConTeXt

In LaTeX, one can use \chapter[A]{B}, such that, in the table of contents, "A" appears, but in the actual page where the chapter begins, "B" appears. This allows one to print different text in the ...
1
vote
1answer
251 views

ConTeXt manual ToC style

How can i replicate the table of contents style from the ConTeXt manual with ConTeXt? In particular, I like that page numbers are not aligned right und sections have no line breaks between them. ...