Re: Unreferenced Node

Heime via Users list for the Texinfo documentation system <[email protected]> Sun, 18 May 2025 16:39:27 +0000
Newsgroups gmane.comp.tex.texinfo.general
Message-ID <D4Ws3dKgq0oLeDUpbkoHuORVnexLgN2fMlpIfD3iDIsxMCE3wdY7BN8HrzUbaIAKeKGy3uZICvt6bYzgjN3lfSrP6XtRBVWtQGfCKVFD_ds=@protonmail.com>




Sent with Proton Mail secure email.

On Monday, May 19th, 2025 at 2:34 AM, Gavin Smith <[email protected]=
> wrote:

> On Sat, May 17, 2025 at 12:54:50PM +0000, Heime via Users list for the Te=
xinfo documentation system wrote: > Using makeinfo I got
>=20
> > icord.texi:140: warning: node `How do I compile this document?' unrefer=
enced
> >=20
> > What is going on? Has this anything to do with @menu?
>=20
>=20
> That message wasn't printed when I tested this with texi2any 7.2, so I
> expect you are using an older version.

Am texi2any (GNU texinfo) 6.8
=20
> There were warnings because the "Frequently Asked Questions" node wasn't
> in the menu, but this can be remediated either by adding an entry to
> the menu, or deleting the menu completely.

Ok, but aren't menus expected for users to use info files in terminal?
=20
> > --------
> >=20
> > \input texinfo @c --texinfo--
> >=20
> > @c %**start of header
> > @setfilename icord.info
> > @settitle ICORD - Information Coordination
> > @c %**end of header
> >=20
> > @titlepage
> > @title ICORD
> > @subtitle Version 1.0
> > @author Heime Borgia
> > @end titlepage
> >=20
> > @node Top
> > @top ICORD - Information Coordination
> >=20
> > @menu
> > * Introduction::
> > * Getting Started::
> > @end menu
> >=20
> > @node Introduction
> > @chapter Introduction
> >=20
> > Welcome to this example Texinfo manual. Texinfo allows you to create
> > documentation in various output formats from a single source.
> >=20
> > @node Getting Started
> > @chapter Getting Started
> >=20
> > @node Frequently Asked Questions
> > @chapter Frequently Asked Questions
> >=20
> > @node How do I compile this document?
> > @section How do I compile this document?
> >=20
> > Run the following command:
> >=20
> > @example
> > makeinfo example.texi
> > @end example
> >=20
> > @bye