Description
I believe I have found some error in the "Erroneous nesting of equation structures" flagging when using \begin{equation}\end{equation}
Version
MathJax Version:4.0.0-beta.3
I am loading MathJax locally and the configuration is identical to what I had for version 4.0.0-alpha.1, namely
window.MathJax = {
output: {
font: 'mathjax-fira',
linebreaks: {// options for when overflow is linebreak
inline: true, // true for browser-based breaking of inline equations
width: '100%', // a fixed size or a percentage of the container width
lineleading: .2, // the default lineleading in em units
LinebreakVisitor: null // The LinebreakVisitor to use
}
},
loader: {load: ['ui/lazy']},
svg: {
scale: 1,
mtextInheritFont: true,
displayOverflow: "linebreak",
matchFontHeight: false
},
chtml: {
scale: 1,
mtextInheritFont: true,
displayOverflow: "linebreak"
},
options: {
processHtmlClass: "math",
ignoreHtmlClass: "tex2jax_ignore"
},
tex: {
tags: 'ams',
macros: {
sen: "\operatorname{sen}",
tg: "\operatorname{tg}",
arctg: "\operatorname{arctg}",
arcsen: "\operatorname{arcsen}",
arcos: "\operatorname{arcos}",
div: "\operatorname{div}",
rot: "\operatorname{rot}"
},
inlineMath: [['$', '$'], ['\(', '\)']],
displayMath: [['$$', '$$'], ["\[", "\]"]],
processEscapes: true,
autoload: {
color: ['color']
}
}
/* tex: {
packages: {'[+]': ['noerrors', 'action']}
},
loader: {
load: ['[tex]/noerrors', '[tex]/action']
} */
};
Example page:
https://cdi2.palhoto.pt/test