unicode-math icon indicating copy to clipboard operation
unicode-math copied to clipboard

unicode-math overrides (disables? ignores?) the option 'nosumlimits' of amsmath package

Open micoloretan opened this issue 1 year ago • 0 comments

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}

Further details

micoloretan avatar Oct 06 '24 11:10 micoloretan