Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50)
- },
- tex2jax: {
- inlineMath: [
- ["$", "$"],
- ["\\\\(", "\\\\)"]
- ],
- displayMath: [
- ["$$", "$$"],
- ["\\[", "\\]"]
- ],
- processEscapes: true,
- ignoreClass: "tex2jax_ignore|dno"
- },
- TeX: {
- noUndefined: {
- attributes: {
- mathcolor: "red",
- mathbackground: "#FFEEEE",
- mathsize: "90%"
- }
- }
- },
- messageStyle: "none"
- });
- MathJax.Hub.Startup.onload();
- theLoop = function () {
- MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
- window.setTimeout(theLoop, 1000);
- };
- theLoop();
- });
- } else {
- MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
- }
- })();
Advertisement
Add Comment
Please, Sign In to add comment