Re: using command '\llap' in alignat
bigblop writes: > is there no way to get: > > \llap{$x_1,x_2x_3$} > > in an alignat block? Try \llap{\ensuremath{x_1,x_2x_3}} -- Enrico
using command '\llap' in alignat
I have made the following in an alignat environment: \begin{alignat}{6} & \text{maximize z } = & 2 x_1 & & {}+{} & & 3x_2 & & {}+{} & & 4x_3 &\\ & \text{subject to}& 44 x_1 & & & & & & {}+{} & & 50x_3 & \geq 900 \\