Tooltips in MathJax Equations (Continued)
The
\texttip{}
and
\mathtip{}
macros are defined in an extension that you must load explicitly if you need it.
Include the following in your configuration:
MathJax.Hub.Config({ TeX: {extensions: ["action.js"]} });
See the
MathJax Documentation
for details.