On Sat, Oct 15, 2022 at 03:43:00PM +0100, Gavin Smith wrote: > On Sat, Oct 15, 2022 at 03:20:22PM +0200, Patrice Dumas wrote: > > Should be done for latex2html too. I still haven't finished handling > > @latex blocks correctly, but should be done soon. > > I doubt it is correct to convert the contents of @latex and @tex > blocks when outputting HTML unless --iflatex or --iftex were given > on the command line.
Totally agreed, the issue is actually that they are in the tree, only with empty elided_block content, they need to be ignored without triggering any error/debug message nor leading to empty file being created. This issue probably exists since some time, but was not triggered in the test suite... -- Pat