updated mathjax, added calc iii notes
This commit is contained in:
BIN
layouts/_partials/.math.html.swp
Normal file
BIN
layouts/_partials/.math.html.swp
Normal file
Binary file not shown.
18
layouts/_partials/math.html
Normal file
18
layouts/_partials/math.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<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: '1em'
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user