Re: [NTG-context] How to sort list of sections?

2019-11-08 Thread Rik Kabel

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
___


Re: [NTG-context] How to sort list of sections?

2019-11-08 Thread Hans Hagen

On 11/7/2019 9:45 PM, Kerry Sainsbury wrote:
Thanks Hans. For the sake of any future users who may have stumbled 
across this post I want to point out that if you want the list of 
sections to appear at the /end /of your document you need to use 
"criterium=previous"



\placelist[section][criterium=previous,order=title]


you can wikify this ..
On Fri, 8 Nov 2019 at 04:52, Hans Hagen > wrote:


On 11/7/2019 12:13 AM, Kerry Sainsbury wrote:
 > Hi Folks,
 >
 > If sections are just lists, and lists can be sorted, how can I
sort a
 > list of sections?
 > My actual goal is to generate an 'index' that is made up of section
 > headings.
 > Here's my attempt that does not work.
here's one that does ...

\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
      \startsection[title={Gamma}] \input sapolsky \stopsection

\stopchapter

\stoptext

it's an experimental feature already present for a while but probably
unknown

Hans


-
                                            Hans Hagen | PRAGMA ADE
                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
         tel: 038 477 53 69 | www.pragma-ade.nl
 | www.pragma-pod.nl

-




--

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] How to sort list of sections?

2019-11-07 Thread jdh

I get no difference using criterium=previous   versus   criterium=local.

Kerry Sainsbury  wrote:

> Thanks Hans. For the sake of any future users who may have stumbled across 
> this post I want to point out
> that if you want the list of sections to appear at the end of your document 
> you need to use
> "criterium=previous" 
> 
> \placelist[section][criterium=previous,order=title]
> 
> On Fri, 8 Nov 2019 at 04:52, Hans Hagen  wrote:
> 
>  On 11/7/2019 12:13 AM, Kerry Sainsbury wrote:
>  > Hi Folks,
>  > 
>  > If sections are just lists, and lists can be sorted, how can I sort a 
>  > list of sections?
>  > My actual goal is to generate an 'index' that is made up of section 
>  > headings.
>  > Here's my attempt that does not work.
>  here's one that does ...
> 
>  \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
>   \startsection[title={Gamma}] \input sapolsky \stopsection
> 
>  \stopchapter
> 
>  \stoptext
> 
>  it's an experimental feature already present for a while but probably 
>  unknown
> 
>  Hans
> 
>  -
> Hans Hagen | PRAGMA ADE
> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>  tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
>  -
> 
> ___
> 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
> ___
___
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
___


Re: [NTG-context] How to sort list of sections?

2019-11-07 Thread Kerry Sainsbury
Thanks Hans. For the sake of any future users who may have stumbled across
this post I want to point out that if you want the list of sections to
appear at the *end *of your document you need to use "criterium=previous"


\placelist[section][criterium=previous,order=title]


On Fri, 8 Nov 2019 at 04:52, Hans Hagen  wrote:

> On 11/7/2019 12:13 AM, Kerry Sainsbury wrote:
> > Hi Folks,
> >
> > If sections are just lists, and lists can be sorted, how can I sort a
> > list of sections?
> > My actual goal is to generate an 'index' that is made up of section
> > headings.
> > Here's my attempt that does not work.
> here's one that does ...
>
> \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
>  \startsection[title={Gamma}] \input sapolsky \stopsection
>
> \stopchapter
>
> \stoptext
>
> it's an experimental feature already present for a while but probably
> unknown
>
> Hans
>
>
> -
>Hans Hagen | PRAGMA ADE
>Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -
>
___
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
___


Re: [NTG-context] How to sort list of sections?

2019-11-07 Thread Hans Hagen

On 11/7/2019 12:13 AM, Kerry Sainsbury wrote:

Hi Folks,

If sections are just lists, and lists can be sorted, how can I sort a 
list of sections?
My actual goal is to generate an 'index' that is made up of section 
headings.

Here's my attempt that does not work.

here's one that does ...

\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
\startsection[title={Gamma}] \input sapolsky \stopsection

\stopchapter

\stoptext

it's an experimental feature already present for a while but probably 
unknown


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
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
___