This repository was archived by the owner on Mar 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Math Formula Processing #55
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To increase the flexibility and ease of use, of ALADIN, an engine that renders human readable math notations into ALADIN components would be highly valuable.
To achieve this the following parts are needed:
- Human readable input format, E.g ASCIIMath, Tex, MathML or similar are needed (Should be standardized in some form or another)
- Parser for making the input machine readable, preferably in the form of an AST
- ALADIN component for dynamically rendering the abstract formula in an interactive form that is specific to the generated task (mapping variables of the abstract formula to the generated task data)
- Parse AST into ALADIN component format
- Attachable data sources for vartiables/sums/products
- Rendering of the abstract formula, preferably in Tex style in the browser (also exporting the formula)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request