On Sun, Feb 20, 2022 at 10:42:25AM +, Gavin Smith wrote:
> > For plaintext, I propose to have two options
> > * book-like: format the text before the first @node or sectioning
> > command, not necessarily the @titlepage, but at least determine
> > some title. Do not output the Top node.
>
On Sun, Mar 13, 2022 at 07:11:11PM +, Gavin Smith wrote:
> I think it makes sense to consider the node to end at the @part command.
I agree, and that is what I actually assumed for DocBook code (not
related to ignoring Top node but more in link with where @part content
should appear).
> Do yo
On Sun, Mar 13, 2022 at 05:31:37PM +0100, Patrice Dumas wrote:
> Hello,
>
> @part is naturally placed before @node and therefore would be ignored
> for the first node after the Top node. Here is an example:
>
> @node Top
> @top top
>
> @part Part 0
>
> @node chapter node
> @chapter chapte
Hello,
@part is naturally placed before @node and therefore would be ignored
for the first node after the Top node. Here is an example:
@node Top
@top top
@part Part 0
@node chapter node
@chapter chapter
If, instead, the @part is between the @node and @chapter, the output is
correct in T