zsh-workers
 help / color / mirror / code / Atom feed
From: "Andrej Borsenkow" <borsenkow.msk@sni.de>
To: "ZSH workers mailing list" <zsh-workers@sunsite.auc.dk>
Subject: PATCH: pws-22: zsh.texi - move layout info to the beginning
Date: Wed, 16 Jun 1999 19:33:44 +0400	[thread overview]
Message-ID: <001601beb80d$9e705480$21c9ca95@mow.siemens.ru> (raw)

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()\


                 reply	other threads:[~1999-06-16 15:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001601beb80d$9e705480$21c9ca95@mow.siemens.ru' \
    --to=borsenkow.msk@sni.de \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).