H A D | asciimathml148r.js | 97 var AMsqrt = {input:"sqrt", tag:"msqrt", output:"sqrt", tex:null, ttype:UNARY}, property in AMsqrt 98 AMroot = {input:"root", tag:"mroot", output:"root", tex:null, ttype:BINARY}, property in AMroot 99 AMfrac = {input:"frac", tag:"mfrac", output:"/", tex:null, ttype:BINARY}, property in AMfrac 100 AMdiv = {input:"/", tag:"mfrac", output:"/", tex:null, ttype:INFIX}, property in AMdiv 101 AMover = {input:"stackrel", tag:"mover", output:"stackrel", tex:null, ttype:BINARY}, property in AMover 102 AMsub = {input:"_", tag:"msub", output:"_", tex:null, ttype:INFIX}, property in AMsub 103 AMsup = {input:"^", tag:"msup", output:"^", tex:null, ttype:INFIX}, property in AMsup 104 AMtext = {input:"text", tag:"mtext", output:"text", tex:null, ttype:TEXT}, property in AMtext 105 AMmbox = {input:"mbox", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}, property in AMmbox 106 AMquote = {input:"\"", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}; property in AMquote
|