I'm writing a project paper using the scrreprt document class and I have to add some questionnairies as appendix. They should be listed in the table of contents, too. The problem is, when I use the appendix command the result looks like this:
A Questionnaire 1
B Questionnaire 2
(The source code is:)
Code: Select all
\appendix
\chapter{Questionnaire 1}
...
\chapter{Questionnaire 2}
I'd rather like a result like this:
Appendix
Questionnaire 1
Questionnaire 2
Preferably the numbering of the questionnairies should work automatically.
Any idea how to do this?