Dokuwiki - MathJax Plugin
1 - About
To be able to use the tag:
- math
- MATH
You have to change:
- the protect protecttex.php by this one: https://github.com/gerardnico/dokuwiki-plugin-mathjax/blob/master/syntax/protecttex.php
- and the content of the configuration in the configuration manager by this one:
MathJax.Hub.Config({ tex2jax: { inlineMath: [["<math>","</math>"]], displayMath: [["<MATH>","</MATH>"]], processEscapes: true, scale: 130 } });
The grammar of MathJax is Markup - (Latex|Tex) - Mathematics notation.