On Wed, Feb 05, 2003 at 01:53:05PM +0000, Angus Leeming wrote:
> I read this as saying that a Formula inset in a lyx file in lyxformat 216 
> should not contain any line breaks. Correct?
> 
> def merge_formula_inset(lines):
>     i=0
>     while 1:
>         i = find_token(lines, "\\begin_inset Formula", i)
>         if i == -1: break
>         if lines[i+1] in math_env:
>             lines[i] = lines[i] + lines[i+1]
>             del lines[i+1]
>         i = i + 1

I read it like that as well, but this is no math parser restriction
as far as I know.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to