From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16676 invoked from network); 21 Dec 1998 17:43:40 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 21 Dec 1998 17:43:40 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id MAA12199; Mon, 21 Dec 1998 12:37:23 -0500 (EST) Resent-Date: Mon, 21 Dec 1998 12:37:23 -0500 (EST) From: "Andrej Borsenkow" To: , "ZSH workers mailing list" Subject: RE: print texinfo doubleside? Date: Mon, 21 Dec 1998 20:36:20 +0300 Message-ID: <000201be2d08$6ba3d580$21c9ca95@mowp.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2377.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 Resent-Message-ID: <"FrrUW1.0.Y-2.JTeVs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4859 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu thank you. Unfortunately, it is already there, and new chapters are really started on odd pages. But page margins are totally wrong. The right margin is so tiny, that it is impossible to bind them (the right margin bocomes left on even pages :-) sigh ... (May be, it depends on TeX distribution? I used MikTeX on NT) /andrej > > According to the Texinfo manual: > > `@setchapternewpage odd' > Cause TeX to start new chapters on new, odd-numbered pages > (right-handed pages) and to typeset for double-sided printing. > This is the form most often used for books and manuals. > > So sticking this in the generated texi file ought to work. I haven't > tried it. > >