On Tue, Sep 13, 2016 at 11:17 AM, Hans Åberg
In the example below, using latest ConTeXt, the bracket "[f]” does not show when using \startformula.
\setupbodyfont[xits,10pt]
\setupmathematics[lcgreek=normal, default=normal]
\starttext
\startformula [f] = B \stopformula
$$ [f] = B $$
\stoptext
___________________________________________________________________________________ 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 ___________________________________________________________________________________
I think it gets interpreted as an (optional) argument to \startformula. Try \startformula\relax [f] = B \stopformula /Mikael