ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \placelist doesn't work in \startappendices
@ 2006-08-17 16:16 Stuart Jansen
  2006-08-17 17:08 ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: Stuart Jansen @ 2006-08-17 16:16 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 666 bytes --]

When \placelist[section][criterium=local] is used inside of
\startappendices, no list is included. I don't see any error messages. I
scoured the docs but found neither indication that this is the desired
behavior nor any idea how to change this behavior. Any ideas?

\starttext
  \startbodymatter
     \chapter{Foo}
     \placelist[section][criterium=local,alternative=c]
       \section{Bar} \input knuth
  \stopbodymatter
  \startappendices
     \chapter{Corge} 
     \placelist[section][criterium=current,alternative=c]
       \section{Grault} \input zapf
  \stopappendices
\stoptext

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: \placelist doesn't work in \startappendices
  2006-08-17 16:16 \placelist doesn't work in \startappendices Stuart Jansen
@ 2006-08-17 17:08 ` Taco Hoekwater
  2006-08-17 17:46   ` Stuart Jansen
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2006-08-17 17:08 UTC (permalink / raw)


Stuart Jansen wrote:
> When \placelist[section][criterium=local] is used inside of
> \startappendices, no list is included. I don't see any error messages. I
> scoured the docs but found neither indication that this is the desired
> behavior nor any idea how to change this behavior. Any ideas?

I remember having a similar problem, that was fixed a few months ago.

   \startappendices
      \chapter{Corge}
      \placelist[section][criterium=local,alternative=c]
        \section{Grault} \input zapf
   \stopappendices

works for me, so my best advice is a context upgrade.
(maybe 'chapter' will work even in the old version).

Greetings, Taco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: \placelist doesn't work in \startappendices
  2006-08-17 17:08 ` Taco Hoekwater
@ 2006-08-17 17:46   ` Stuart Jansen
  2006-08-17 17:57     ` Taco Hoekwater
  0 siblings, 1 reply; 7+ messages in thread
From: Stuart Jansen @ 2006-08-17 17:46 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 1116 bytes --]

On Thu, 2006-08-17 at 19:08 +0200, Taco Hoekwater wrote:
> Stuart Jansen wrote:
> > When \placelist[section][criterium=local] is used inside of
> > \startappendices, no list is included. I don't see any error messages. I
> > scoured the docs but found neither indication that this is the desired
> > behavior nor any idea how to change this behavior. Any ideas?
> 
> I remember having a similar problem, that was fixed a few months ago.
> 
>    \startappendices
>       \chapter{Corge}
>       \placelist[section][criterium=local,alternative=c]
>         \section{Grault} \input zapf
>    \stopappendices
> 
> works for me, so my best advice is a context upgrade.
> (maybe 'chapter' will work even in the old version).

How recent? I just tried it with the latest minimal, as well as
live.contextgarden.net and neither worked for me.

'chapter' only show me the chapter, not the sections. Unfortunately,
that's the exact opposite of what I'm hoping for.

$ texexec --version
TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: \placelist doesn't work in \startappendices
  2006-08-17 17:46   ` Stuart Jansen
@ 2006-08-17 17:57     ` Taco Hoekwater
  2006-08-17 18:11       ` Stuart Jansen
  0 siblings, 1 reply; 7+ messages in thread
From: Taco Hoekwater @ 2006-08-17 17:57 UTC (permalink / raw)


Stuart Jansen wrote:
> On Thu, 2006-08-17 at 19:08 +0200, Taco Hoekwater wrote:
> 
>>Stuart Jansen wrote:
>>
>>>When \placelist[section][criterium=local] is used inside of
>>>\startappendices, no list is included. I don't see any error messages. I
>>>scoured the docs but found neither indication that this is the desired
>>>behavior nor any idea how to change this behavior. Any ideas?
>>
>>I remember having a similar problem, that was fixed a few months ago.
>>
>>   \startappendices
>>      \chapter{Corge}
>>      \placelist[section][criterium=local,alternative=c]
>>        \section{Grault} \input zapf
>>   \stopappendices
>>
>>works for me, so my best advice is a context upgrade.
>>(maybe 'chapter' will work even in the old version).
> 
> How recent? I just tried it with the latest minimal, as well as
> live.contextgarden.net and neither worked for me.

