Hi,
I use Mathjax 2.7.8 (https://cdn.jsdelivr.net/npm/mathjax@2.7.8/MathJax.js) in my Moodle books to display LaTeX mathematics. Our site has Moodle 3.8.4 with bootstrap theme.
Some of our students use the feature of Google Chrome to translate the contents from Catalan to Spanish.
During this process, some parts of the formulas get translated and, in other cases, the typesetting is unsuitable.
I have found a workaround which consists in wrapping every formula between <span class="notranslate">\(LaTeX whatever\)</span> to tell Google not to translate that formula. The problem is that this is a very time-consuming fix, and I wonder if anyone else has found a better solution to this problem? In particular, is it possible to add the wrapper as a template in the configuration of Mathjax? At the moment, we have the following code:
Thanks in advance,
Josep