-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathincludes.html
More file actions
44 lines (43 loc) · 1005 Bytes
/
includes.html
File metadata and controls
44 lines (43 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<link rel="preload" as="style" href="/fonts.css" />
<link
rel="stylesheet"
href="/fonts.css"
media="print"
onload="this.media='all'"
/>
<noscript><link rel="stylesheet" href="/fonts.css" /></noscript>
<script>
MathJax = {
tex: {
inlineMath: { "[+]": [["$", "$"]] },
},
chtml: {
font: "mathjax-pagella",
},
loader: {
paths: {
font: "https://cdn.jsdelivr.net/npm/@mathjax",
"mathjax-euler-extension": "[font]/mathjax-euler-font-extension",
},
load: [
"input/tex-base",
"[tex]/newcommand",
"[tex]/action",
"output/chtml",
"[mathjax-euler-extension]/chtml",
],
},
startup: {
ready() {
MathJax.startup.defaultReady();
MathJax._.output.fonts.generic = {
chtml_ts: {
GenericFont:
MathJax._.output.fonts["mathjax-pagella"].chtml_ts
.MathJaxPagellaFont,
},
};
},
},
};
</script>