Am 12.10.2014 um 20:39 schrieb Jano Kula <jano.k...@gmail.com>:

> Hello to everybody!
> 
> Minimal story
> -------------
> How to insert local TOC of manually created subsections after the section 
> starts?
> 
> % start minimal example
> \def\ManualSubsection#1{\blank%
> {\bf Manual Subsection #1}\par%
> \writetolist[subsection]{whatever}{Manual Subsection #1}%
> \input tufte\relax}
> 
> \starttext
> \dorecurse{3}{%
> \startchapter[title=Chapter]
> \placecontent[chapter,criterium=local] % local TOC OK

You can’t put a keyword (chapter) and a assignment (criterium=local) in the 
same argument
of a setup-command, what you’re looking for is 
\placelist[chapter][criterium=local].

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