[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @fnindex in html output vs info?
From: |
Gavin Smith |
Subject: |
Re: @fnindex in html output vs info? |
Date: |
Wed, 27 Jul 2022 11:47:31 +0100 |
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