Issue 9167 - Superscript "*" does not work in formula editor 643
Summary: Superscript "*" does not work in formula editor 643
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: 643
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-11 21:48 UTC by sambo57u
Modified: 2003-09-08 16:53 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 sambo57u 2002-11-11 21:48:42 UTC
When using the formula editor when I do a superscript from the * character in shows 
up as an inverted question mark. The * shows correctly when not superscript. I need 
this to show complex congugation. Thanks.
Comment 1 thomas.lange 2002-11-12 08:14:39 UTC
Have a look at the syntax.
You may have noticed that '*' is handled as binary operator. Thus it 
must stand between two arguments.
This is why you get the inverted question mark that shows that there 
is an error in parsing the formula text.

Two have a '*' as superscript you have to use either
  a^{{}*{}} 
(preferred since the * will still be from the StarSymbol/OpenSymbol 
font)
or you have to quote it as a string
  a^"*"
(here the '*' will be displayed with the font used for text).

TL->MRU: Please close this one.
Comment 2 sambo57u 2002-11-13 19:34:49 UTC
Thanks, it worked BUT this is almost impossible for an average user to 
figure out. May I suggest a new entry in the superscripts section that  
takes a complex conjugate of something. 
Comment 3 michael.ruess 2002-11-14 08:41:55 UTC
I don't think, that a new entry would be a good solution.
As long as "*" is a binary operator, you have to place it in quotes
for the described use.
Comment 4 michael.ruess 2002-11-14 08:42:06 UTC
Closed.