unicode-math
unicode-math copied to clipboard
unicode-math overrides (disables? ignores?) the option 'nosumlimits' of amsmath package
Description
If I load 'amsmath' with the option 'nosumlimits' and then load 'unicode-math', the option 'nosumlimits' doesn't appear to do anything anymore.
Add info or delete as appropriate:
- Relevant for both XeLaTeX and LuaLaTeX
- Links to <tex.stackexchange.com> discussion: https://tex.stackexchange.com/q/727999/5001
Minimal example demonstrating the issue
\documentclass{article}
\usepackage[nosumlimits]{amsmath}
\usepackage{unicode-math}
\begin{document}
\[
\sum_{i=0}^{\infty} \prod_{j=0}^{n}
\]
\end{document}