-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
feat: math-mlgood first issueGood for newcomersGood for newcomersproduct: superdocsource: githubstage: to-doPrioritized and ready to be picked upPrioritized and ready to be picked up
Description
What
Implement the m:eqArr (equation array) OMML → MathML converter. A vertical array of equations with alignment.
OMML: m:eqArr → m:eqArrPr (baseJc, spacing) + multiple m:e (one per equation row)
MathML: with per equation
Spec: §22.1.2.34
Difficulty: Hard
Details
- Each
m:eis one row in the array m:eqArrPr/m:baseJc— vertical alignment of the array- Alignment points within equations use
m:alnelements
How to implement
- Create
converters/equation-array.ts - Each
m:e→<mtr><mtd>in a<mtable> - Register as
'm:eqArr': convertEquationArray
Test Document
Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:
Want to work on this? Check the Contributing Guide to get started. Comment on this issue to let us know you're picking it up.
Ref: SD-2388
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feat: math-mlgood first issueGood for newcomersGood for newcomersproduct: superdocsource: githubstage: to-doPrioritized and ready to be picked upPrioritized and ready to be picked up