groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Multiple Lines Equation


From: Clarke Echols
Subject: Re: [Groff] Multiple Lines Equation
Date: Fri, 25 Oct 2013 10:10:23 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

How about putting a .sp -v or a fraction of that to get the
proper spacing?

On 10/25/2013 09:13 AM, Jones, Larry wrote:
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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]