Accessible-full.js (1132B)
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/Accessible-full.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 config: ["MMLorHTML.js"], 21 extensions: ["tex2jax.js","mml2jax.js","MathEvents.js","MathZoom.js","MathMenu.js","toMathML.js","TeX/noErrors.js","TeX/noUndefined.js","TeX/AMSmath.js","TeX/AMSsymbols.js","fast-preview.js","AssistiveMML.js"], 22 jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML","output/PreviewHTML"], 23 menuSettings: { 24 zoom: "Double-Click", 25 mpContext: true, 26 mpMouse: true 27 }, 28 errorSettings: { 29 message: ["[",["MathError","Math Error"],"]"] 30 } 31 }); 32 33 MathJax.Ajax.loadComplete("[MathJax]/config/Accessible-full.js");