Hi Janne, Janne wrote: > I've run into a couple of problems with math typesetting. (I'm using the > latest ConTeXt standalone beta.) The following doesn't print [x,x] at all: > > \startformula > [x,x]_t = x > \stopformula
This is because \startformula can take one optional argument in square brackets, and [x,x] is interpreted as that argument. You can make \startformula stop looking for [...] either by telling it to `\relax`, or by giving it an empty `[]` of its own to chew on. \startformula[] [x,x]_t = x \stopformula \startformula\relax [x,x]_t = x \stopformula I can't quite find at the moment what sort of options the [...] can contain, sorry. Cheers, Sietse ___________________________________________________________________________________ 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 ___________________________________________________________________________________