texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * doc/texinfo-tex-test.texi (Index and paragraphs


From: Gavin D. Smith
Subject: branch master updated: * doc/texinfo-tex-test.texi (Index and paragraphs): New section.
Date: Sun, 19 Feb 2023 12:09:30 -0500

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

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 8707834db7 * doc/texinfo-tex-test.texi (Index and paragraphs): New 
section.
8707834db7 is described below

commit 8707834db73b2013c9c93e5f33433980fbe847ac
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Sun Feb 19 17:07:29 2023 +0000

    * doc/texinfo-tex-test.texi (Index and paragraphs): New section.
---
 ChangeLog                 |  4 +++
 doc/texinfo-tex-test.texi | 87 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 91 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index b80576a71f..4f6c14be8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2023-02-19  Gavin Smith <gavinsmith0123@gmail.com>
+
+       * doc/texinfo-tex-test.texi (Index and paragraphs): New section.
+
 2023-02-19  Gavin Smith <gavinsmith0123@gmail.com>
 
        Reorganise test file
diff --git a/doc/texinfo-tex-test.texi b/doc/texinfo-tex-test.texi
index a4ae5371c9..6ca253ff63 100644
--- a/doc/texinfo-tex-test.texi
+++ b/doc/texinfo-tex-test.texi
@@ -985,6 +985,93 @@ test of \eqno
 @end displaymath
 
 
+@chapter Index and paragraphs
+
+@section Index command between lines
+
+Should be split
+
+aaa
+@cindex text
+bbb
+
+@section Index command directly after @@item
+
+In @@table: definition text should be opposite heading, not below:
+
+@table @asis
+@item foo
+@cindex text
+@var{definition}
+@end table
+
+Longer text - definition is below:
+
+@table @asis
+@item foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
+@cindex text
+@var{definition}
+@end table
+
+With multiple index commands:
+
+@table @asis
+@item foo
+@cindex text
+@cindex text2
+@cindex text3
+@var{definition}
+@end table
+
+@table @asis
+@item foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
+@cindex text2
+@cindex text3
+@var{definition}
+@end table
+
+In @@itemize:
+
+@itemize @bullet
+@item One
+@item
+@cindex text
+Two - after index command
+@item
+@cindex text
+@cindex text2
+@cindex text3
+Three - after multiple index commands
+@end itemize
+
+@section Index command in middle of @@item
+
+Here @var{aaa} should be on a different line to @var{bbb}:
+
+@table @asis
+@item foo
+@var{aaa}
+@cindex text
+@var{bbb}
+@end table
+
+@table @asis
+@item foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo foo
+@var{aaa}
+@cindex text
+@var{bbb}
+@end table
+
+@itemize @bullet
+@item
+@var{aaa}
+@cindex text
+@var{bbb}
+@end itemize
+
+
+
+
 
 @chapter Style commands
 



reply via email to

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