On Sun, Nov 03, 2002 at 08:31:21PM +0200, Dekel Tsur wrote:
> On Sun, Nov 03, 2002 at 10:15:10AM -0600, Bo Peng wrote:
> You don't need to have a the ERT on a line of its own
> Write \intertext{ at the first cell of the first line after the text.
> See attached file.
There is a serious problem (a bug?) with this solution: I can not enter
math in \intertext{}. Lyx treats text in \intertext as math but it
should be treated as text. For example,
I enter
\intertext{
C-M to text mode
and because
C-M to math mode
\xi_k
etc....
I get compile error. The tranlated tex file is:
\intertext {\textrm{and because }\xi _{k}\textrm{ and }U_{k}\textrm{ are
iid}}
If I change this part to
\intertext {and because $\xi_{k}$ and $U_k$ are iid}
I can get what I want.
--
Bo Peng