Tweak TeX math delimiters.
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
tex2jax: {
|
||||
inlineMath: [ ['$','$'], ['\\(','\\)']],
|
||||
displayMath: [ ['$$','$$'], ['\[','\]'] ],
|
||||
inlineMath: [ ['\\(','\\)'] ],
|
||||
displayMath: [ ['$$','$$'], ['\\[','\\]'] ],
|
||||
processEscapes: true
|
||||
},
|
||||
TeX: { extensions: ["autoload-all.js"] }});
|
||||
|
||||
Reference in New Issue
Block a user