Hi,
It seems that
\setupmathematics[
functionstyle=normal,
]
is the problematic one here (it is needed(?) in the Neo Euler case to
have function names set upright). The following file shows the problem
as well:
%%%
\setupmathematics[
functionstyle=normal,
]
\starttext
We have $\cos\alpha$, $\sin\alpha$, $\tan\alpha$,
\startformula
\cos\alpha=\frac{a}{c},\quad
\sin\alpha=\frac{b}{c},\quad
\tan\alpha=\frac{\sin\alpha}{\cos\alpha}=\frac{b}{a}.
\stopformula
\stoptext
%%%
I had a backup of the file I was working on, and the problem was not
present on june 13 (not sure I had a completely updated ConTeXt by
then).
/Mikael
On Fri, Jun 18, 2021 at 11:44 AM Mikael Sundqvist
Hi,
I noticed something strange today. If I use computer modern unicode (the concrete font) together with Neo Euler math then sometimes function names (like \sin, \cos, \tan) disappear. Sometimes they show (in non-displayed math and in fractions(?)).
Attached is a file showing the problem, together with the output and the typescript file. I use the latest ConTeXt version and I have cleared the cache, but no change. Maybe I'm overlooking something, but what?
/Mikael