Am 04.08.2026 um 14:56 schrieb Mekeor Melire:
Hello everyone.

I'm new here and enjoying ConTeXt very much. I'm currently
typesetting my master thesis.

I'm using \setuplist[subsection][alternative=d,...] so that
subsections are listed horizontally / continuously in the table of
contents. I like this except for one nuance:

These continuous lines go too far to the right. In my opinion,
they should not be wider than the dotted style “alternative=c”. I
tried out “style” and many other options but did not
succeed. Could anyone help me out with this?

Here's a visualization of what I get. As you can see, “Badword” is
below the page number of the major headings.

\setupcombinedlist
  [content]
  [list={chapter,section}]

\setuplist
  [section]
  [after=\setup{list:subsection}]

\startsetups[list:subsection]
  \startnarrow[left=6em,right=1em][left,right]
    \placelist[subsection][alternative=d,headnumber=no]
  \stopnarrow
\stopsetups

\starttext

\completecontent

\chapter{Lorem ipsum dolor sit}
\section{Lorem ipsum dolor sit}
\dorecurse{10}{\subsection{Lorem ipsum}}

\stoptext

Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to