>>>>> "Herbert" == Herbert <[EMAIL PROTECTED]> writes:
Herbert> Steffen Schmidt wrote:
>> Hi,
>>
>> is it possible to change the pagenumbering - I mean, I would like
>> to have my table of contents numbered in roman numbers (I, II, III,
>> IV...) and the other parts in arabic numbers (1, 2, ...). Is this
>> possible with LyX?
Herbert> \pagenumbering{roman} ... \pagenumbering{arabic} ...
A better solution is to add
\frontmatter
marked as TeX at the beginning of the document,
\mainmatter
at the end of the table of contents/introduction, and maybe
\backmatter
just before the bibliography, index and other end-of-book things.
JMarc