Not _that_ recent. Strange, should have worked.

> 'chapter' only show me the chapter, not the sections. Unfortunately,
> that's the exact opposite of what I'm hoping for.

oops, try 'section' then :-)

Taco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: \placelist doesn't work in \startappendices
  2006-08-17 17:57     ` Taco Hoekwater
@ 2006-08-17 18:11       ` Stuart Jansen
  2006-08-17 21:49         ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Stuart Jansen @ 2006-08-17 18:11 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 642 bytes --]

On Thu, 2006-08-17 at 19:57 +0200, Taco Hoekwater wrote:
> Stuart Jansen wrote:
> >>   \startappendices
> >>      \chapter{Corge}
> >>      \placelist[section][criterium=local,alternative=c]
> >>        \section{Grault} \input zapf
> >>   \stopappendices
> >>

> > How recent? I just tried it with the latest minimal, as well as
> > live.contextgarden.net and neither worked for me.
> 
> Not _that_ recent. Strange, should have worked.

Okay, I guess that means it's a bug, not a feature. Hans: is this one
hairy enough that I should register it in the collector?

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: \placelist doesn't work in \startappendices
  2006-08-17 18:11       ` Stuart Jansen
@ 2006-08-17 21:49         ` Hans Hagen
  2006-08-17 23:07           ` Stuart Jansen
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2006-08-17 21:49 UTC (permalink / raw)


Stuart Jansen wrote:
> On Thu, 2006-08-17 at 19:57 +0200, Taco Hoekwater wrote:
>   
>> Stuart Jansen wrote:
>>     
>>>>   \startappendices
>>>>      \chapter{Corge}
>>>>      \placelist[section][criterium=local,alternative=c]
>>>>        \section{Grault} \input zapf
>>>>   \stopappendices
>>>>
>>>>         
>
>   
>>> How recent? I just tried it with the latest minimal, as well as
>>> live.contextgarden.net and neither worked for me.
>>>       
>> Not _that_ recent. Strange, should have worked.
>>     
well, it depends ... i do get a one line toc between the chapter and 
section title

Hans

-- 

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: \placelist doesn't work in \startappendices
  2006-08-17 21:49         ` Hans Hagen
@ 2006-08-17 23:07           ` Stuart Jansen
  0 siblings, 0 replies; 7+ messages in thread
From: Stuart Jansen @ 2006-08-17 23:07 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 953 bytes --]

On Thu, 2006-08-17 at 23:49 +0200, Hans Hagen wrote:
> Stuart Jansen wrote:
> > On Thu, 2006-08-17 at 19:57 +0200, Taco Hoekwater wrote:
> >   
> >> Stuart Jansen wrote:
> >>     
> >>>>   \startappendices
> >>>>      \chapter{Corge}
> >>>>      \placelist[section][criterium=local,alternative=c]
> >>>>        \section{Grault} \input zapf
> >>>>   \stopappendices
> >>>>
> >>>>         
> >
> >   
> >>> How recent? I just tried it with the latest minimal, as well as
> >>> live.contextgarden.net and neither worked for me.
> >>     
> well, it depends ... i do get a one line toc between the chapter and 
> section title

What the?! I specifically checked using live.contexgarden.net to make
sure it wasn't a configuration problem on my side. I swear that line
wasn't there! It's a good thing 5pm just arrived, I obviously need a
break... Sorry for the confusion.

-- 
Stuart Jansen <sjansen@gurulabs.com>
Guru Labs, L.C.

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 139 bytes --]

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-08-17 23:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-17 16:16 \placelist doesn't work in \startappendices Stuart Jansen
2006-08-17 17:08 ` Taco Hoekwater
2006-08-17 17:46   ` Stuart Jansen
2006-08-17 17:57     ` Taco Hoekwater
2006-08-17 18:11       ` Stuart Jansen
2006-08-17 21:49         ` Hans Hagen
2006-08-17 23:07           ` Stuart Jansen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).