|
@@ -12,34 +12,35 @@
|
|
|
</title>
|
|
|
<!--[if lt IE 11]><script>window.location.href='html/ie.html';</script><![endif]-->
|
|
|
<script>
|
|
|
- // window.MathJax = {
|
|
|
- // tex: {
|
|
|
- // inlineMath: [
|
|
|
- // ["$", "$"],
|
|
|
- // ["\\(", "\\)"]
|
|
|
- // ], //行内公式选择符
|
|
|
- // displayMath: [
|
|
|
- // ["$$", "$$"],
|
|
|
- // ["\\[", "\\]"]
|
|
|
- // ], //段内公式选择符
|
|
|
- // autoload: {
|
|
|
- // color: [],
|
|
|
- // colorv2: ['color']
|
|
|
- // },
|
|
|
- // packages: { '[+]': ['noerrors', 'mathtools', 'ams'] }
|
|
|
- // },
|
|
|
- // options: {
|
|
|
- // skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "code", "a"], //避开某些标签
|
|
|
- // ignoreHtmlClass: 'tex2jax_ignore',
|
|
|
- // processHtmlClass: 'tex2jax_process'
|
|
|
- // },
|
|
|
- // loader: {
|
|
|
- // load: ['input/asciimath', '[tex]/noerrors', '[tex]/mathtools', '[tex]/ams']
|
|
|
- // }
|
|
|
- // };
|
|
|
+ window.MathJax = {
|
|
|
+ tex: {
|
|
|
+ inlineMath: [
|
|
|
+ ["$", "$"],
|
|
|
+ ["\\(", "\\)"]
|
|
|
+ ], //行内公式选择符
|
|
|
+ displayMath: [
|
|
|
+ ["$$", "$$"],
|
|
|
+ ["\\[", "\\]"]
|
|
|
+ ], //段内公式选择符
|
|
|
+ autoload: {
|
|
|
+ color: [],
|
|
|
+ colorv2: ['color']
|
|
|
+ },
|
|
|
+ packages: { '[+]': ['noerrors', 'mathtools', 'ams'] }
|
|
|
+ },
|
|
|
+ options: {
|
|
|
+ skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "code", "a"], //避开某些标签
|
|
|
+ ignoreHtmlClass: 'tex2jax_ignore',
|
|
|
+ processHtmlClass: 'tex2jax_process'
|
|
|
+ },
|
|
|
+ loader: {
|
|
|
+ load: ['input/asciimath', '[tex]/noerrors', '[tex]/mathtools', '[tex]/ams']
|
|
|
+ }
|
|
|
+ };
|
|
|
</script>
|
|
|
- <!-- <script async src="https://mingxuejingbang.oss-cn-beijing.aliyuncs.com/MathJaxFiles/3.2.0/es5/tex-svg-full.js"
|
|
|
- id="MathJax-script"></script> -->
|
|
|
+ <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
|
+ <script async src="https://mingxuejingbang.oss-cn-beijing.aliyuncs.com/MathJaxFiles/3.2.0/es5/tex-svg-full.js"
|
|
|
+ id="MathJax-script"></script>
|
|
|
<!-- <script src="//cdn.bootcss.com/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
|
|
<link rel="dns-prefetch" href="//cdn.mathjax.org" /> -->
|
|
|
<style>
|