OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC