22 Jul
2023
22 Jul
'23
12:17 a.m.
Hi,
I'm trying to use Fira Math (https://github.com/firamath/firamath).
But this small example yields both limits on the same horizontal axis,
i.e. the 0 is far away from the integral sign:
\definefontfamily [mainface] [mm] [Fira Math]
\setupbodyfont [mainface]
\starttext
\startformula
\int_0^1 e^x
\stopformula
\stoptext
Meanwhile, when I use LaTeX, the 0 is moved to the left and close to
the integral sign:
\documentclass{article}
\usepackage{amsmath}
\usepackage[mathrm=sym]{unicode-math}
\setmathfont{Fira Math}
\begin{document}
\[
\int_0^1 e^x
\]
\end{document}
In both cases
/opt/texlive/2023/texmf-dist/fonts/opentype/public/firamath/FiraMath-Regular.otf
is used...
--
Leah Neukirchen