I use Mathjax to render some formulas on a site and everything works fine untill I try to print them.
In IE, FF, Chrome everything works fine and the page is printed. But if I have Google Chrome Frame installed in IE it will mess up the formula:
"9a + 9 = 8a + 3" turns in to "7: ) 7 ; 6: ) 1".
The problem is that the page for printing is opened in a new window and this new page doesn't use Chrome Frame. If I select the URL and hit enter, the page is rendered without the MathML tags and everything works fine.
Does anyone have any ideas of what this could be? Thank you.