[NTG-context] Align a compound inequality

2006-01-20 Thread David Arnold
All, I have: \placeformula[-] \startformula \startalign[m=2] 3-2x&<-1 & 3-2x&>1\\ -2x&<-4 & -2x&>-2\\ x&>2 &x&<1 \stopalign \stopformula And it works. However, I want to sqeeze the word "or" between the inequalities on the first row so that it reads: 3 - 2x < -1 o

[NTG-context] align

2004-10-26 Thread David Arnold
All, In ams math, the default behavior of align is to align each equation on the &. By default, each equation is numbered. Individual equations can be labeled and referenced. Try: \documentclass{article} \usepackage{amsmath} \begin{document} \begin{align} F(x)&=\int_0^x f(t)\, dt\label{eq:1}\\

<    1   2