>>>>> "Holger" == hschwarz <[EMAIL PROTECTED]> writes:
Holger> Hello i've a question about document classes.
Holger> i've a document with document class book. The pagenumbering
Holger> starts at the table of content.
Holger> i want to have a roman pagenumbering for the table of content,
Holger> and a arabic one for the rest. Both should beginn with 1.
Add
\frontmatter
(marked as LaTeX) at the beginning of your document
\mainmatter
at the beginning of the main part, and
\backmatter
just before the ending part of the document (bibliography, index or
whatever).
JMarc