You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is not recognize able by the Compute Engine and the MathJSON rendered is invalid.
Steps to Reproduce
Write in a mathfield:
\forall x.x\in A
Actual Behavior
MathJSON:
'["ForAll","x"]'
Expected Behavior
["ForAll","x",["SubsetEqual","x","A"]]
Environment
Latest MathLive as is used in the demo page on the site.
Operating System
Latest Chrome
The text was updated successfully, but these errors were encountered:
mathematicswizard
changed the title
Quantification Propositions formulated with a dot (x.) are not recognized and inconsistent MathJSON
Quantification Propositions formulated with a dot (x.) are not recognized
Mar 30, 2024
Description
Writing a latex such as:
\forall x.x\in A
is not recognize able by the Compute Engine and the MathJSON rendered is invalid.
Steps to Reproduce
Write in a mathfield:
\forall x.x\in A
Actual Behavior
MathJSON:
'["ForAll","x"]'
Expected Behavior
["ForAll","x",["SubsetEqual","x","A"]]
Environment
Latest MathLive as is used in the demo page on the site.
Operating System
Latest Chrome
The text was updated successfully, but these errors were encountered: