On Tue, Jul 08, 2025 at 07:42:13PM +0000, Werner LEMBERG wrote: > > [texi2any 6.8, 7.2] > > > texi2any --html -c FORMAT_MENU=menu menu.texinfo > ``` > > 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`)?
I think that you should change WORDS_IN_PAGE to a smaller value, or to 0. WORDS_IN_PAGE When output is split by nodes, specifies the approximate minimum page length at which a navigation panel is placed at the bottom of a page. To avoid ever having the navigation buttons at the bottom of a page, set this to a sufficiently large number. The default is 300. -- Pat