Skip to content

Parse basic LaTeX#289

Open
axelkar wants to merge 1 commit into
digabi:masterfrom
axelkar:latex
Open

Parse basic LaTeX#289
axelkar wants to merge 1 commit into
digabi:masterfrom
axelkar:latex

Conversation

@axelkar
Copy link
Copy Markdown

@axelkar axelkar commented May 1, 2026

  • Add new tokens for square brackets [], curly braces {} and LaTeX fractions \frac
  • Support \sqrt[3]{27} alongside normal sqrt(27 ; 3)
  • Add LaTeX aliases for constants, functions and operators
  • Allow calling functions without parenthesis to support \sin 10, which is parsed like sin 10

The motivation for this is that you can directly paste simple expressions from the Abitti math editor into Abicus.

- Add new tokens for square brackets `[]`,
  curly braces `{}` and LaTeX fractions `\frac`
- Support `\sqrt[3]{27}` alongside normal `sqrt(27 ; 3)`
- Add LaTeX aliases for constants, functions and operators
- Allow calling functions without parenthesis to
  support `\sin 10`, which is parsed like `sin 10`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant