On Tue, Jul 08, 2025 at 07:42:13PM +0000, Werner LEMBERG wrote: > There is both a header and a footer navigation panel. However, the > files `Foo.html` and `Bar.html` look like the following: > > ``` > Previous: Foo, Up: Top > ------------------------------- > > ... > > ``` > > There is only a header but no footer navigation panel. > > What must I do to always get a navigation panel in the footer (i.e., > `NODE_FOOTER_BUTTONS`)?
texi2any --html -c FORMAT_MENU=menu -c WORDS_IN_PAGE=0 test.texi The setting of FORMAT_MENU is immaterial. This question has been asked so many times before that I wonder if we should just make WORDS_IN_PAGE equal to 0 by default as users seem to have difficulty finding out about it. The default value is 300, currently set in tta/data/converters_defaults.txt. This means that if there are fewer than 300 words in a node, no footer panel will be output.