On Fri, Apr 24, 2026 at 07:31:07PM +0000, Heime wrote: > ---------------------------------------------------------------- > Why do I get "antares.texi:18: raising the section level of @section > which is too low"?
That is because there is a gap betweenn @top and @section, there should be a @chapter or similar (@unnumbered, @appendix) between the @top and the @section. > > > \input texinfo > > @setfilename manual.info > @settitle Scarlet Ibis EFB Manual > > @node Top > @top Antares Manual > Main nodes for Antares and related astronomy. > > @menu > * Introduction:: > * Key Topics:: > * Rho Ophiuchi Cloud Complex:: > * Observing Data:: > @end menu > > @node Introduction > @section Introduction > Overview of Antares region and its significance. > > > >
