> I am using MathJax in a WordPress blog, both are local installs. I
> didn't really do much with the MathJax set up, just take it (v 2.0)
> configured as it comes, with a few marcos added. I have a lot of
> maths related posts, and was trying to create a large pdf from a
> collection of them. In the browser everything displays nicely, but
> when I try and create a pdf there is some software crash that causes
> everything to hang.
How is the PDF being generated? Is it through the browser's print
command, or via a WordPress plugin of some sort? What browser and OS
are you using (and what versions)?
> I should like to try and find out (and fix) exactly which bit of
> MathJax is causing it. Please can you suggest if/how I can configure
> MathJax so that, for certain equations only, it does not use the
> STIX fonts?
MathJax is not set up to use more than one set of fonts on the same
page, so you will not be able to do that. Have you narrowed the
problem down to a specific equation (or is that what you are trying to
do)?
> As a secondary question, the MathJax site suggests installing STIX
> fonts locally to speed up typesetting. My readers are students who
> will often want to make pdf copies from my blog, is there a fall
> back set of fonts (and where do I get them) to install locally if I
> can't use the STIX fonts? I can't recommend STIX to them if the
> maths is causing crashes.
You could try installing the MathJax fonts locally; they are available
at
https://github.com/mathjax/MathJax/tree/master/fonts/HTML-CSS/TeX/otf
There may be some issues with earlier version of IE in some versions
of Windows, which had problems accessing the greek letters from these
fonts at one point.
Davide