|
@@ -1,10 +1,19 @@
|
|
|
window.MathJax = {
|
|
|
- CommonHTML: {linebreaks: {automatic: true}},
|
|
|
- tex2jax: {
|
|
|
+ tex: {
|
|
|
inlineMath: [['$', '$'], ['\\(', '\\)']],
|
|
|
displayMath: [['$$', '$$'], ['\\[', '\\]']],
|
|
|
- processEscapes: false
|
|
|
+ processEscapes: false,
|
|
|
+ autoload: {
|
|
|
+ color: [],
|
|
|
+ colorV2: ['color']
|
|
|
+ },
|
|
|
+ packages: {'[+]': ['noerrors']}
|
|
|
},
|
|
|
- TeX: {noUndefined: {attributes: {mathcolor: 'red', mathbackground: '#FFEEEE', mathsize: '90%'}}},
|
|
|
- messageStyle: 'none'
|
|
|
+ options: {
|
|
|
+ ignoreHtmlClass: 'tex2jax_ignore',
|
|
|
+ processHtmlClass: 'tex2jax_process'
|
|
|
+ },
|
|
|
+ loader: {
|
|
|
+ load: ['[tex]/noerrors']
|
|
|
+ }
|
|
|
};
|