##// END OF EJS Templates
Added social button.
Added social button.

File last commit:

r9508:ea0b335a
r9508:ea0b335a
Show More
revealmathjax.js
16 lines | 540 B | application/javascript | JavascriptLexer
reveal_mathjax = function() {
if (window.MathJax) {
// MathJax loaded
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ]
},
displayAlign: 'center', // Change this to 'center' to center equations.
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0}}
}
});
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
}
}
reveal_mathjax();