Skip to content

[FEATURE] Latex of Quantified expressions are truncated #264

@mathematicswizard

Description

@mathematicswizard

Writing something like:

const expr = ce.parse("\forall x, x>y");

Produces a console.info(expr.json) of:
["ForAll", "x", ["Greater", "x", "y"]]

But the latex of it - console.info(expr.latex) is:
\forall x

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions