Georg Baum <[EMAIL PROTECTED]> writes:
> > I use documentclass "book (AMS)" to write a German text but the words for
> > "theorem", "proof", "remark" etc only appear in English. I want them in
> > German.
>
> You have to adjust the layout files, see here:
> http://www.mail-archive.com/lyx-users%
Every lyx file I create (documentclass = "book (AMS)") has
the following line in it:
\numberwithin{section}{chapter}
which I don't want. How do i change that?
I use documentclass "book (AMS)" to write a German text but the words for
"theorem", "proof", "remark" etc only appear in English. I want them in German.
I have already set the preamble to include
\usepackage{babel}
\selectlanguage{ngerman}
but it does not help. How do I do it?