2022-12-07 10:36:07 +00:00
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.css" integrity="sha384-Juol1FqnotbkyZUT5Z7gUPjQ9gzlwCENvUZTpQBAPxtusdwFLRy382PSDx5UUJ4/" crossorigin="anonymous">
|
|
|
|
|
|
|
|
|
|
<!-- The loading of KaTeX is deferred to speed up page rendering -->
|
|
|
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/katex.min.js" integrity="sha384-97gW6UIJxnlKemYavrqDHSX3SiygeOwIZhwyOKRfSaf0JWKRVj9hLASHgFTzT+0O" crossorigin="anonymous"></script>
|
|
|
|
|
|
|
|
|
|
<!-- To automatically render math in text elements, include the auto-render extension: -->
|
|
|
|
|
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.3/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
|
|
|
|
|
onload="renderMathInElement(document.body);"></script>
|
|
|
|
|
|
2017-07-24 03:47:04 +00:00
|
|
|
<style>
|
|
|
|
|
.katex { font-size: 1em !important; }
|
2018-01-30 20:31:29 +00:00
|
|
|
pre.rust, .docblock code, .docblock-short code { font-size: 0.85em !important; }
|
2017-07-24 03:47:04 +00:00
|
|
|
</style>
|