Dear all, if I set up my formulas with a right alignment that has some indentation to it, I am experiencing problems with "intertext". I would assume the text was flushed left. However, it aligns to the formulas (i.e. it is aligned to the left margin defined in \setupformulas). Minimal example below. If I comment the setupformulas, the equation is aligned to the center and the "intertext" is flushed left. Any suggestions? Cheers, Andreas ConTeXt ver: 2012.11.19 19:04 MKIV fmt: 2012.11.20 %%%%%%%%%%%%%%%%%%%%%%% \setupformulas[align=right,leftmargin=3.5em] \starttext \startformula \startalign[n=2] \NC b \NC = Ax\NR \startintertext likewise % should be flushed left \stopintertext \NC q \NC = Ay\NR \stopalign \stopformula \stoptext %%%%%%%%%%%%%%%%%%%%%%%