Initial version of the documentation

This commit is contained in:
2020-11-03 15:32:09 -06:00
commit cef8d2175b
53 changed files with 12410 additions and 0 deletions

8
0.1/js/mathjax.js Normal file
View File

@@ -0,0 +1,8 @@
MathJax.Hub.Config({
"tex2jax": { inlineMath: [ [ '$', '$' ] ] }
});
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX", "output/HTML-CSS", "output/NativeMML"],
extensions: ["MathMenu.js", "MathZoom.js"]
});