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