Skip to content

Bug in formula conversion from LaTeX to ODT #6714

@ghost

Description

Writing this in LaTeX ...

\[
\int_1^2 \frac{3}{4} = 5
\]

\[
\int_1^2 {\frac{3}{4}} = 5
\]

... will both produce the same result and will be correctly shown when converting LaTeX e.g. to EPUB.

When converting LaTeX to ODT however, i get ...

{ int_1^2 3 over 4 = 5}

... in both cases, where it should be ...

{ int_1^2 {3 over 4} = 5}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions