Am 03.05.2013 um 16:27 schrieb Procházka Lukáš Ing. - Pontex s. r. o. 
<l...@pontex.cz>:

> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to