MathJax has been configured and added. #3
|
@ -7,6 +7,7 @@ type: Standards Track
|
|||
category: Core
|
||||
created: 2023-02-01
|
||||
layout: post
|
||||
usemathjax: true
|
||||
---
|
||||
|
||||
## Simple Summary
|
||||
|
|
|
@ -1,4 +1,15 @@
|
|||
<head>
|
||||
|
||||
<!-- for mathjax support -->
|
||||
{% if page.usemathjax %}
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
TeX: { equationNumbers: { autoNumber: "AMS" } }
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
|
||||
{% endif %}
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
Loading…
Reference in New Issue