|
|
Line 2: |
Line 2: |
| <!--这里使用了bootcss的cdn来加速访问--> | | <!--这里使用了bootcss的cdn来加速访问--> |
| <script src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> | | <script src="https://2018.igem.org/common/MathJax-2.5-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> |
− |
| |
− | <script type="text/x-mathjax-config">
| |
− | MathJax.Hub.Config({
| |
− | showProcessingMessages: false, //关闭js加载过程信息
| |
− | messageStyle: "none", //不显示信息
| |
− | extensions: ["tex2jax.js"],
| |
− | jax: ["input/TeX", "output/HTML-CSS"],
| |
− | tex2jax: {
| |
− | inlineMath: [ ['$','$'], ["\\(","\\)"] ], //行内公式选择符
| |
− | displayMath: [ ['$$','$$'], ["\\[","\\]"] ], //段内公式选择符
| |
− | skipTags: ['script', 'noscript', 'style', 'textarea', 'pre','code','a'], //避开某些标签
| |
− | ignoreClass:"comment-content"|"head-class" //避开含该Class的标签,用|隔开
| |
− | },
| |
− | "HTML-CSS": {
| |
− | availableFonts: ["STIX","TeX"], //可选字体
| |
− | showMathMenu: false //关闭右击菜单显示
| |
− | }
| |
− | });
| |
− | MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
| |
− | </script>
| |
− | <meta charset="UTF-8">
| |
− | <title>Majax 测试</title>
| |
| <style> | | <style> |
| /*公式去掉外边框,自动换行*/ | | /*公式去掉外边框,自动换行*/ |
Line 63: |
Line 41: |
| | | |
| <!--这里使用了bootcss的cdn来加速访问--> | | <!--这里使用了bootcss的cdn来加速访问--> |
− | <script type="text/x-mathjax-config">
| |
− | MathJax.Hub.Config({
| |
− | showProcessingMessages: false, //关闭js加载过程信息
| |
− | messageStyle: "none", //不显示信息
| |
− | extensions: ["tex2jax.js"],
| |
− | jax: ["input/TeX", "output/HTML-CSS"],
| |
− | tex2jax: {
| |
− | inlineMath: [ ['$','$'], ["\\(","\\)"] ], //行内公式选择符
| |
− | displayMath: [ ['$$','$$'], ["\\[","\\]"] ], //段内公式选择符
| |
− | skipTags: ['script', 'noscript', 'style', 'textarea', 'pre','code','a'], //避开某些标签
| |
− | ignoreClass:"comment-content" //避开含该Class的标签
| |
− | },
| |
− | "HTML-CSS": {
| |
− | availableFonts: ["STIX","TeX"], //可选字体
| |
− | showMathMenu: false //关闭右击菜单显示
| |
− | }
| |
− | });
| |
− | MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
| |
− | </script>
| |
− | </body>
| |
| </html> | | </html> |