Mathjax 2.7 新しいページはコチラ
提供: yonewiki
(→利用設定(基本的な部分)) |
(→利用設定(基本的な部分)) |
||
| 13行: | 13行: | ||
<script type='text/x-mathjax-config'> | <script type='text/x-mathjax-config'> | ||
MathJax.Hub.Config({ | MathJax.Hub.Config({ | ||
| − | "tex2jax": { | + | "tex2jax" :{ |
| − | + | inlineMath :[["$","$"]], | |
| + | processEscapes : true | ||
}, | }, | ||
| − | "HTML-CSS": { | + | "TeX" : { |
| − | + | extentions :["color.js"], | |
| − | + | extentions :["cancel.js"] | |
| + | }, "HTML-CSS": { | ||
| + | availableFonts :[], | ||
| + | webFont :"Neo-Euler", | ||
} | } | ||
}); | }); | ||
</script> | </script> | ||
| − | |||
<script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&ver=3.8'> | <script type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&ver=3.8'> | ||
</script> | </script> | ||