Issue 90556 - import MathML : msub imbrication pb, cannot process double index n_A_i
Summary: import MathML : msub imbrication pb, cannot process double index n_A_i
Status: CONFIRMED
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: OOo 2.4.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 14:19 UTC by apourche
Modified: 2014-12-27 15:39 UTC (History)
2 users (show)

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


Attachments
MathML that show the pb (501 bytes, text/mathml)
2008-06-10 14:19 UTC, apourche
no flags Details
bad view in openOffice (23.71 KB, image/png)
2008-06-10 14:20 UTC, apourche
no flags Details
Good View in Firefox (29.27 KB, image/png)
2008-06-10 14:20 UTC, apourche
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
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