Davide P. Cervone
unread,Jul 14, 2013, 9:43:30 AM7/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mathja...@googlegroups.com
Since you have included MathZoom.js in your extensions array, that file will be loaded when MathJax is loaded, regardless of whether there are MathML expressions on the page or not. Since it will be the last file loaded, it's message is the last one to show, and so will be the one you see on screen.
When you use the combined configuration files, these already include MathZoom.js, and so that file doesn't have to be loaded separately, so you don't see a message about it. But it is still loaded, since it is part of the combined configuration file.
Davide