Oops. I figured it out. I didn't notice earlier because I was just using grep to find the fnindex lines.
However, each of these @fnindex lines is inside @ifinfo/@end ifinfo. That would explain it. Sorry for the noise! On Wed, Jul 27, 2022 at 3:47 AM Gavin Smith <[email protected]> wrote: > On Tue, Jul 26, 2022 at 05:54:04PM -0700, Raymond Toy wrote: > > On a related note, maxima has a few things like "@fnindex Logical > > conjunction". These show up in the info file. However, I can't find > that > > anywhere in the html file(s). Is that a bug too? > > I couldn't reproduce this. I checked with --no-split and without. > > Could you try to produce a minimal failing example that you could > post to this list? > > The code below has both bar and foo in the index. > > \input texinfo > @synindex ky fn > @synindex vr fn > @synindex cp fn > > @node Top > > top node hello > > @node Two > > @fnindex foo > @cindex bar > > @node Index > > @printindex fn > > @bye > > -- Ray
