At 10:11 AM 10/23/2002 +0200, Rob van Swol wrote:

Hi,

I have used \setuplabeltext[en][appendix={Appendix~}] to create a header
like 'Appendix A blabla' above my appendix. However, in the table of
content I get 'A blabla'. Using \setuplist[appendix][label=yes] does not
work and \setuplist[chapter][label=yes] works only in combination with
\setuplabeltext[en][chapter={Chapter~}]. How to solve this for
appendices?
\setuplabeltext[en][chapter={Chapter~}]
\setuplabeltext[en][appendix={Appendix~}]

\definehead[appendix][chapter]

\setuplist[appendix][label=yes]
\setuplist[chapter] [label=yes]

\starttext

\placelist[chapter,appendix]

\startfrontmatter \chapter{test}  \stopfrontmatter
\startbodymatter  \chapter{test}  \stopbodymatter
\startappendices  \appendix{test} \stopappendices

\stoptext

[this is something that should go into rhaban's faq database]
-------------------------------------------------------------------------
                                  Hans Hagen | PRAGMA ADE | [EMAIL PROTECTED]
                      Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                       information: http://www.pragma-ade.com/roadmap.pdf
                    documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------

_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://ref.ntg.nl/mailman/listinfo/ntg-context

Reply via email to