12345678910111213 |
- /*
- * /MathJax/jax/element/mml/optable/MiscMathSymbolsA.js
- *
- * Copyright (c) 2009-2013 The MathJax Consortium
- *
- * Part of the MathJax library.
- * See http://www.mathjax.org for details.
- *
- * Licensed under the Apache License, Version 2.0;
- * you may not use this file except in compliance with the License.
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- */(function(b){var a=b.mo.OPTYPES;MathJax.Hub.Insert(b.mo.prototype,{OPTABLE:{prefix:{"\u27e6":a.OPEN,"\u27ea":a.OPEN,"\u27ec":a.OPEN},postfix:{"\u27e7":a.CLOSE,"\u27eb":a.CLOSE,"\u27ed":a.CLOSE}}});MathJax.Ajax.loadComplete(b.optableDir+"/MiscMathSymbolsA.js")})(MathJax.ElementJax.mml);
|