After my upgrade from ubuntu 14.04 to 15.04 mathjax stopped working in my ikiwiki. Math is displayed correctly for pages created before the upgrade. For new pages or if I change an old page, math is not rendered but the LaTeX source code is printed (with \[ \] as deliminiters instead of $$ $$). Any idea what may be wrong here and how to fix it? > Mathjax does not seem to be supported by default by Ikiwiki. So the first question is: how did you enable mathjax? > > Maybe you can also save the html of an old page, change something in it to make it rebuilt, and diff the resulting html with the old one, to see what changed. > > -- [[Louis|spalax]] I installed mathjax via the pandoc-iki plugin as described [here](http://stackoverflow.com/a/8444409/406686) The rebuild of an old site containing math is missing the following lines: ---------------------- I finally noticed that the `page.tmpl` was messed up. It seams that the upgrade deleted the relevant `mathjax` line. Adding this makes it work again. [[Thanks|done]]!