Re: [NTG-context] avoid resetting of partnumber in appendix

2008-05-13 Thread Wolfgang Schuster
On Sun, May 11, 2008 at 5:41 PM, Suno Ano <[EMAIL PROTECTED]> wrote:
> How can I avoid that resetting of the partnumber within the appendices?
> For example, I have
>
> ,[ Example ]
> | \starttext
> | \part{My First Part within Text}
> | \part{My Second  Part within Text}
> |
> | \startappendices
> | \part{My First Part within the Appendix}
> |
> | \stopappendices
> | \stoptext
> `
>
>
>
> Since I used `resetnumber=no' with `\setuphead[part][...]' \part{My
> First Part within Text} becomes part 1 and \part{My Second Part within
> Text} becomes part 2 in the table of contents ... just what I want.
>
>
> Now, I would like to become \part{My First Part within the Appendix}
> part 3 in the Table of Contents instead of being reset to number 1
> again. How do I do this?

This is not possible, part numbers are reset with each new sectionblock
and the behaviour is hard coded.

Wolfgang
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] avoid resetting of partnumber in appendix

2008-05-11 Thread Suno Ano
How can I avoid that resetting of the partnumber within the appendices?
For example, I have

,[ Example ]
| \starttext
| \part{My First Part within Text}
| \part{My Second  Part within Text}
| 
| \startappendices
| \part{My First Part within the Appendix}
| 
| \stopappendices
| \stoptext
`



Since I used `resetnumber=no' with `\setuphead[part][...]' \part{My
First Part within Text} becomes part 1 and \part{My Second Part within
Text} becomes part 2 in the table of contents ... just what I want.


Now, I would like to become \part{My First Part within the Appendix}
part 3 in the Table of Contents instead of being reset to number 1
again. How do I do this?

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___