forked from hertie-dsl-interim-backup/hertie-school-deep-learning-fall-2025-tutorial-new-deep-learning-2025-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinclude.html
More file actions
25 lines (25 loc) · 633 Bytes
/
include.html
File metadata and controls
25 lines (25 loc) · 633 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
<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>