Re: [NTG-context] The appendices envrionment and title in toc
Set the labels with the “en” tag:
\setuplabeltext[en] [chapter=Chapter ] \setuplabeltext[en][appendix=Appendix ]
Excellent, thanks. My last question about labels: If I don't use setuplist, then I have labels in the document and no labels in the toc. How can I achieve the opposite, means labels in the toc (like: Chapter 1, Appendix A, ...) but only the numbers in the document (like: 1 Chaptertitle, A Appendixtitle, ...) Adam
Am 22.04.2011 um 08:54 schrieb Reviczky, Adam:
My last question about labels: If I don't use setuplist, then I have labels in the document and no labels in the toc. How can I achieve the opposite, means labels in the toc (like: Chapter 1, Appendix A, ...) but only the numbers in the document (like: 1 Chaptertitle, A Appendixtitle, ...)
\setuplist[chapter] [label=yes] \setuplist[appendix][label=yes] ... \setuphead[chapter] [bodypartlabel=] \setuphead[appendix][appendixlabel=] ... The names of the keys are - frontpartlabel, - bodypartlabel, - appendixlabel and - backpartlabel Wolfgang
participants (2)
-
Reviczky, Adam
-
Wolfgang Schuster