11 lines
297 B
HTML
11 lines
297 B
HTML
|
<script type="text/x-mathjax-config">
|
||
|
MathJax.Hub.Config({
|
||
|
tex2jax: {
|
||
|
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
|
||
|
inlineMath: [['$','$']]
|
||
|
}
|
||
|
});
|
||
|
</script>
|
||
|
<script
|
||
|
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-MML-AM_CHTML" type="text/javascript"></script>
|