1

When using the dev version of Fira Math, LuaLaTeX gives weird output for integral, summation and other large operators:

\documentclass{article}
\usepackage{unicode-math}
\setmathfont{FiraMath-Regular.otf}[Path=./]  % Use local path
\begin{document}
\[ \int_0^1 dx + \sum_i + \prod_j \]
\end{document}

lualatex-output

However, when using XeLaTeX, everything goes well:

xelatex-output

So what's wrong with the font? Or with LuaTeX?

Notes

stone-zeng
  • 2,710

0 Answers0