|
@@ -14,7 +14,10 @@ var RevealMath = window.RevealMath || (function(){
|
|
|
|
|
|
MathJax.Hub.Config({
|
|
MathJax.Hub.Config({
|
|
messageStyle: 'none',
|
|
messageStyle: 'none',
|
|
- tex2jax: { inlineMath: [['$','$'],['\\(','\\)']] },
|
|
|
|
|
|
+ tex2jax: {
|
|
|
|
+ inlineMath: [['$','$'],['\\(','\\)']] ,
|
|
|
|
+ skipTags: ['script','noscript','style','textarea','pre']
|
|
|
|
+ },
|
|
skipStartupTypeset: true
|
|
skipStartupTypeset: true
|
|
});
|
|
});
|
|
|
|
|