ag-gipp/GoUldI

View on GitHub
helper/tex2mml.wl

Summary

Maintainability
Test Coverage
(* ::Package:: *)

texString=$ScriptCommandLine[[2]]
tex=ToExpression[texString,TeXForm,Defer]
Print@ExportString[tex,"MathML","Content"->True]