On Wednesday 05 February 2003 15:15, Angus Leeming wrote: > >> 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 > > That's odd. Running the attached test case through > $ lyx2lyx -t 216 test_215.lyx > test_216.lyx > changes only the file format.
Because there is a blank space after the first \[ Is that a file created with reLyX? If yes I will trim the final space to test for it. -- José AbÃlio