Skip to content

Commit dad9387

Browse files
committed
using combined Mathjax file
1 parent d9f67da commit dad9387

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ assets/@mathjax/mathjax-newcm-font/*
9999
!assets/@mathjax/mathjax-newcm-font/chtml/
100100
assets/@mathjax/mathjax-newcm-font/chtml/*
101101
!assets/@mathjax/mathjax-newcm-font/chtml/woff2/
102+
!assets/@mathjax/mathjax-newcm-font/tex-mml-chtml-mathjax-newcm.js
102103

103104
assets/mermaid/*
104105
!assets/mermaid/package.json

_layouts/page.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,10 @@
6363
MathJax = {
6464
chtml: {
6565
displayAlign: "left"
66-
},
67-
output: {
68-
fontPath: '../@mathjax/%%FONT%%-font'
6966
}
7067
};
7168
</script>
72-
<script src="/assets/mathjax/tex-chtml.js?{{ time }}"></script>
69+
<script src="/assets/@mathjax/mathjax-newcm-font/tex-mml-chtml-mathjax-newcm.js?{{ time }}"></script>
7370

7471
<!-- https://github.com/verlok/vanilla-lazyload -->
7572
<script src="/assets/intersection-observer/intersection-observer.js?{{ time }}"></script>

assets/@mathjax/mathjax-newcm-font/tex-mml-chtml-mathjax-newcm.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)