Skip to content
Prev 11978 / 12125 Next

[R-pkg-devel] Problem with MathJax in r-release

The cause of the problem is clear: If you look at the sources of

https://cran.r-project.org/web/packages/metap/refman/metap.html

you will see repeated instances of

<script id="MathJax-script" async
src="../../mathjaxr/doc/mathjax/es5/tex-chtml-full.js"></script>

which is invalid HTML.

I am not sure where this is coming from, because a recent update to
mathjaxr should have fixed this, and \mathjaxr is now supposed to
produce something different:

https://github.com/cran/mathjaxr/blob/master/man/macros/mathjax.Rd#L5

Could be that versions are still catching up, so maybe wait a few days.

Best,
-Deepayan
On Wed, 17 Dec 2025 at 20:21, Michael Dewey <lists at dewey.myzen.co.uk> wrote: