mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-09 08:58:52 -06:00
Add docs for RELOG 0.5
This commit is contained in:
8
0.5/js/mathjax.js
Normal file
8
0.5/js/mathjax.js
Normal 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"]
|
||||
});
|
||||
Reference in New Issue
Block a user