On Wed, 6 Oct 1999, Ralph Boland wrote:
> At several points in my thesis (I am using book(AMS) layout)
> I have two facts (or similar theorem related styles) in
> a row without any other style in between. Lyx then
> combines these two facts into a single fact. We tried and this
> is not a latex problem.
The simplest solution is to insert a LaTeX paragraph ("M-p x") between the
two containing only a LaTeX comment character "%".
%
So your document in LyX would look like this with two theorem environments
separated by a red (TeX) paragraph. The problem is we can't easily tell
when one enironment ends and the next starts since its possible to have
multiple paragraphs for a single theorem environment. This is one of the
things we were endeavouring to fix in the kernel rewrite -- this is now
delayed by a few more months.
Allan. (ARRae)