This commit is contained in:
2018-08-04 13:19:47 +09:00
parent f17db7862b
commit 0f7a39f9a5
7 changed files with 24 additions and 25 deletions

View File

@@ -30,4 +30,17 @@
<!-- Styles -->
<link rel="stylesheet" href="{{ site.baseurl }}/css/index.css">
</head>
<!-- MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>
</script>
</head>