On Fri, 19 Oct 2007 17:24:14 -0400
[EMAIL PROTECTED] wrote:

> I tried building my own TOC as follows:
> ...
> \definelist[subject][alternative=a]
> \definelist[subsubject][alternative=a]
> \definelist[subsubsubject][alternative=a]
> \definecombinedlist[foo]
> [subject,subsubject,subsubsubject]
> [level=subsubsubject,criterium=local]
> \setupcombinedlist[foo]
> \starttext
> \title{Annotated Booklist}
> ...
> \placelist[foo]
> \subject{Top Choices}
> 
> \subsubject{General Publishing}
> ....
> 
> This set of commands stops with errors. 
> 
> What stupid thing did I do this time?
> -- 
> John Culleton

Hi John,

you can disable the numbers of section, subsection ...
and use the default content list for this.

You should also try to search in the old list archives
for your problem.

\setuphead
  [section,subsection]
  [number=no]

\starttext

\title{Annotated Booklist}

\placecontent

\section{Top Choices}

\subsection{General Publishing}

\stoptext

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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to