1 2 3 4 5 6 7 8 9 10
return { { Math = function (elem) if elem.mathtype == "DisplayMath" then elem.mathtype = "InlineMath" end return elem end, } }