Skip to content

Missing closing Brace #79

@TomtheCoder2

Description

@TomtheCoder2

I wanted to write some sums and got this weird bug:

// Doesnt compile:
LaTeX("$\\sum\\limits_{k=1}^n k^2$")
LaTeX("$\\sum_{k=1}^n k^2$")
// compiles:
LaTeX("$\\sum\\limits_{k=1}}^n k^2$")
LaTeX("$\\sum_{k=1}}^n k^2$")
LaTeX("$\\sqrt{4}$")
LaTeX("$\\sum\\limits_{k=1}}^n k^2$")
Image This is the error description: Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions