> 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.
The problem is that the AMS-labels aren't translated by babel. To fix
this you need a lot of code. For more information have a look at
On Wednesday 28 December 2005 12:20, Enrico Teppino wrote:
> 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
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%
On Wednesday 28 December 2005 00:54, Enrico Teppino wrote:
> 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
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?