2025-03-18 20:47:45 +08:00

26 lines
474 B
JavaScript

MathJax = {
loader: { load: ['[tex]/physics','ui/lazy',] },
tex: {
inlineMath: [
['$', '$'],
['\\(', '\\)']
],
displayMath: [
['$$', '$$'],
['\\[', '\\]']
],
packages: {'[+]': ['physics']},
tags: 'ams',
macros: {
'e': '\\mathrm{e}',
'RR': '\\mathbb{R}',
'ZZ': '\\mathbb{Z}',
'QQ': '\\mathbb{Q}',
},
}
options: {
lazyMargin: '200px',
},
svg: { fontCache: 'global'},
};