I have been using WP LaTeX for some time now (Location: http://wordpress.org/extend/plugins/wp-latex/), and I typically use a lot of in-line LaTex code. The code begins with a dollar symbol, then latex, then ends with another dollar symbol. Suddenly, pages that have always rendered properly no longer display the latex code properly. Only a small handful of my equations now render reliably. This is very strange, as the following code will render:
$latex y_a = f(x_a)$
But the following won't:
$latex y_b = f(x_b)$
So, I now have a site with a ton of "Formula does not parse" errors scattered all over the place. Does anyone know where I can get some info on the WordPress LaTeX server and its status, or does anyone know if it's possible to configure LaTeX on a GoDaddy.com hosted account?
Thank you in advance!