\placelist doesn't work in \startappendices
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
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
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
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
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
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
Stuart Jansen wrote: 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 -----------------------------------------------------------------
On Thu, 2006-08-17 at 23:49 +0200, Hans Hagen 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
Stuart Jansen wrote: 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
participants (3)
-
Hans Hagen
-
Stuart Jansen
-
Taco Hoekwater