Page LayoutAppendix format/numbering

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
mary13
Posts: 1
Joined: Sat Feb 13, 2010 1:17 am

Appendix format/numbering

Post by mary13 »

Hi,
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}
But I'm not satisfied with that, I think it's unneccessary to enumerate them both with A and 1.
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?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Appendix format/numbering

Post by localghost »

Search the KOMA Script manual for the \addchap command.


Best regards and welcome to the board
Thorsten
Post Reply