Issue Summary
Sums, products, unions etc. with \nolimits result in incorrect rendering.
For instance, the math code 1 \sum_a\nolimits results in the following rendering:
\prod and \bigcup instead of \sum results in similar behaviour. With \int the error does not occur.
Steps to Reproduce:
See the link to complete examples: https://jsbin.com/lewedefopa/1/edit?html,output
Technical details:
The error occurs in all of the following setups. Other setups were not tested.
- MathJax Version: 4.1.2
- Client OS:
- Kubuntu 26.04
- Browser:
- Chromium 148.0.7778.167
- Firefox 151.0.3
- iPadOS 17.7.11
MathJax configuration:
none
and loading MathJax via
<script src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>
Issue Summary
Sums, products, unions etc. with
\nolimitsresult in incorrect rendering.For instance, the math code
1 \sum_a\nolimitsresults in the following rendering:\prodand\bigcupinstead of\sumresults in similar behaviour. With\intthe error does not occur.Steps to Reproduce:
See the link to complete examples: https://jsbin.com/lewedefopa/1/edit?html,output
Technical details:
The error occurs in all of the following setups. Other setups were not tested.
MathJax configuration:
none
and loading MathJax via