> The implementation could change, so it is better for people to patch > particular versions of texinfo.tex if they want more customization than > what is supported. I am not going to add all of > @thischapternameheading, @thisfileheading and so on. If this was going > to be supported, it would probably be implemented differently, by > overriding the values of \evenheadline and \oddheadline. The > @thischapterheading macro was just the easiest way of implementing > blanking the chapter name, but doesn't generalise well.
Alright, if it's really "temporary" solution, that could change in the future, I'll save my notes how to do it on my own and wait, maybe better implementation in the future will provide option for this. > If you use "@headings double" only after @contents, you will avoid the > headings in the table of contents. Yes and no. The problem with this, is that numeration of contents will be single-sided, I had to do this... ... @end titlepage @evenheading @thispage @| @| @oddheading @| @| @thispage @summarycontents @contents @headings double ... ... to get it correctly. But of course, thanks for the tip. > It's not completely clear that the @headings double format would be > improved by your suggestion as the document title in the heading is not > duplicating the chapter heading in the main part of the page. If you > were printing a book I guess you would prefer to have it blank. That's exactly my point, not the doubling of chapter name, but clearing the heading (except page number), just because it looks better. > I guess it is not really necessary to have the document title on every > odd page as people tend to know what book you are reading. I think I > agree with your suggestion but I would be interested to hear if other > people have thoughts on it too. Well, I was thinking about removing @thistitle ONLY from new chapter pages, but since you proposed removing it completely, I can support that. Maybe temporary you could do the former, with the same method as for @thischapterheading. Then we would wait for other opinions. S. U.
