Add docs for RELOG 0.5

This commit is contained in:
2020-10-29 15:20:30 -05:00
parent d2d12796be
commit 9cadabbe81
57 changed files with 12722 additions and 0 deletions

8
0.5/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"]
});