TA的每日心情 | 擦汗 前天 07:00 |
---|
签到天数: 1090 天 [LV.10]以坛为家III
状元
- 积分
- 10477
|
本帖最后由 spoony1971 于 2016-11-17 09:13 编辑
首先,配置文件如下:
- <head><meta charset="utf-8">
- <script type="text/x-mathjax-config">
- MathJax.Hub.Config({
- extensions: ["tex2jax.js","mml2jax.js","MathEvents.js"],
- jax: ["input/TeX", "input/MathML","output/SVG"],
- TeX: {
- extensions: ["noErrors.js","noUndefined.js","autoload-all.js"]
- },
- MathMenu: {
- showRenderer: false
- },
- menuSettings: {
- zoom: "Click"
- },
- messageStyle: "none",
- tex2jax: {
- inlineMath: [ ["$","$"], ["\\(","\\)"] ],
- displayMath: [ ["$","$"], ["\\[","\\]"] ],
- processEscapes: true
- },
- "HTML-CSS": { availableFonts: ["TeX"] }
- });
- </script>
- <script type="text/javascript" src="mathjax/MathJax.js">
- </script>
- </head>
复制代码 |
|