mathjax-config.js 331 B

12345678910
  1. window.MathJax = {
  2. CommonHTML: {linebreaks: {automatic: true}},
  3. tex2jax: {
  4. inlineMath: [['$', '$'], ['\\(', '\\)']],
  5. displayMath: [['$$', '$$'], ['\\[', '\\]']],
  6. processEscapes: false
  7. },
  8. TeX: {noUndefined: {attributes: {mathcolor: 'red', mathbackground: '#FFEEEE', mathsize: '90%'}}},
  9. messageStyle: 'none'
  10. };