On 11/7/2019 16:22, jdh wrote:
I get no difference using criterium=previous   versus   criterium=local.

Try this extended example to see the difference:

     \setuphead[section][number=no]
     \starttext
     \startchapter[title=foo]
          \placelist[section][criterium=local,order=title]
          \startsection[title={Beta}]  \input sapolsky \stopsection
          \startsection[title={Alpha}] \input sapolsky \stopsection
     \stopchapter
     \startchapter[title=bar]
          \placelist[section][criterium=local,order=title]
          \startsection[title={Alpha}] \input sapolsky \stopsection
          \startsection[title={Delta}] \input sapolsky \stopsection
     \stopchapter
     \startchapter[title=indices]
      First local:
          \placelist[section][criterium=local,order=title]
      Now previous:
          \placelist[section][criterium=previous,order=title]
     \stopchapter
     \stoptext

--
Rik

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to