On Wed, Apr 10, 2019 at 9:21 AM Otared Kavian
Hi Hans,
While testing old documents with lmtx, I noticed that with recent versions of mkiv, as well as LuaMetaTeX, there is a strange behavior in math mode: when the characters < and - follow each other one gets \leftarrow… This is embarrassing when one writes inequalities for negative numbers. So one has to separate them in order to obtain with curly braces. Can this be fixed or is it intended ?
\starttext $\alpha < -1$
$\alpha \leftarrow 1$
$\alpha < {-1}$
$\alpha {<} - 1$ \stoptext
Best regards: OK ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
Hi! I asked about this before, and it is a feature. It can be switched off with \setupmathematics[ collapsing=1, ] Hope it helps! /Mikael