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

Line 1: Line 1:
 
MathJax.Hub.Config({
 
MathJax.Hub.Config({
 
   tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
 
   tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]},
 +
  displayMath: [ ['$$','$$'],
 
   "HTML-CSS": {scale: 150},
 
   "HTML-CSS": {scale: 150},
 
   CommonHTML: {scale: 150},
 
   CommonHTML: {scale: 150},
 
   SVG: {scale:150}
 
   SVG: {scale:150}
 
});
 
});

Revision as of 11:29, 10 October 2016

MathJax.Hub.Config({

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

});