Re: [NTG-context] \placecontent bug

2010-10-03 Thread Hans Hagen

On 3-10-2010 10:19, Alan BRASLAU wrote:


I remind you of the \placecontents bug in a structured document.
The attached minimal example illustrates the erroneous inclusion
of appendix sections in the partial table of contents
in the bodymatter chapters.
(Chapter 1 toc also includes Appendix A sections,
Chapter 2 toc also includes Appendix B sections, …)


fixed in upcoming beta

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] \placecontent bug

2010-10-03 Thread Alan BRASLAU
Hans,

Thank you for fixing the \placepublications argument issue bug.
I confirm that the current beta now works correctly.

I remind you of the \placecontents bug in a structured document.
The attached minimal example illustrates the erroneous inclusion
of appendix sections in the partial table of contents
in the bodymatter chapters.
(Chapter 1 toc also includes Appendix A sections,
Chapter 2 toc also includes Appendix B sections, …)

Alan
\starttext

\startfrontmatter
\placecontent [criterium=all]
\stopfrontmatter

\startbodymatter

\startchapter [title=first chapter]

\placecontent

\startsection [title=first section]
\stopsection

\startsection [title=second section]
\stopsection

\stopchapter


\startchapter [title=second chapter]

\placecontent

\startsection [title=first section]
\stopsection

\startsection [title=second section]
\stopsection

\stopchapter

\stopbodymatter

\startappendices

\startchapter [title=first appendix]

\startsection [title=first section]
\stopsection

\startsection [title=second section]
\stopsection

\stopchapter

\startchapter [title=second appendix]

\startsection [title=first section]
\stopsection

\startsection [title=second section]
\stopsection

\stopchapter

\stopappendices

\stoptext
___
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
___