21 lines
469 B
HTML
21 lines
469 B
HTML
<script type="text/javascript" id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
|
|
|
|
<script>
|
|
MathJax = {
|
|
tex: {
|
|
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
|
|
inlineMath: [['\\(', '\\)']] // inline
|
|
},
|
|
loader:{
|
|
load: ['ui/safe']
|
|
},
|
|
output: {
|
|
displayAlign: 'left',
|
|
displayIndent: '0.5in',
|
|
displayOverflow: 'linebreak'
|
|
},
|
|
};
|
|
</script>
|
|
|
|
|