texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Put NO_TOP_NODE_OUTPUT implementation in plaintex


From: Patrice Dumas
Subject: branch master updated: Put NO_TOP_NODE_OUTPUT implementation in plaintext in future features
Date: Sun, 13 Mar 2022 13:26:27 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 3349c988f7 Put NO_TOP_NODE_OUTPUT implementation in plaintext in 
future features
3349c988f7 is described below

commit 3349c988f726375c3075e744dc3edb01540f1193
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Mar 13 18:25:51 2022 +0100

    Put NO_TOP_NODE_OUTPUT implementation in plaintext in future features
---
 tp/TODO | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

diff --git a/tp/TODO b/tp/TODO
index 044fc4c825..0558f58e97 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -47,17 +47,6 @@ bytes.  document more somewhere?
  $self->{'parser_info'}->{'input_file_name'}
  $self->{'info'}->{'input_directory'}
 
-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.
-* non book: do not output the text before the first @node or
-  sectioning command. If there is @*content before the first @node or
-  sectioning command, the table of content is is still output
-  before the first node or sectioning command.  The change is that
-  text before the first @node or sectioning command is not output.
-Default is non book.
-
 
 Bugs
 ====
@@ -300,6 +289,13 @@ Labels in Info (which also means index entries)
 *note more or less everywhere
 
 
+For plaintext, implement an effect of NO_TOP_NODE_OUTPUT
+* if true, output some title, possibly based on titlepage
+  and do not output the Top node.
+* if false, current output is ok
+Default is false.
+
+
 DocBook
 -------
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]