AM_CHTML.js (819B)
1 /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */ 2 /* vim: set ts=2 et sw=2 tw=80: */ 3 4 /************************************************************* 5 * 6 * /MathJax/unpacked/config/AM_CHTML.js 7 * 8 * Copyright (c) 2010-2015 The MathJax Consortium 9 * 10 * Part of the MathJax library. 11 * See http://www.mathjax.org for details. 12 * 13 * Licensed under the Apache License, Version 2.0; 14 * you may not use this file except in compliance with the License. 15 * 16 * http://www.apache.org/licenses/LICENSE-2.0 17 */ 18 19 MathJax.Hub.Config({ 20 extensions: ["asciimath2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","fast-preview.js","AssistiveMML.js"], 21 jax: ["input/AsciiMath","output/CommonHTML","output/PreviewHTML"] 22 }); 23 24 MathJax.Ajax.loadComplete("[MathJax]/config/AM_CHTML.js");