Difference between revisions of "Team:NCKU Tainan/js/T--NCKU Tainan--MathjaxConfigIgem js"

 
Line 2: Line 2:
 
   tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
 
   tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
 
   displayMath: [ ['$$','$$']],
 
   displayMath: [ ['$$','$$']],
   "HTML-CSS": {scale: 150},
+
   "HTML-CSS": {scale: 100},
   CommonHTML: {scale: 150},
+
   CommonHTML: {scale: 100},
   SVG: {scale:150}
+
   SVG: {scale:100}
 
});
 
});

Latest revision as of 15:56, 10 October 2016

MathJax.Hub.Config({

 tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
 displayMath: [ ['$$','$$']],
 "HTML-CSS": {scale: 100},
 CommonHTML: {scale: 100},
 SVG: {scale:100}

});