22 Apr
2011
22 Apr
'11
1:56 p.m.
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