>>>>> "Shigeru" == Shigeru Miyata <[EMAIL PROTECTED]> writes:
Shigeru> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:
>> Can you give us some insight at what happens? It seems indeed to be
>> related to stack overflow.
Shigeru> Indeed. CJK macro package is a variant of inputenc macro
Shigeru> which teaches TeX compiler how to read thousands of Kanji
Shigeru> (Han) characters. Since amsart consumes much more stacks
Shigeru> than article, it is more likely to make the compiler abort in
Shigeru> the middle of the document. In the Layout->Document panel,
Shigeru> checking "Use AMS math" with the article class is much safer,
Shigeru> although you cannot use Theorem & co. environments.
In the case we had there, it seems the stack overflow was due to an
infinite recusrion, which is more annoying...
JMarc