Mathjax conversion doesn't work properly for some formulas.
Created by: JoonsuRyu
Issue Summary
Mathjax conversion doesn't work properly for some formulas.
Steps to Reproduce:
- I'm building a github page built using Jekyll. (and Minimal-mistakes theme)
- I'm trying to enter formulas using Mathjax, but I'm having a problem with some formulas not being converted.
- After checking them one by one, I found that formulas containing curly brackets were not converted properly.
For example,
\mathbf{w}
prints fine, but like
\mathbf{w}_{N-1}
don't.
I don't know what's causing the problem, could you tell me how to fix it?
Technical details:
- MathJax Version: 2.7.5
- Client OS: Windows 10 21H2 (19044.2604)
- Browser: Chrome 110.0.5481.178 (64 bit)
I am using the following MathJax configuration:
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML">
</script>
and loading MathJax via
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
"HTML-CSS": { availableFonts: ["TeX"] }
});
</script>
Additional information (Screenshots and links)
https://joonsuryu.github.io/studies/theory-of-generalization/