Re: remove duplicate anchor generation in texi2html

2009-12-30 Thread Reinhold Kainhofer
Am Mittwoch, 30. Dezember 2009 06:55:38 schrieb Patrick McCarty: > I forgot to mention that with this patch, hyperlinks have a "#" > appended to them instead of a "#" followed by the node name. So it's > still not satisfactory. > > I tried to figure out where the hyperlink names are generated. I

Re: remove duplicate anchor generation in texi2html

2009-12-29 Thread Patrick McCarty
On 2009-12-29, Patrick McCarty wrote: > > After an hour digging through the texi2html source, I was not able to > figure it out, so I'll come back this issue in a couple of days. > > Though, as an experiment, I tried nulling the first return value > instead of the second, and the second-layer TOC

Re: remove duplicate anchor generation in texi2html

2009-12-29 Thread Patrick McCarty
On 2009-12-29, Patrick McCarty wrote: > On Mon, Dec 28, 2009 at 2:26 PM, Graham Percival > wrote: > > The below patch stops texi2html from creating two anchors, making the > > webpage navigation much more comfortable.  However, it also makes the > > TOC navbars disappear. > > > > diff --git a/Docu

Re: remove duplicate anchor generation in texi2html

2009-12-29 Thread Patrick McCarty
On Mon, Dec 28, 2009 at 2:26 PM, Graham Percival wrote: > The below patch stops texi2html from creating two anchors, making the > webpage navigation much more comfortable.  However, it also makes the > TOC navbars disappear. > > diff --git a/Documentation/lilypond-texi2html.init > b/Documentation

remove duplicate anchor generation in texi2html

2009-12-28 Thread Graham Percival
The below patch stops texi2html from creating two anchors, making the webpage navigation much more comfortable. However, it also makes the TOC navbars disappear. Valentin, could you fix the CSS so they don't vanish? Cheers, - Graham diff --git a/Documentation/lilypond-texi2html.init b/Document