Bug 32983 - Range from ... to ... limits do not work
Summary: Range from ... to ... limits do not work
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Formula Editor (show other bugs)
Version:
(earliest affected)
3.3.0 RC2
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-10 16:45 UTC by domlyons
Modified: 2011-01-11 13:42 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description domlyons 2011-01-10 16:45:16 UTC
For example
   P ~=~ from{a} to{b} int {u(t)dt}
will be shown like this: P = ¿a ¿b §u(t)dt

Also trying  additional brackets like
   P ~=~ from{a} to{b} { int {u(t)dt} }
doesn't solve this.

(Kubuntu 10.10 with LibreOffice 3.3.0 RC2 from PPA)
Comment 1 Regina Henschel 2011-01-11 09:25:18 UTC
You use a wrong syntax. Is should be
P ~=~ int from{a} to{b} {u(t)dt}
Comment 2 domlyons 2011-01-11 13:42:39 UTC
Thank you very much!

I didn't know that and the documentation didn't seem clear to me. But I guess it was my fault ;)

I'll mark this as NOTABUG, please correct if this is not the right status.