To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=69088 Issue #|69088 Summary|MML Import of multiple subscripts fails. Component|Formula editor Version|OOo 2.0.3 Platform|All URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|mru Reported by|keinstein
------- Additional comments from [EMAIL PROTECTED] Wed Aug 30 01:40:10 -0700 2006 ------- Trying to translate a LaTeX document to OOo I encountered that multiple indices are not correctly grouped, when imported from MML. This can be reproduced using oomath by deleting the SO5 Annotation. Example: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE math:math PUBLIC "-//OpenOffice.org//DTD Modified W3C MathML 1.01//EN" "math.dtd"> <math:math xmlns:math="http://www.w3.org/1998/Math/MathML"> <math:semantics> <math:msub> <math:mi>x</math:mi> <math:msub> <math:mi>s</math:mi> <math:mi>j</math:mi> </math:msub> </math:msub> </math:semantics> </math:math> should give "x_{s_j}", but produces "x_s_j" which is not displayed as expected. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
