Issue 23459 - newline = a+b gives a ?
Summary: newline = a+b gives a ?
Status: CLOSED DUPLICATE of issue 21484
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: OOo 1.1
Hardware: All Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: thomas.lange
QA Contact: issues@sw
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2003-12-11 11:57 UTC by pr0net
Modified: 2003-12-11 18:07 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description pr0net 2003-12-11 11:57:38 UTC
When adding a formula editor object in Ooo-writer, the following code doesn't
get resolved
ab(a+c) newline
= ab+bc

the '=' part does not get recognized as there is no left part. The following
workaround works, but is not intuitive

ab(a+c) newline
phantom{i} = ab+bc
Comment 1 pr0net 2003-12-11 11:59:34 UTC
...and that of course should have been

b(a+c) newline
= ab+bc

- 

b(a+c) newline
phantom{i} = ab+bc
Comment 2 lohmaier 2003-12-11 18:07:19 UTC
You can also use "{}={}", The =, like +,-,... expects two arguments. duplicate.

*** This issue has been marked as a duplicate of 21484 ***
Comment 3 lohmaier 2003-12-11 18:07:49 UTC
closing duplicate.