metaescape / hugchange.life

https://www.hugchange.life
0 stars 0 forks source link

#

Mathjax 本地化:

将官方库下载到本地(大概 24M):

git clone https://github.com/mathjax/MathJax.git mj-tmp --depth 1
mv mj-tmp/es5 ~/codes/hugchangelife/mathjax
rm -rf mj-tmp

在网页中加入:

<script id="MathJax-script" async src="https://github.com/metaescape/hugchange.life/raw/main/mathjax/tex-chtml.js"></script>