use amsmath style equation tagging with mathjax

This commit is contained in:
Akbar Rahman 2022-11-10 16:36:22 +00:00
parent 59eccec7c4
commit 9ccf00e78a
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -4,6 +4,13 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
<link rel="stylesheet" type="text/css" href="/styles.css" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script>
MathJax = {
tex: {
tags: 'ams'
}
}
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>$title$</title>
</head>