Am 17.04.2011 um 12:57 schrieb seasoul:

> I want to include appendices part in MKIV. The appendices should prefixed by 
> Appendix, like Appendix A, Appendix B.
>  
> I use
> \setuplabeltext [appendix=Appendix ]
> \startappendices
> \component chapters/appen-01
> \stopappendices
>  
> appen-01.tex is the appendix file. The appendix part tile is correct, but in 
> the toc, the title is something like Chapter A.
>  
> How to solve this problem?

It has to be fixed by Hans. ConTeXt looks only for the label of the current 
heading (e.g. chapter) and not for the label which is set for a certain 
sectionblock (e.g. “chapter” for the bodypart and “appendix” for the 
appendices).

I wrote a minimal which can be used to see the problem and to test for the 
correct result once the thing is resolved.

\setuplabeltext [chapter=Chapter ]
\setuplabeltext[appendix=Appendix ]

\setuplist[chapter][label=yes,width=5em]

\starttext

\startfrontmatter
\completecontent
\stopfrontmatter

\startbodymatter
\chapter{Bodypart}
\stopbodymatter

\startappendices
\chapter{Appendix}
\stopappendices

\stoptext

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

Reply via email to