>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Dekel Tsur <[EMAIL PROTECTED]> writes: | I've created two
Lars> patches. | The first, causes LyX to ignores the error messages
Lars> generated in the case of | an array inside a caption. The error
Lars> messages in this case are quite specific, | so I don't think
Lars> that this patch causes LyX to miss other (real?) | errors.
Lars> I don't like this move. Either LyX should emit the right code or
Lars> not allow arrays inside captions at all. We should never try to
Lars> hide LaTeX errors.
Agreed. Think about what happens when you send the latex file to
somebody else...
However, I am not sure what we should really do. The LaTeX manual says
that the \\ and \\* macros are fragile, so they should probably be
protected (both inside and outside maths). Outside maths it is
probably easy, but it will be harder in formulas. However, my
experiments show that it is not enough.
JMarc