SIGN IN SIGN UP

fix(docx): OMML conversion failures for unsupported limit functions (#3359)

* fix(docx): handle unsupported limit functions gracefully in OMML conversion

Replace RuntimeError with graceful fallback for unknown limit functions in do_limlow().
Add argmax and argmin to LIM_FUNC dictionary for proper LaTeX rendering.
Fixes conversion failures when Word documents contain mathematical operators
not previously supported in the limit function dictionary.

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

* test(docx): regenerate ground truth files

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

---------

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>
C
Cesar Berrospi Ramis committed
3df80e7f46dbe9b7d6cfccdc9ed3f02459bae6f8
Parent: c455a65
Committed by GitHub <noreply@github.com> on 4/28/2026, 12:43:24 PM