zsh-workers
 help / color / mirror / code / Atom feed
* "Concept index" in printed doc has gone berzerk
@ 2000-05-22 14:49 Bart Schaefer
  2000-05-22 14:56 ` Peter Stephenson
  2000-05-22 15:44 ` PATCH: " Bart Schaefer
  0 siblings, 2 replies; 3+ messages in thread
From: Bart Schaefer @ 2000-05-22 14:49 UTC (permalink / raw)
  To: zsh-workers

When I run "cd Doc; make us_ps" I get a manual 675 pages long.  The reason
is that every line of the Concept Index (including the title) has been put
onto its own page.  It looks like this happens because the index-generation
in my version of texi2dvi is just plain stupid; if there's only room for
N lines of index on the bottom of a page, then every page thereafter has
only the next N lines of that index on it as well.

This happened fairly recently; if no one else knows what's up,  and if it
doesn't work to simply force each index to start on its own new page, I'll
try backtracking through older versions to see if I can find out when. 

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "Concept index" in printed doc has gone berzerk
  2000-05-22 14:49 "Concept index" in printed doc has gone berzerk Bart Schaefer
@ 2000-05-22 14:56 ` Peter Stephenson
  2000-05-22 15:44 ` PATCH: " Bart Schaefer
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Stephenson @ 2000-05-22 14:56 UTC (permalink / raw)
  To: Zsh hackers list

> It looks like this happens because the index-generation
> in my version of texi2dvi is just plain stupid; if there's only room for
> N lines of index on the bottom of a page, then every page thereafter has
> only the next N lines of that index on it as well.

I noticed this recently, too, so it's not just your version, but I haven't
tried to track it down any further, sorry.

-- 
Peter Stephenson <pws@cambridgesiliconradio.com>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


^ permalink raw reply	[flat|nested] 3+ messages in thread

* PATCH: Re: "Concept index" in printed doc has gone berzerk
  2000-05-22 14:49 "Concept index" in printed doc has gone berzerk Bart Schaefer
  2000-05-22 14:56 ` Peter Stephenson
@ 2000-05-22 15:44 ` Bart Schaefer
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Schaefer @ 2000-05-22 15:44 UTC (permalink / raw)
  To: zsh-workers

On May 22,  2:49pm, Bart Schaefer wrote:
} Subject: "Concept index" in printed doc has gone berzerk
}
} When I run "cd Doc; make us_ps" I get a manual 675 pages long. [...] if it
} doesn't work to simply force each index to start on its own new page [...]

It worked.

diff -ru ../zsh-forge/current/Doc/Zsh/index.yo Doc/Zsh/index.yo
--- ../zsh-forge/current/Doc/Zsh/index.yo	Sat Apr  1 12:43:44 2000
+++ Doc/Zsh/index.yo	Mon May 22 08:34:50 2000
@@ -1,5 +1,6 @@
 ifztexi(\
 def(printindex)(2)(\
+  texipage()NL()\
   NOTRANS(@unnumbered) ARG1NL()\
   NL()\
   NOTRANS(@printindex) ARG2\

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-05-22 15:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-22 14:49 "Concept index" in printed doc has gone berzerk Bart Schaefer
2000-05-22 14:56 ` Peter Stephenson
2000-05-22 15:44 ` PATCH: " Bart Schaefer

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).