MathJax.Hub.Config({ skipStartupTypeset: true
)}; // let us process some Latex when we want
// DOMnode = document.getElementById("someMathsDivs");
function ApplyMathjaxTo(DOMnode) { DOMnode.beforeMathJax_innerHTML = DOMnode.innerHTML; MathJax.Hub.Queue(["Typeset",MathJax.Hub,DOMnode]);}
function UnApplyMathjaxTo(DOMnode) { DOMnode.innerHTML = DOMnode.beforeMathJax_innerHTML; delete DOMnode.beforeMathJax_innerHTML;}MathJax.Extension.tex2jax.config.inlineMath = MathJax.Hub.config.inlineMath; // = [['$','$'],['\\(','\\)']];
skipStartupTypeset: true
MathJax.Hub.Config( { inlineMath : [['$','$'],['\\(','\\)']]});I think it would be a good start to let teachers write there Maths course in HTML/Latex with MathJax (replacing slides and pdf in the same time)