> Date: Sun, 18 May 2025 12:26:11 +0000 > From: Heime <heimebor...@protonmail.com> > Cc: help-texinfo@gnu.org > > > > What is the following about, where instead of "::" one uses a single ":"? > > > > > > This is described in the Texinfo manual. > > Where in the textinfo manual?
It comes with the Texinfo package, the one which installs texi2any, makeinfo, install-info, etc. > > 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." > > I am using sections, subsection, etc and getting > > icord.texi:151: raising the section level of @subsection which is too low > > What is the problem You didn't keep the nodes at their proper hierarchical levels, as determined by menus. > and how should the menu be written for sections and subsections? The menu(s) for sections should be in chapter(s), the menu(s) for subsections should be in section(s), etc.