Re: Texinfo @section level error
Heime <[email protected]> Fri, 24 Apr 2026 20:43:44 +0000
| Newsgroups | gmane.comp.tex.texinfo.general |
|---|---|
| Message-ID | <0MBJzaxThkn8tInVPayU_IaSpgjQ_5K8bMa7JiJ8URputHfWRn6t-195UzIQuhMywbQkFgI0CgbCmyqXTjSnrRrWxjE0q3gP4-0e34GdG4s=@protonmail.com> |
On Saturday, April 25th, 2026 at 8:38 AM, Patrice Dumas <[email protected]> = wrote: > 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"? >=20 > 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. Do program manuals use chapters? Is the suggestion to always use at least one of @chapter, @unnumbered, or @appendix as top level declaration? =20 > > > > > > \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. > > > > > > > > >