This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Different recto and verso margins ...


In jadetex.dtx, after these lines:

	\def\JadeSetPage{%
	 \ifnum\PageTwoSide=0
	   \global\@twosidefalse
	 \else
	   \global\@twosidetrue
	 \fi
	 \footskip\FooterMargin
	 \oddsidemargin\LeftMargin

add the next:

	 \ifnum\PageTwoSide=0
	    \evensidemargin\LeftMargin
	 \else
	    \evensidemargin\RightMargin
	 \fi

Hope this helps,

Juan R. Migoya
TEAM S.L.

Richard Sharpe wrote:
> 
> Hi,
> 
> I have got my two-side stuff seemingly working, with the appropriate things
> set in JadeTex and so forth.
> 
> However, if I use different left and right margins, to allow for the
> binding that will occur, I do not seem to get these alternating on recto
> and verso pages. They are the same on each page, which will create a funny
> effect.
> 
> Does anyone know how to get recto and verso pages alternating their margins?
> 
> Regards
> -------
> Richard Sharpe, sharpe@ns.aus.com

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]