12345678910111213 |
- /*
- * /MathJax/jax/element/mml/optable/GeneralPunctuation.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.TEXCLASS;MathJax.Hub.Insert(b.mo.prototype,{OPTABLE:{prefix:{"\u2016":[0,0,a.ORD,{fence:!0,stretchy:!0}],"\u2018":[0,0,a.OPEN,{fence:!0}],"\u201c":[0,0,a.OPEN,{fence:!0}]},postfix:{"\u2016":[0,0,a.ORD,{fence:!0,stretchy:!0}],"\u2019":[0,0,a.CLOSE,{fence:!0}],"\u201d":[0,0,a.CLOSE,{fence:!0}]}}});MathJax.Ajax.loadComplete(b.optableDir+"/GeneralPunctuation.js")})(MathJax.ElementJax.mml);
|