20 Jul
2015
20 Jul
'15
12:30 p.m.
The LaTeX package unicode-math has an option colon=literal, which makes it behave as in math functions (as in example below). Has ConTeXt a similar option? ---- lualatex ---- \documentclass[leqno]{article} \usepackage[colon=literal]{unicode-math} \begin{document} The function $f: A → B$. \end{document} --------