parent
deb3a462f2
commit
18021c8f84
3 changed files with 25 additions and 46 deletions
@ -0,0 +1,23 @@ |
||||
<script type="text/x-mathjax-config"> |
||||
MathJax.Hub.Config({ |
||||
displayAlign: "center", |
||||
displayIndent: "0em", |
||||
|
||||
"HTML-CSS": { scale: 100, |
||||
linebreaks: { automatic: "false" }, |
||||
webFont: "TeX" |
||||
}, |
||||
SVG: {scale: 100, |
||||
linebreaks: { automatic: "false" }, |
||||
font: "TeX"}, |
||||
NativeMML: {scale: 100}, |
||||
TeX: { equationNumbers: {autoNumber: "AMS"}, |
||||
MultLineWidth: "85%", |
||||
TagSide: "right", |
||||
TagIndent: ".8em" |
||||
} |
||||
}); |
||||
</script> |
||||
<!-- https://gohugo.io/content-management/formats/#mathjax-with-hugo --> |
||||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML"></script> |
||||
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script> --> |
||||
Loading…
Reference in new issue