Issue 78813 - "," after indices should not belong to index
Summary: "," after indices should not belong to index
Status: CONFIRMED
Alias: None
Product: Math
Classification: Application
Component: ui (show other issues)
Version: OOo 2.2.1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2007-06-22 18:21 UTC by alex_ks
Modified: 2013-08-07 14:54 UTC (History)
3 users (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 alex_ks 2007-06-22 18:21:08 UTC
when i write "x_1, x_2, dotslow, x_n" i mean "," must be between x'es, but it 
goes to lower index so i need to write "x_1 , x_2 , dotslow , x_n" that is 
extreemly uncomfortable
Comment 1 Regina Henschel 2007-06-22 20:07:08 UTC
That has to be written in this way since old StarOffice 5. Therefore I think,
that it is no defect, but a valid enhancement request.
Comment 2 alex_ks 2007-06-22 20:26:21 UTC
Star office -- may be, but it is open office? not the star one :)
Actualy i see why it is so -- because sombody wants to write x_i,j except x_{i,
j} so may be it is useful to make two different situation -- when " " symbol 
goes after "," or when it goes not. In second situation it goes to lower index 
and in first it goes not. It will be not strong logicaly but, i think, wery 
ergonomical.
Comment 3 michael.ruess 2007-06-25 08:23:11 UTC
I assume this is a defect. If you write something like x_n? the question mark is
interpreted correctly. The comma or punctuation mark should also be recognized
like other marks.
Comment 4 volkov_peter 2008-10-31 08:16:02 UTC
Hm strange, I though this is regression in OO3 as I had practically everywhere
x_1,x_2 and after I've installed OO3 I had to redo all my formulas...

But anyway I agree that this is a bug: 1. ',' seems to be the ONLY letter which
recognized as a part of index and this is really strange, I see no logic after
this behavior. 2. this is not how TeX works so this makes OO less comfortable
for TeX users. Please fix this.