Re: [NTG-context] Appendix Numbering and TOC value

2013-08-02 Thread Wolfgang Schuster

Am 02.08.2013 um 01:28 schrieb Lance Larsen lance.c.lar...@gmail.com:

 I have a document with an appendix included:
  
 \setuplabeltext[appendix=APPENDIX~]
 \starttext
 \placecontent
 \chapter{One}
 \startappendices
 \chapter{In Appendix}
 \stopappendices
 \stoptext
  
 I would like to have the table of contents show:
  
 Appendix A  In Appendix
  
 But I get:
  
 A In Appendix
  
 How do I get the table of contents to show the heading ‘Appendix’ before A?

You have to enable the label in the TOC with 
\setuplist[chapter][label=yes,width=7em].

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
___

Re: [NTG-context] Appendix Numbering and TOC value

2013-08-02 Thread Lance Larsen
Thanks, Wolfgang. That was just what I needed. I appreciate the help.

-Lance

From: Wolfgang Schuster schuster.wolfg...@gmail.com

 I have a document with an appendix included:
  
 \setuplabeltext[appendix=APPENDIX~]
 \starttext
 \placecontent
 \chapter{One}
 \startappendices
 \chapter{In Appendix}
 \stopappendices
 \stoptext
  
 I would like to have the table of contents show:
  
 Appendix A  In Appendix
  
 But I get:
  
 A In Appendix
  
 How do I get the table of contents to show the heading ?Appendix? before
A?

You have to enable the label in the TOC with
\setuplist[chapter][label=yes,width=7em].

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
___