同じページでMathJaxとjQueryMobileを組み合わせると、いくつかの問題があるようです。MathJaxが正しくレンダリングされる場合とそうでない場合があります。これは、同じページで発生する可能性があります。
両方をロードするHTMLは次のようになります。
<script type='text/javascript' src='http://code.jquery.com/jquery.min.js'>
</script>
<script type='text/javascript'
src='http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js'>
</script>
<link rel='stylesheet' type='text/css'
href='http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css' />
<script src='/beta/mathjax/MathJax.js'>
</script>
ここでサンプルページを見ることができます:http ://stackmobile.com/beta/math.stackexchange.com/questions/view/?id = 47772
編集: MathJaxがAJAXを介してロードされている新しいページを認識しないという問題のようです-これは機能していないように見える例です:http://stackmobile.com/beta/#/beta/physics.stackexchange。 com / question / view /?id = 11678