Guest User

Untitled

a guest
Jun 6th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50)
  2. },
  3. tex2jax: {
  4. inlineMath: [
  5. ["$", "$"],
  6. ["\\\\(", "\\\\)"]
  7. ],
  8. displayMath: [
  9. ["$$", "$$"],
  10. ["\\[", "\\]"]
  11. ],
  12. processEscapes: true,
  13. ignoreClass: "tex2jax_ignore|dno"
  14. },
  15. TeX: {
  16. noUndefined: {
  17. attributes: {
  18. mathcolor: "red",
  19. mathbackground: "#FFEEEE",
  20. mathsize: "90%"
  21. }
  22. }
  23. },
  24. messageStyle: "none"
  25. });
  26.  
  27. MathJax.Hub.Startup.onload();
  28.  
  29. theLoop = function () {
  30. MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
  31. window.setTimeout(theLoop, 1000);
  32. };
  33. theLoop();
  34. });
  35. } else {
  36. MathJax.Hub.Queue(['Typeset', MathJax.Hub]);
  37. }
  38.  
  39. })();
Advertisement
Add Comment
Please, Sign In to add comment