Issue 16133 - Upper and Lower Limits not displayed correctly
Summary: Upper and Lower Limits not displayed correctly
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Math
Classification: Application
Component: ui (show other issues)
Version: OOo 1.1 Beta2
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 05:26 UTC by unoengborg
Modified: 2006-07-11 15:10 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description unoengborg 2003-06-27 05:26:18 UTC
to{b} {sum x}

and 

from{a} {sum x}
from{a} to{b} {sum x} 

Displays just one line of text, and the limits end up before ths sigma sign
instead of at the top and bottom of the summation sigma.
Comment 1 michael.ruess 2003-06-27 09:23:45 UTC
Wrong usage of limits...
Correct syntax is: 

     sum x from a to b
Comment 2 michael.ruess 2003-06-27 09:23:59 UTC
Closed, because not a bug.
Comment 3 xyombie 2006-07-03 00:52:52 UTC
I was having the same problem.  I tried the syntax suggested by mru and it also
did not work.  I was playing around with the syntax and found one that worked:

sum from{n=0} to{7} {256^n}

I also feel that this is a bug.  While the formatting works as I described
above, when you click on the "Upper and Lower Limit", the following syntax is
shown which is incorrect:
from{<?>} to{<?>} <?>

When clicking on this button, I believe the following syntax should have been shown:
sum from{<?>} to{<?>} {<?>}
 
Comment 4 michael.ruess 2006-07-11 15:10:28 UTC
No, because the limits can either be used for different integral types and the
sum function.