You can use a pile:
.EQ
lpile {
z = x+y
above
c = a+b
}
.EN
-Larry Jones
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Caleb Foong
Sent: Friday, October 25, 2013 10:34 AM
To: address@hidden
Subject: [Groff] Multiple Lines Equation
Hi,
I want my equations to be in multiple lines like this:
z = x + y
c = a + b
But this doesn't work:
.EQ
z = x+y
.br #.sp also doesn't work
c = a+b
.EQ
So instead of writing:
.EQ
x = x+y
.EN
.EQ
c = a+b
.EN
Is there any other way?
-
Caleb