Comment 26 for bug 281053

Revision history for this message
In , Timofeev-i-s (timofeev-i-s) wrote :

Math always tries to get a complete expression from a single line[1]. i.e. it needs something standing after "=" or "+" at the same line. So the following formula will work:

a+b_ij = {} newline {} = c+d

I think it is not a bug... Opinions?

[1] Formula parsing code: starmath/source/parse.cxx