help-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help-texinfo] strange header in "Concept Index"


From: Karl Berry
Subject: Re: [help-texinfo] strange header in "Concept Index"
Date: Sun, 30 Jan 2005 20:17:21 -0500

    > >     Index contains "Chapter 1: Index" at the top of the page.

Please try this patch, or get the new texinfo.tex from cvs or
ftp://tug.org/tex/texinfo.tex.

The info is still in the headline, but at least the @unnumbered does not
say "Chapter 1" any more.

Cheers,
karl

--- texinfo.tex.~1.182.~        2005-01-20 11:30:32.000000000 -0800
+++ texinfo.tex 2005-01-30 17:02:00.000000000 -0800
@@ -4290,9 +4290,9 @@
       \setbox0 = \hbox{}%
       \def\toctype{unnchap}%
-      \def\thischapter{#1}%
+      \gdef\thischapter{#1}%
     \else\ifx\temptype\Yomitfromtockeyword
       \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
       \def\toctype{omit}%
-      \xdef\thischapter{}%
+      \gdef\thischapter{}%
     \else\ifx\temptype\Yappendixkeyword
       \setbox0 = \hbox{\putwordAppendix{} #3\enspace}%




reply via email to

[Prev in Thread] Current Thread [Next in Thread]