Skip to content

Commit

Permalink
MathJax
Browse files Browse the repository at this point in the history
  • Loading branch information
TeoCalvo committed Jan 28, 2024
1 parent d8b850b commit 6c4ac7c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _layouts/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@

<link rel="icon" href="/assets/images/bio-photo.png" >


<script async src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script type="text/javascript">
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
svg: {
fontCache: 'global'
}
};
</script>



<div id="main" role="main">
{% include sidebar.html %}

Expand Down

0 comments on commit 6c4ac7c

Please sign in to comment.