forked from portfolios/modele-de-depart
7 lines
329 B
JavaScript
7 lines
329 B
JavaScript
window.MathJax = {
|
|
CommonHTML: { linebreaks: { automatic: true } },
|
|
tex2jax: { inlineMath: [ ['$', '$'], ['\\(','\\)'] ], displayMath: [ ['$$','$$'], ['\\[', '\\]'] ], processEscapes: false },
|
|
TeX: { noUndefined: { attributes: { mathcolor: 'red', mathbackground: '#FFEEEE', mathsize: '90%' } } },
|
|
messageStyle: 'none'
|
|
};
|