Jean-Marc Lasgouttes wrote: > > > Herbert> no, it's not the same! the ntheorem has by default 10 (?) > Herbert> predefined styles, I'm not shure if it makes sense to give > Herbert> more support than with layout files. > > Maybe you're right.
\usepackage[standard,noconfig]{ntheorem} gives % \item[Theorems:] % |Theorem|, |Lemma|, |Proposition|, % |Corollary|, |Satz|, |Korollar|, % \item[Definitions:] |Definition|, % \item[Examples:] |Example|, |Beispiel|, % \item[Remarks:] |Anmerkung|, |Bemerkung|, |Remark|, % \item[Proofs:] |Proof| and |Beweis|. we need only a ntheorem.layout ... ;-) anyway, I remember, that there are some conficts with the amsmath.layout Herbert