[Libreoffice-bugs] [Bug 137234] Faulty representation of formula
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Oct 18 21:33:55 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137234
--- Comment #6 from kleinesuniversum at gmx.de ---
Also, i just checked with the LaTeX:
both
\[
\int_1^2 \frac{3}{4} = 5
\]
and
\[
\int_1^2 {\frac{3}{4}} = 5
\]
look identical in LaTeX (corresponds to whatItShouldLookLike.png) and when
converted to ODT via PanDoc produce the exact same result
<?xml version='1.0' ?>
<math display="block"
xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msubsup><mo>∫</mo><mn>1</mn><mn>2</mn></msubsup><mfrac><mn>3</mn><mn>4</mn></mfrac><mo>=</mo><mn>5</mn></mrow></math>
However ... as already mentioned i don't believe looking at LaTeX is necessary
here (sorry again for the confusion), just look at the ODT file and see what
LibreOffice shows.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201018/c45735cd/attachment.htm>
More information about the Libreoffice-bugs
mailing list