Search found 2 matches

by Butters
Sat Feb 26, 2011 9:01 pm
Forum: Math & Science
Topic: Help with alignat and columns
Replies: 2
Views: 10045

Help with alignat and columns

Thanks for the reply, it helped.

I've come up with the following code, which is closer to what I want, but not quite. It puts the vertical dots at the far right, and then aligns the b terms with the dots, rather than align the vertical dots with the b terms. In other words, I want the b terms to be ...
by Butters
Fri Feb 25, 2011 5:39 pm
Forum: Math & Science
Topic: Help with alignat and columns
Replies: 2
Views: 10045

Help with alignat and columns

In the below code segment, I've managed to create two columns, but any attempt to create a third, to align the second column of vertical dots with the 'b' terms fails. How do I create this third alignment column?

\begin{alignat*}{2}
&maximise\, \quad &&c_1x_1 + c_2x_2 + \ldots + c_nx_n \\
&subject ...