Date: 12 Feb 86 14:22 EST
From: Harry Bovik <Harry.Bovik@A.CS.CMU.EDU> (C410HB00)
To: Harry.Bovik@A.CS.CMU.EDU
Subject: Binding margins
Message-Id: <12Feb86.142212.HB00@A.CS.CMU.EDU>


18-Jan-86 12:38    Kai-Fu.Lee                   Scribe Questions
From: Kai-Fu.Lee@SPEECH2.CS.CMU.EDU

I need to produce a document that has wider right margins for even pages,
and wider left margins for odd pages (for binding purposes).  I cannot
find anything in the manual for this.  

Any help would be appreciated.  Thanks in advance.

30-Jan-86 15:52    Kai-Fu.Lee                   Bindingmargin problem
From: Kai-Fu.Lee@SPEECH2.CS.CMU.EDU

Thanks to everyone who responded to my last post; however, I was
still not able to set the margins for a document that has
			left margin	right margin	line width
	even pages - 	   0.75		   2.15		   5.6
	odd pages  -	   2.15		   0.75		   5.6

I tried many combinations of bindingmargin, leftmargin, rightmargin,
and linewidth, but couldn't find one that works.  


05-Feb-86 13:38    Kai-Fu.Lee                   Bindingmargin solution
From: Kai-Fu.Lee@SPEECH2.CS.CMU.EDU

Thanks to everyone who responded about the bindingmargin problem.
Unfortunately, nothing worked.  Just when I was about to take out 
scissors and glue to fix the document, the correct solution 
arrived from Unilogic, which follows:  

==============================
Date: Tue,  4 Feb 86 12:38 EST
From: Elaine.Newborn@A.CS.CMU.EDU
To: Kai-Fu.Lee@SPEECH2.CS.CMU.EDU
Subject: Re: bindingmargin trouble
CC: Unilogic@A.CS.CMU.EDU

In order to get the bindingmargin that you want you will need to
use the following specifications:

@style(Leftmargin 1.45in,Rightmargin 1.45in)
@style(Bindingmargin 1.4in)

When Scribe uses the Bindingmargin, it will divide the number you have provided
by 2.  In your case, the result will be .7inches.  Scribe will then add
.7inches to the leftmargin of the odd page and deduct .7inches from the
rightmargin of the odd page.  (And vice versa for the odd page)

	1.45 + .7 = 2.15       for the Leftmargin  \
                                                    > odd page
	1.45 - .7 =  .75       for the Rightmargin /


	1.45 + .7 = 2.15       for the Rightmargin  \
                                                    > even page
	1.45 - .7 =  .75       for the Leftmargin /
==============================
