Jeroen Vriesman schrieb:
It gives a LaTeX error:
\labelchapter undefined
On Mon, 18 Nov 2002 16:07:44 -0500
Matej Cepl <[EMAIL PROTECTED]> wrote:
Jeroen Vriesman wrote:
I have a book with AMS-book style, but I would like the
chapters to be numbered with roman numbers, like; chapter I,
chapter II, ... chapter XI etc. In stead of 1,2,3..
What does these command put into Layout/Preamble do?\renewcommand*{\labelchapter}{\Roman{\thechapter}}
\renewcommand{\thechapter}{\Roman{chapter}}
Herbert
