On Nov 14, 2007 2:44 AM, Jeff Smith <ascarel@gmail.com> wrote:
On Nov 13, 2007 4:51 AM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
> % continue chapter numberind over parts
> \setuphead[part][resetnumber=no]

Thanks, that was simple in the end...

Now, a real TOC question/problem.

Reading through old posts and docs, I remain unconvinced as to what is
the best solution between creating my own lists or customizing the
standard Alternatives. But even then, is the latter possible?
Yes with \setuplist .
For example I have used this
\def\PartCommand#1#2#3{%
\framed[width=broad,
        frame=off,
        align={right,lohi}]{\bfd #2\quad#3}}
\setuplist[part]
          [alternative=none,
           partnumber=no,
           before={\blank[1em]},
           command={\PartCommand},]


--
luigi