Search found 2 matches

by rsmeds
Fri Jul 18, 2008 10:55 am
Forum: Document Classes
Topic: Left-aligned two column equations
Replies: 2
Views: 9161

Left-aligned two column equations

Hi,

That worked perfectly, thanks!

Added \qquad:s for some extra spacing, and now it's precisely the way I wanted it.

Thanks a lot.
--Rolf

Hi rsmeds,

welcome to the forum!
Try the alignat environment:
\begin{subequations}
\begin{alignat}{2}
&\text{First:} && x=1/|y| \\
&\text{Second:}\quad ...
by rsmeds
Thu Jul 17, 2008 11:23 am
Forum: Document Classes
Topic: Left-aligned two column equations
Replies: 2
Views: 9161

Left-aligned two column equations

Hi,

I'm trying to layout an equation in the following way:

First: x = 1/|y| (3.5a)
Second: x = y (3.5b)
Third: x = y^2+|x| (3.5c)

i.e. Two columns, both left-aligned , and sub-equation numbers to the right, the first column being text.

I've tried doing it like this (using amsmath):

\begin ...