David Arnold wrote:

Hans, Taco, et al,

If I do something like this:

\placeformula[-]
\startformula
  \startalign[m=2,distance=7em]
    \frac5{21}-\frac3{21}&=\frac{5-3}{21} &
    \frac{2}{x+2}-\frac{x-3}{x+2}&=\frac{2-(x-3)}{x+2}\\
    &=\frac2{21} & &=\frac{2-x+3}{x+2}\\
    &&&=\frac{5-x}{x+2}
  \stopalign
\stopformula

Note that distance=7em separates the equations nicely, at least for the layout within which this code is contained. It might not look as good if the layout changes.

I'm wondering if the current math-ext allows these to be evenly distributed across the page without adjusting the distance?

 \startalign[m=2,distance=7em plus 1 fil]

is a start but i assume that you want it more centered

Hans
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to