> Date: Sat, 26 Aug 2000 12:07:54 +0200
> From: Frank Heckenbach <[EMAIL PROTECTED]>
>
> foo.texi:12: Node `chap' requires a sectioning command (e.g. @unnumbered).
> ./foo.texi:5: Next field of node `Top' not pointed to.
> ./foo.texi:12: This node (chap) has the bad Prev.
> ./foo.texi:12: `chap' has no Up field.
Try adding explicit Next, Prev, and Up links to the @node line, and I
think it will work then. If not, please tell.
The implicit document structuring that you are trying to use is very
fragile, it is easily broken by even small deviations from the
standard format. In particular, it *must* see the sectioning commands
verbatim, not obscured by macros.