Home
last modified time | relevance | path

Searched refs:AMquote (Results 1 – 1 of 1) sorted by relevance

/plugin/asciimath/
H A Dasciimathml148r.js106 AMquote = {input:"\"", tag:"mtext", output:"mbox", tex:null, ttype:TEXT}; class
302 AMtext, AMmbox, AMquote,
498 if (symbol!=AMquote) str = AMremoveCharsAndBlanks(str,symbol.input.length);
502 else if (symbol==AMquote) i=str.slice(1).indexOf("\"")+1;