From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16091 invoked from network); 21 Dec 1998 16:16:36 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 21 Dec 1998 16:16:36 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id LAA10703; Mon, 21 Dec 1998 11:02:14 -0500 (EST) Resent-Date: Mon, 21 Dec 1998 11:02:14 -0500 (EST) Sender: B.Stephens@isode.com To: ZSH workers mailing list Subject: Re: print texinfo doubleside? References: <000a01be2cf6$c8d4d180$21c9ca95@mowp.siemens.ru> Mime-Version: 1.0 (generated by tm-edit 7.108) Content-Type: text/plain; charset=US-ASCII From: Bruce Stephens Date: 21 Dec 1998 16:00:49 +0000 In-Reply-To: "Andrej Borsenkow"'s message of "Mon, 21 Dec 1998 18:30:05 +0300" Message-ID: X-Mailer: Gnus v5.6.27/XEmacs 20.4 - "Emerald" Resent-Message-ID: <"2eNkR3.0.7d2.54dVs"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4858 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu "Andrej Borsenkow" writes: > Is it posible to format texinfo for double side printing? Currently, > margins are the same for both odd and even pages - that not only looks ugly, > but sometimes text is so near to bind side, that it is almost impossible to > read. 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.