On 7/20/2015 6:22 PM, Hans Aberg wrote:
On 20 Jul 2015, at 17:43, Manuel Blanco
wrote: Well, you can make the colon active in math mode and then let it output \colon.
This is a TeX way, I don't know if there's a ConTeXt way for this:
\begingroup\lccode`\~=`\:\lowercase{\endgroup \let~}\colon \mathcode`\:="8000 %
For some reason, the colon in ConTeXt is larger relative LuaTeX.
you probably mean latex (macro package) here as luatex (engine) itself doesn't do anything keep in mind that context implements much of math in a complete different way, so solutions for problems or wishes are done differently too; in this case we try to use unicode and some lua magic instead of character juggling at the tex end we also need to keep in mind that characters have to behave well in tagged pdf and exports and so
Also, it seems that “\:” is not used for anything - error in luatex, and empty in context. So it might be used for the infix operator.
— context — \setupbodyfont[xits,10pt]
\setupformulas[location=left]
\begingroup\lccode`\~=`\:\lowercase{\endgroup \let~}\colon \mathcode`\:="8000 %
\starttext
The function $f: A → B$, $g\colon A → B$.
\stoptext —
— luatex — \begingroup\lccode`\~=`\:\lowercase{\endgroup \let~}\colon \mathcode`\:="8000 %
The function $f: A → B$. —
___________________________________________________________________________________ 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://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------