zsh-workers
 help / color / mirror / code / Atom feed
From: "Jun T." <takimoto-j@kba.biglobe.ne.jp>
To: zsh-workers@zsh.org
Subject: zsh.pdf: table of contents is at the end of pdf
Date: Thu, 26 Jun 2014 22:37:11 +0900	[thread overview]
Message-ID: <20CAC39F-A2EE-4424-9F8D-B0117221C894@kba.biglobe.ne.jp> (raw)

The table of contents (TOC) of the zsh.pdf is at the *end* of the document.
Is this intentional? I guess this is not what most of the users expect.

Moving it to the beginning (just after the cover pages) seems to be easy
(see the patch below), but I wonder if there might be some (secret) reason
for putting the TOC at the end.


diff --git a/Doc/zsh.yo b/Doc/zsh.yo
index 0d815c2..7f6dbd2 100644
--- a/Doc/zsh.yo
+++ b/Doc/zsh.yo
@@ -41,6 +41,7 @@ permission notice identical to this one.
 Permission is granted to copy and distribute translations of this manual
 into another language, under the above conditions for modified versions.
 texiendtitlepage()
+NOTRANS(@contents)
 )\
 ifnzman(includefile(Zsh/manual.yo))\x01
 includefile(Zsh/intro.yo)\x01
diff --git a/Doc/ztexi.yo b/Doc/ztexi.yo
index e58ff39..6368961 100644
--- a/Doc/ztexi.yo
+++ b/Doc/ztexi.yo
@@ -16,7 +16,6 @@ def(CMT)(0)(NOTRANS(@c))
 
 ATEXIT(\
   NL()\
-  NOTRANS(@contents)+NL()\
   NOTRANS(@bye)NL()\
 )
 




                 reply	other threads:[~2014-06-26 14:19 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=20CAC39F-A2EE-4424-9F8D-B0117221C894@kba.biglobe.ne.jp \
    --to=takimoto-j@kba.biglobe.ne.jp \
    --cc=zsh-workers@zsh.org \
    /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).