Skip to content

Math: implement m:limLow lower limit converter (community) #2599

@caio-pizzol

Description

@caio-pizzol

What

Implement the m:limLow (lower limit) OMML → MathML converter.

OMML: m:limLowm:e (base, e.g. "lim") + m:lim (limit expression)
MathML: `` with two children
Spec: §22.1.2.54
Difficulty: Easy

Example

Word: lim(n→∞) → MathML: <munder><mo>lim</mo><mrow><mi>n</mi><mo>→</mo><mi>∞</mi></mrow></munder>

How to implement

  1. Create converters/lower-limit.ts
  2. Map m:e → first child, m:lim → second child of <munder>
  3. Register as 'm:limLow': convertLowerLimit

Test Document

Download the test file and upload it to the SuperDoc dev app to verify your implementation renders correctly:

sd-2377-limlower.docx


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-2377

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions