On Wed, Aug 12, 2009 at 07:23:14AM +0300, Oleg Katsitadze wrote: > Am I the only one seeing this? In > > > http://www.environnement.ens.fr/perso/dumas/comp_html/texi2html/texinfo.html > > the menu-headers are attached to a preceding menu, it looks like this:
This should have changed. Now (unless called as texi2html) the menu has the node names only on http://www.environnement.ens.fr/perso/dumas/comp_html/texi2html/texinfo.html However there is still the equivalent of: > Overview of Texinfo > > > 1.1 Reporting Bugs > 1.2 Using Texinfo > 1.3 Info files > 1.4 Printed Books > 1.5 @-commands > 1.6 General Syntactic Conventions > 1.7 Comments > 1.8 What a Texinfo File Must Have > 1.9 Six Parts of a Texinfo File > 1.10 A Short Sample Texinfo File > 1.11 History Since it is how the @detailmenu is written in the texinfo manual (an old texinfo manual version, but good enough). I have reposted what is obtained when called as texi2html: http://www.environnement.ens.fr/perso/dumas/comp_html/texi2html-style/texinfo.html > • Texinfo Mode Overview > 2.1 The Usual GNU Emacs Editing Commands > > And BTW, why are there bullets for first items of several detailed > menus (e.g., "Texinfo Mode Overview" above)? It is because, in the default case, texi2html uses section names for menu entry, but when there is no section name, it uses the node name. -- Pat
