\frac{1}{\mathrm{123\; 456\; 789}}
<grad_line.gif>
Have you tried adding
AddType font/x-woff .woff
to your configuration? That should do it, I think.
> The problem seems to occur randomly. The source page is created
> dynamically with apache tomcat (linked with ajp proxy; redirected
> from apache httpd), but in this test case the source of it remains
> the same.
Did you restart the server after making the .htaccess change? If you
have persistent httpd children, then this is important, and when you
say the problem seems random, then that makes me think that some of
the children have the new .htaccess and some are using the old one
(that is one way I've seen that in the past).
> The source of the part concerning the problem is:
> <div style="color:black;background-color:white;font-size:16px;">
> <script type="math/tex">\frac{1}{\mathrm{123\; 456\; 789}}</script>
> </div>
Is the math part of the page originally, or is it dynamically added to
the page? Does it start out hidden and then get revealed? The latter
in particular can cause sizing problems, and there are some ways to
deal with that.
Can you send me a URL for the page that exhibits this problem for you?
Davide
Thanks for your analyses and my apologies for the hacked config.
I took your advice and now use the local.js for my custom configuration.
I did not update to the latest version because this is a live website and thought that v2.0-latest may not be that stable. Am I wrong?
The fraction line also shows up earlier on my screen. The strange thing is that on another computer I also cannot reproduce the issue.
I implemented the mime type as you suggested, but now get the warning on the new mime type setting (only upon first load).Resource interpreted as Font but transferred with MIME type font/x-woff: "http://www.wiskundeschool.nl/sowisoplayer/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Regular.woff".Resource interpreted as Font but transferred with MIME type font/x-woff: "http://www.wiskundeschool.nl/sowisoplayer/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Main-Bold.woff".Resource interpreted as Font but transferred with MIME type font/x-woff: "http://www.wiskundeschool.nl/sowisoplayer/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Math-Italic.woff".Resource interpreted as Font but transferred with MIME type font/x-woff: "http://www.wiskundeschool.nl/sowisoplayer/MathJax/fonts/HTML-CSS/TeX/woff/MathJax_Size1-Regular.woff".
Although the .woff fonts are cached, the issue with the fraction line does not go away.