12345678910111213 |
- /*
- * /MathJax/jax/element/mml/optable/SpacingModLetters.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:{postfix:{"\u02cd":a.WIDEACCENT,"\u02da":a.ACCENT,"\u02dd":a.ACCENT,"\u02f7":a.WIDEACCENT}}});MathJax.Ajax.loadComplete(b.optableDir+"/SpacingModLetters.js")})(MathJax.ElementJax.mml);
|