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
