Mail Archives: djgpp-workers/2001/01/14/02:41:02
On Sat, 13 Jan 2001, JT Williams wrote:
> I wrote djasm.txi as a stand-alone document. To make it work with the
> other djgpp utility documentation I did this:
>
> - added the @node line to utils.tex (as is done for the other utilities)
>
> - added these commands
>
> @chapter djasm
> @lowersections
>
> as the first two lines of djasm.txi
IMHO, this is backwards: the @lowersections directive should be in the
_including_ document, not in the _included_ one. This is so you could
easily include the same document in other documents.
Having the @node inside djasm.txi and @lowersections outside it makes
djasm.txi more independent and easy to move and use in other documents.
However, if this flexibility is not important, then it doesn't matter how
you do it.
- Raw text -