Issue 90556

Summary: import MathML : msub imbrication pb, cannot process double index n_A_i
Product: Math Reporter: apourche <antoine.pourchez>
Component: codeAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues, rb.henschel
Version: OOo 2.4.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
MathML that show the pb
none
bad view in openOffice
none
Good View in Firefox none

Description apourche 2008-06-10 14:19:16 UTC
An msub tag in an msubtag isn't correctly interpreted. Ex :
<math xmlns="http://www.w3.org/1998/Math/MathML">
    <mstyle fontfamily="serif">
        <mrow>
            <msub>
                <mi>n</mi>
                <mrow>
                    <mrow>
                        <msub>
                            <mi>A</mi>
                            <mi>i</mi>
                        </msub>
                    </mrow>
                </mrow>
            </msub>
        </mrow>
    </mstyle>
</math>
Comment 1 apourche 2008-06-10 14:19:38 UTC
Created attachment 54366 [details]
MathML that show the pb
Comment 2 apourche 2008-06-10 14:20:00 UTC
Created attachment 54367 [details]
bad view in openOffice
Comment 3 apourche 2008-06-10 14:20:19 UTC
Created attachment 54368 [details]
Good View in Firefox
Comment 4 michael.ruess 2008-06-11 15:05:23 UTC
MRU->TL: Import looks ok to me - but OO Math is not able to process this double
index n_A_i.
Comment 5 thomas.lange 2008-06-11 15:23:42 UTC
.
Comment 6 Joost Andrae 2008-06-12 15:46:29 UTC
how about using it like this example ?

size *3 {{n}_{A_i}}
Comment 7 apourche 2008-06-12 16:03:17 UTC
Yes, it is what it should be have after the import of the MML