https://bugs.freedesktop.org/show_bug.cgi?id=75171

          Priority: medium
            Bug ID: 75171
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: normal/italic is totally wrong on import of .mml file
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: rb.hensc...@t-online.de
          Hardware: Other
            Status: NEW
           Version: 4.3.0.0.alpha0+ Master
         Component: Formula Editor
           Product: LibreOffice

Created attachment 94303
  --> https://bugs.freedesktop.org/attachment.cgi?id=94303&action=edit
Source with mathvariant="normal" attribute

Open the attached file. It will open in Math.
The formula should look like
  int {func e^x nospace{nitalic d x}}
and does so in browser.
But LibreOffice imports it as
 { int  {italic "e"^italic "x" {italic "d" italic "x"}}}

It does not simple ignore the mathvariant="normal" attribute (which is the bug
124259 in Apache OpenOffice), but generates totally wrong formula.
1.
e, x and d are marked up as 'identifier' in the the .mml file. But LibreOffice
converts them to text. Doing so, can result in the wrong font.
2.
e and d are explicitly marked with mathvariant="normal" in the file, but
LibreOffice forces them to italic.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to