first commit

This commit is contained in:
Valère Plantevin
2026-04-18 20:00:07 -04:00
commit b37e65cc2a
50 changed files with 11372 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<!-- This is what works with Quarto -->
<script>
MathJax = {
loader: {load: ['[tex]/mhchem', '[tex]/physics']},
tex: {
tags: 'ams', // should be 'ams', 'none', or 'all'
packages: {'[+]': ['mhchem','physics']}
}
};
</script>