On Sat, 04 May 2013 09:31:45 +0200, Wolfgang Schuster
Am 03.05.2013 um 16:27 schrieb Procházka Lukáš Ing. - Pontex s. r. o.
: Hello,
how to change the way ("alternative") how a particular level - e.g. sections - are rendered in TOC?
I tried:
---- \setupcombinedlist [content] [alternative=c]
\setuplist [section] [alternative=b]
%\setupcombinedlist % [content] % [section] % [alternative=b]
\starttext \placecontent
\chapter{Ch} \section{Sec} \subsection{SSec} \input knuth \stoptext ----
This should change the "alternative" for section to be "b" (i.e. page numbers without filling dots), whilst the default look should be "alternative" "c" (i.e. dots and page numbers).
When you use \setupcombinedlist to change the alternative values this applies to all levels and individual settings are ignored.
The global setup can be better done with \setuplist[alternative=c].
Wolfgang
... OK, thanks for explanation. Best regards, Lukas