Bug 121221 - Formula editor: Upside down question-marks appear for SOME characters in equations
Summary: Formula editor: Upside down question-marks appear for SOME characters in equa...
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Formula Editor (show other bugs)
Version:
(earliest affected)
6.0.6.2 release
Hardware: x86 (IA32) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-06 21:37 UTC by Jeff
Modified: 2023-05-12 21:18 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff 2018-11-06 21:37:58 UTC
Description:
I am sending a file back and forth between professors using .docx format.  The equations appear MOSTLY fine in libreoffice, but have some bugs.  Particularly, variables that have an added * OR when adding brackets/parentheses {}().  

Steps to Reproduce:
1.Type an equation in formula editor using * or (){} bracket icons
2. View output as having upsidedown red questionmarks
3. Example: x = m => {y} ^ {E} = {left (f t -( {n} rsub {1} + {n} rsub {2} right ) {g} rsub {z} + ε {y} ^ {*}} over {π}

Actual Results:
upside down question marks appear

Expected Results:
read the output correctly to return a non-bugged equation.  


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 Roman Kuznetsov 2018-11-07 17:24:16 UTC
you have some error in your example:

1. You use docx
2. Need escape special characters uses quotes, for example "=>"
3. Your formula will be 

x = m "=>" y ^ E = left( f t - {n} rsub {1} + {n} rsub {2} right)  {g} rsub {z} + ε {y} ^ "*" over {π}

And please read this formula editor guide  https://wiki.documentfoundation.org/images/2/26/MG44-MathGuide.pdf
Comment 2 Sebastian Lonnberg 2023-05-12 21:16:43 UTC Comment hidden (spam)
Comment 3 Sebastian Lonnberg 2023-05-12 21:17:16 UTC Comment hidden (spam)
Comment 4 Sebastian Lonnberg 2023-05-12 21:18:21 UTC Comment hidden (spam)