mathjax-config.js 329 B

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