Improve description of benchmark challenges and results

This commit is contained in:
2020-01-29 20:41:39 -06:00
parent 9081bfafe5
commit a3794d97db
6 changed files with 72 additions and 30 deletions

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