latex3 / unicode-math

XeLaTeX/LuaLaTeX package for using unicode/OpenType maths fonts
http://ctan.org/pkg/unicode-math
LaTeX Project Public License v1.3c
241 stars 28 forks source link

optional arguments of amsmath #482

Closed hvoss49 closed 5 years ago

hvoss49 commented 6 years ago

Description

The optional argument(s) for amsmath have no meaning when using also unicode-math. Is this the expected behaviour?

Check/indicate

Minimal example demonstrating the issue

\documentclass{article}
\usepackage[intlimits]{amsmath}
\usepackage{unicode-math}
\begin{document}

\[ \int_1^2 \]

\end{document}
wspr commented 5 years ago

Closed for triage with #497