We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3095d commit df4db22Copy full SHA for df4db22
cicero/static/js/mathjax-setup.js
@@ -1,6 +1,8 @@
1
MathJax.Hub.Config({
2
tex2jax: {
3
- skipTags: ['script', 'noscript', 'style', 'textarea', 'pre']
+ skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
4
+ inlineMath: [['$','$'], ['\\(','\\)']],
5
+ processEscapes: true
6
},
7
"TeX": {
8
Macros: {AA : "{\\unicode{x212B}}"}
0 commit comments