From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6346 invoked from network); 16 Jun 1999 15:34:32 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 16 Jun 1999 15:34:32 -0000 Received: (qmail 544 invoked by alias); 16 Jun 1999 15:34:20 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6674 Received: (qmail 537 invoked from network); 16 Jun 1999 15:34:19 -0000 From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: PATCH: pws-22: zsh.texi - move layout info to the beginning Date: Wed, 16 Jun 1999 19:33:44 +0400 Message-ID: <001601beb80d$9e705480$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 This patch moves both @afourpaper/@setchapternewpage before @setfilename. The reasons are: - @setfilename reads systemwide texinfo.cnf that can be used to override page dimensions - texi2dvi has option to run command after @setfilename With this patch you can use either method to change default formatting (that was not easy before). @setchapternewpage off is actually redundant and can be omitted. The same probably applies to @afourpaper, because for some obscure reasons it still formats for US Letter instead of A4 /andrej --- zsh.yo.org Mon Jun 14 20:14:29 1999 +++ zsh.yo Wed Jun 16 19:15:28 1999 @@ -15,12 +15,10 @@ def(ifzshone)(1)()\ def(ifzshall)(1)()\ )\ -ifztexi(\ +ifztexi( texinfo(zsh.info)(zsh) -NOTRANS(@setchapternewpage off -@iftex +NOTRANS(@iftex @finalout -@afourpaper @end iftex) texititlepage() texititle(The Z Shell Guide) --- ztexi.yo.org Mon Jun 14 20:14:29 1999 +++ ztexi.yo Wed Jun 16 17:48:35 1999 @@ -11,7 +11,6 @@ ATEXIT(\ NL()\ - NOTRANS(@setchapternewpage off)NL()\ NOTRANS(@contents)NL()\ NOTRANS(@bye)NL()\ ) @@ -47,6 +46,10 @@ STDPAR()\ NOTRANS(\input texinfo.tex)NL()\ NOTRANS(@c %**start of header)NL()\ + NOTRANS(@iftex)NL()\ + NOTRANS(@afourpaper)NL()\ + NOTRANS(@setchapternewpage off)NL()\ + NOTRANS(@end iftex)NL()\ NOTRANS(@setfilename )ARG1NL()\ NOTRANS(@settitle )ARG2NL()\ NOTRANS(@c %**end of header)NL()\