In the example below, \startformulas starts a new paragraph with indenting, 
whereas \startformula does not. Is there any way to avoid that?


\setupbodyfont[xits,10pt]

\setupindenting[yes, medium, next]

\starttext

Some text.

Some more text
\startformulas
  \startformula
    2 + 2 = 4
  \stopformula
  \startformula
    2 + 2 = 1 \mod 3
  \stopformula
\stopformulas
ending here.

Some more text
\startformula
  2 + 2 = 1 \mod 3
\stopformula
ending here.

No more text.
\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
___________________________________________________________________________________

Reply via email to