Bug 119449

Summary: Formula editor should allow Latex notation
Product: LibreOffice Reporter: brian.bj.parker99
Component: Formula EditorAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: mirko.pieropan, vsfoote
Priority: medium    
Version: 6.1.0.3 release   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description brian.bj.parker99 2018-08-23 13:13:50 UTC
Description:
The syntax used to enter math equations in LO formula is apparently based on the largely obsolete troff eqn preprocessor. 
For example:
 x sup y sub z

Latex syntax is the standard format used to enter equations in modern applications, including Microsoft Word, wikipedia, mathjax etc.
Surprisingly, LO syntax also allows some latex notation, for example:
x^y_z  
which gives the same superscript and subscript as the above example. 
However, most other latex constructs fail e.g. \Lambda  as the latex equivalent of %LAMBDA.

As an enhancement request, the LO Formula editor math syntax should be expanded to include all standard Latex forms (including AMS-Latex) as synonyms. I can't see any fundamental ambiguities that would prevent this from being almost fully backwards compatible.
This would allow published latex formulae to be cut and pasted directly in LO presentations etc. and would increase compatibility with Microsoft Word.


Actual Results:
For example \Lambda is not accepted in the formula editor.

Expected Results:
Expected the same result as %LAMBDA


Reproducible: Always


User Profile Reset: No



Additional Info:
Comment 1 V Stuart Foote 2018-08-24 01:15:49 UTC

*** This bug has been marked as a duplicate of bug 73593 ***
Comment 2 V Stuart Foote 2018-08-26 14:24:55 UTC

*** This bug has been marked as a duplicate of bug 96208 ***