The options below control the operation of the NativeMML output processor that is run when you include "output/NativeMML" in the jax array of your configuration. They are listed with their default values. To set any of these options, include a NativeMML section in your MathJax.Hub.Config() call. For example
MathJax.Hub.Config({
NativeMML: {
scale: 105
}
});
would set the sale option to 105 percent.
This controls whether the MathJax contextual menu will be available on the mathematics in the page. If true, then right-clicking (on the PC) or control-clicking (on the Mac) will produce a MathJax menu that allows you to get the source of the mathematics in various formats, change the size of the mathematics relative to the surrounding text, get information about MathJax, and configure other MathJax settings.
Set this to false to disable the menu. When true, the MathMenu configuration block determines the operation of the menu. See the MathMenu options for more details.