Hi Chet, you need to use the special make4ht commands for the index, to get correct links to the index entries. If you just use makeindex after lualatex, it won't be correct.
Best, Michal On Tue, Feb 25, 2025 at 3:50 AM Chet Murthy <murthy.c...@gmail.com> wrote: > Michal, > > In the spirit of "MWE", I didn't mention that when I do an actual build, I > do: > > lualatex $< > makeindex $< > lualatex $< > > and then > > tex4ebook -c config.cfg $< > > So even if makeindex isn't getting called internally, I do call it in my > Makefile. > > I'll try out your stuff tomorrow AM and report back! > > Thank you again, > --chet-- > > >