[Libreoffice-bugs] [Bug 137234] New: Faulty representation of formula
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat Oct 3 20:56:25 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137234
Bug ID: 137234
Summary: Faulty representation of formula
Product: LibreOffice
Version: 7.0.1.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Formula Editor
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: kleinesuniversum at gmx.de
Created attachment 166060
--> https://bugs.documentfoundation.org/attachment.cgi?id=166060&action=edit
sample ODT file
Creating a ODT document that contains this formula ...
<?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>
... the representation in LibreOffice is faulty.
The formula visible is (written in the syntax as visible in LibreOffice) ...
{ int_1^2 3 over 4 = 5}
... where it should be ...
{ int_1^2 {3 over 4} = 5}
Additional detail: I created the ODT file using PanDoc, converting this
LaTeX-Document into ODT:
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[12pt]{article}
\usepackage[german]{babel}
\usepackage{a4}
\begin{document}
\[
\int_1^2 \frac{3}{4} = 5
\]
\end{document}
--
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/20201003/d945278f/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list