27 lines
572 B
HTML
27 lines
572 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.25in',
|
|
displayOverflow: 'linebreak'
|
|
},
|
|
linebreaks: {
|
|
inline: true,
|
|
width: '100%',
|
|
lineleading: '0.2',
|
|
LinebreakVisistor: '-'
|
|
}
|
|
};
|
|
</script>
|
|
|
|
|