-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathheader.html
28 lines (27 loc) · 918 Bytes
/
header.html
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
<!-- JavaScript Imports -->
<!-- D3 -->
<script src="https://d3js.org/d3.v6.min.js"></script>
<!-- Jquery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<!-- jStat -->
<script src="https://cdn.jsdelivr.net/npm/jstat@latest/dist/jstat.min.js"></script>
<!-- MathJax settings -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"HTML-CSS": {
fonts: ["Neo-Euler"],
scale: 85
},
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']],
displayMath: [['$$','$$'], ["\\[","\\]"]],
},
"fast-preview": {
disabled: true
}
});
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-AMS_HTML"></script>
<!-- Popper -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>