We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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}