TeX-AMS_HTML.js 832 B

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