Issue 18093 - Some of valid syntaces are drawn "invalid."
Summary: Some of valid syntaces are drawn "invalid."
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Math
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1 RC2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
: 18094 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-08-10 06:02 UTC by Unknown
Modified: 2003-09-08 16:53 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 Unknown 2003-08-10 06:02:48 UTC
Hi, I'm a stranger to OpenOffice from South Korea. I'm interested in the 
formula editor. I want to say that for the syntaces drawn invalid in the 
editor, some of them should be parsed as valid expressions.

1. [x,y) -- or (x,y]
These can be used to represent the harf-closed interval. 
(http://mathworld.wolfram.com/Half-ClosedInterval.html)

2. lbrace without closing rbrace
When you list two or more formulas that are related to each other, you probably 
want to stack{} and embrace them, but don't have to close the brace.

3. newline and = following after
A new-line character are prefered to be placed between a sequence of equality.

In other words the formula feature would be nice when the parser less strict.

Thank You,
Puzzlet.
Comment 1 michael.ruess 2003-08-11 14:30:46 UTC
*** Issue 18094 has been marked as a duplicate of this issue. ***
Comment 2 Regina Henschel 2003-08-11 20:19:14 UTC
1: left (8;6 right]
2: left lbrace stack{x#y} right none
3: ""(x-3)^2 newline ""=x^2-6x+9
The last one is a workaround. The first "" there is used to force
alignment left. The behavior of = should really be improved.
Comment 3 michael.ruess 2003-09-02 15:21:10 UTC
As Regina pounted out, all your enhancement requests work fine in the
formula editor.

At least an empty expression "" is needed on each side of the equal
sign. The parser was designed to operate like this, to make it easier
to recognize errors in the formula.
Comment 4 michael.ruess 2003-09-02 15:21:51 UTC
Closed.