chg: Use KaTeX for math
This commit is contained in:
parent
ed14da8707
commit
86710ab066
1 changed files with 11 additions and 1 deletions
12
index.html
12
index.html
|
@ -16,6 +16,16 @@
|
|||
</script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" target="_blank" href="styles.css">
|
||||
|
||||
<!-- Code for KaTeX rendering -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.css"
|
||||
integrity="sha384-n8MVd4RsNIU0tAv4ct0nTaAbDJwPJzDEaqSD1odI+WdtXRGWt2kTvGFasHpSy3SV" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/katex.min.js"
|
||||
integrity="sha384-XjKyOOlGwcjNTAIQHIpgOno0Hl1YQqzUOEleOLALmuqehneUG+vnGctmUb0ZY0l8"
|
||||
crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.9/dist/contrib/auto-render.min.js"
|
||||
integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
|
||||
onload="renderMathInElement(document.body);"></script>
|
||||
</head>
|
||||
|
||||
<body onload="loader()">
|
||||
|
@ -45,7 +55,7 @@
|
|||
<ul>
|
||||
<li>Elliptic Curves</li>
|
||||
<li>L-functions of Newforms</li>
|
||||
<li>ℓ-adic Representations</li>
|
||||
<li>\(\ell\)-adic Representations</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue