> Date: Sat, 17 May 2025 19:18:18 +0000 > From: Heime <[email protected]> > Cc: [email protected] > > > > How would I make the menus for the document, how would it be for this > > > case? > > > > > > You already have a menu. Just add there all of the nodes in the > > document. > > Is that for all sectionings (chapter, section, subsection, subsubsection, > ...)?
Yes, but preserving the hierarchy: subsection nodes should appear in menus in section nodes, etc. > What is the following about, where instead of "::" one uses a single ":"? This is described in the Texinfo manual. The text after the colon is the name of the node, but if it's the same as the menu item, you can use "::". That is, "Files::" stands for "Files: Files."
