texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: LaTeX.pm: add % after macros to avoid adding end


From: Patrice Dumas
Subject: branch master updated: LaTeX.pm: add % after macros to avoid adding end of lines Temporary fix for testsuite no line to end errors in obeycr. tests/formatting/simplest.texi: add @top to make more LaTeX output friendly tests/layout/simplest.texi: add comment to state that this file is only used for @verbatiminclude. Update tests.
Date: Sun, 15 Aug 2021 04:34: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 6d9bbb9  LaTeX.pm: add % after macros to avoid adding end of lines 
Temporary fix for testsuite no line to end errors in obeycr. 
tests/formatting/simplest.texi: add @top to make more LaTeX output friendly 
tests/layout/simplest.texi: add comment to state that this file is only used 
for @verbatiminclude. Update tests.
6d9bbb9 is described below

commit 6d9bbb97aecf5aef63f62e8b9f54f350491dcb2c
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 15 10:31:14 2021 +0200

    LaTeX.pm: add % after macros to avoid adding end of lines
    Temporary fix for testsuite no line to end errors in obeycr.
    tests/formatting/simplest.texi: add @top to make more LaTeX
    output friendly
    tests/layout/simplest.texi: add comment to state that this
    file is only used for @verbatiminclude.
    Update tests.
---
 tp/Texinfo/Convert/LaTeX.pm                        |   9 +-
 tp/t/converters_tests.t                            |   1 +
 tp/t/results/converters_tests/test_sp.pl           |  10 +-
 .../res_parser/simplest_test_css/simplest.2        |   1 -
 .../res_parser/simplest_test_css/simplest.html     | 152 ++++++-
 tp/tests/formatting/simplest.texi                  |   3 +
 .../layout/res_parser/formatting/formatting.html   |  12 +
 .../layout/res_parser/formatting_chm/anchor.html   |   2 +
 .../layout/res_parser/formatting_chm/chapter.html  |   8 +
 .../layout/res_parser/formatting_chm/chapter2.html |   2 +
 .../res_parser/formatting_chm/formatting.html      |   6 +
 .../res_parser/formatting_chm/formatting_abt.html  |   2 +
 .../res_parser/formatting_chm/formatting_ovr.html  |   2 +
 .../res_parser/formatting_chm/formatting_toc.html  |   2 +
 .../layout/res_parser/formatting_chm/index.html    |   2 +
 .../formatting_chm/s_002d_002dect_002cion.html     |   2 +
 .../res_parser/formatting_chm/subsection.html      |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_docbook/formatting.xml   |  12 +
 .../res_parser/formatting_exotic/anchor.html       |   2 +
 .../res_parser/formatting_exotic/chapter.html      |   8 +
 .../res_parser/formatting_exotic/chapter2.html     |   2 +
 .../formatting_exotic/formatting_abt.html          |   2 +
 .../formatting_exotic/formatting_ovr.html          |   2 +
 .../formatting_exotic/formatting_toc.html          |   2 +
 .../layout/res_parser/formatting_exotic/index.html |   2 +
 .../formatting_exotic/s_002d_002dect_002cion.html  |   2 +
 .../res_parser/formatting_exotic/subsection.html   |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_fr_icons/formatting.html |  12 +
 .../res_parser/formatting_html/formatting.html     |  12 +
 .../res_parser/formatting_html32/formatting.html   |  12 +
 .../formatting_html_no_texi2html/formatting.html   |   8 +
 .../res_parser/formatting_html_nodes/anchor.html   |   2 +
 .../res_parser/formatting_html_nodes/chapter.html  |   8 +
 .../res_parser/formatting_html_nodes/chapter2.html |   2 +
 .../formatting_html_nodes/formatting_abt.html      |   2 +
 .../formatting_html_nodes/formatting_fot.html      |   2 +
 .../formatting_html_nodes/formatting_ovr.html      |   2 +
 .../formatting_html_nodes/formatting_toc.html      |   2 +
 .../res_parser/formatting_html_nodes/index.html    |   6 +
 .../s_002d_002dect_002cion.html                    |   2 +
 .../formatting_html_nodes/subsection.html          |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_info/formatting.info     | Bin 89340 -> 89626 bytes
 .../res_parser/formatting_latex/formatting.tex     | 499 +++++++++++----------
 .../res_parser/formatting_mathjax/formatting.html  |  12 +
 .../layout/res_parser/formatting_nodes/anchor.html |   2 +
 .../res_parser/formatting_nodes/chapter.html       |   8 +
 .../res_parser/formatting_nodes/chapter2.html      |   2 +
 .../formatting_nodes/formatting_abt.html           |   2 +
 .../formatting_nodes/formatting_fot.html           |   2 +
 .../formatting_nodes/formatting_ovr.html           |   2 +
 .../formatting_nodes/formatting_toc.html           |   2 +
 .../layout/res_parser/formatting_nodes/index.html  |   6 +
 .../formatting_nodes/s_002d_002dect_002cion.html   |   2 +
 .../res_parser/formatting_nodes/subsection.html    |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_plaintext/formatting.txt | 474 +++++++++----------
 .../formatting_regions/formatting_regions.html     |  12 +
 .../formatting_weird_quotes/formatting.html        |  12 +
 tp/tests/layout/simplest.texi                      |   2 +
 .../res_parser/formatting_singular/anchor.html     |   2 +
 .../res_parser/formatting_singular/chapter.html    |   8 +
 .../res_parser/formatting_singular/chapter2.html   |   2 +
 .../res_parser/formatting_singular/index.htm       |   2 +
 .../res_parser/formatting_singular/index.html      |   2 +
 .../s_002d_002dect_002cion.html                    |   2 +
 .../res_parser/formatting_singular/sing_abt.htm    |   2 +
 .../res_parser/formatting_singular/sing_fot.htm    |   2 +
 .../res_parser/formatting_singular/sing_ovr.htm    |   2 +
 .../res_parser/formatting_singular/sing_toc.htm    |   2 +
 .../res_parser/formatting_singular/subsection.html |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/simplest_httex/simplest.html        | 152 ++++++-
 80 files changed, 1073 insertions(+), 496 deletions(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index 0213828..3ea8959 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -655,6 +655,9 @@ sub _latex_header {
 '
 \renewcommand{\includegraphics}[1]{\fbox{FIG #1}}
 
+%temporary to avoid "no line here to end" errors in test suite constructs
+\renewcommand{\obeycr}{\relax}
+
 ';
   }
   # setup defaults
@@ -1695,7 +1698,7 @@ sub _convert($$)
     } elsif ($command eq 'listoffloats') {
       return '';
     } elsif ($command eq 'page') {
-      $result .= "\\newpage\n";
+      $result .= "\\newpage{}%\n";
       return $result;
     } elsif ($command eq 'indent') {
       # TODO it seems that \indent only works with \setlength{\parindent}{0pt}
@@ -1716,12 +1719,12 @@ sub _convert($$)
       # different from LaTeX, and some people warn against using
       # TeX primitives.  However there is no obvious corresponding
       # command in LaTeX, except for adding enough \\.
-      $result .= "\\vskip $sp_nr\\baselineskip\n";
+      $result .= "\\vskip $sp_nr\\baselineskip %\n";
       return $result;
     } elsif ($command eq 'need') {
       if ($root->{'extra'}->{'misc_args'}->[0]) {
         my $need_value = 0.001 * $root->{'extra'}->{'misc_args'}->[0];
-        $result .= "\\needspace{${need_value}pt}\n";
+        $result .= "\\needspace{${need_value}pt}%\n";
       }
       return $result;
     } elsif ($command eq 'contents') {
diff --git a/tp/t/converters_tests.t b/tp/t/converters_tests.t
index 587ad36..287db5f 100644
--- a/tp/t/converters_tests.t
+++ b/tp/t/converters_tests.t
@@ -5,6 +5,7 @@ use Texinfo::ModulePath (undef, undef, 'updirs' => 2);
 
 require 't/test_utils.pl';
 
+# do not use @node Top as it is ignored in LaTeX output
 my $accents_text = '@node Top node
 @top top
 
diff --git a/tp/t/results/converters_tests/test_sp.pl 
b/tp/t/results/converters_tests/test_sp.pl
index f521509..59901c6 100644
--- a/tp/t/results/converters_tests/test_sp.pl
+++ b/tp/t/results/converters_tests/test_sp.pl
@@ -423,21 +423,21 @@ Now lone @sp:
 
 
 $result_converted{'latex'}->{'test_sp'} = 'Para
-\\vskip 1\\baselineskip
+\\vskip 1\\baselineskip %
 other para
 Now lone @sp:
 
-\\vskip 1\\baselineskip
+\\vskip 1\\baselineskip %
 
-\\vskip 2\\baselineskip
+\\vskip 2\\baselineskip %
 Para after sp
 
 A
-\\vskip 2\\baselineskip
+\\vskip 2\\baselineskip %
 B
 
 sp after para
-\\vskip 1\\baselineskip
+\\vskip 1\\baselineskip %
 ';
 
 1;
diff --git a/tp/tests/formatting/res_parser/simplest_test_css/simplest.2 
b/tp/tests/formatting/res_parser/simplest_test_css/simplest.2
index 4fb9a2d..e69de29 100644
--- a/tp/tests/formatting/res_parser/simplest_test_css/simplest.2
+++ b/tp/tests/formatting/res_parser/simplest_test_css/simplest.2
@@ -1 +0,0 @@
-simplest.texi: warning: must specify a title with a title command or @top
diff --git a/tp/tests/formatting/res_parser/simplest_test_css/simplest.html 
b/tp/tests/formatting/res_parser/simplest_test_css/simplest.html
index 4a4d411..d2ae55d 100644
--- a/tp/tests/formatting/res_parser/simplest_test_css/simplest.html
+++ b/tp/tests/formatting/res_parser/simplest_test_css/simplest.html
@@ -3,10 +3,10 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Untitled Document</title>
+<title>top section</title>
 
-<meta name="description" content="Untitled Document">
-<meta name="keywords" content="Untitled Document">
+<meta name="description" content="top section">
+<meta name="keywords" content="top section">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
@@ -49,10 +49,152 @@ ul.no-bullet {list-style: none}
 
 <body lang="en">
 
-<span id="Top"></span>
+<div class="top" id="Top">
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[ &lt; ]</td>
+<td valign="middle" align="left">[<a href="#Chapter" title="Next section in 
reading order"> &gt; </a>]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[Index]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<span id="top-section"></span><h1 class="top">top section</h1>
+
+<hr size="6">
+<div class="chapter" id="Chapter">
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="#Top" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#Top" title="Previous section in 
reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
+<td valign="middle" align="left">[ &gt; ]</td>
+<td valign="middle" align="left">[ &gt;&gt; ]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[Index]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<h1 class="chapter">1 Chapter</h1>
+
 <p>This is a very simple texi manual &nbsp; &lt;&gt;.
 </p>
-<hr><p><font size="-1">
+<hr size="6">
+</div>
+</div>
+<div class="About_element" id="SEC_About">
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[Index]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<h1 class="about-heading">About This Document</h1>
+
+<p>
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</p>
+<p>
+  The buttons in the navigation panels have the following meaning:
+</p>
+<table border="1">
+  <tr>
+    <th> Button </th>
+    <th> Name </th>
+    <th> Go to </th>
+    <th> From 1.2.3 go to</th>
+  </tr>
+  <tr>
+    <td align="center"> [ &lt;&lt; ] </td>
+    <td align="center">FastBack</td>
+    <td>Beginning of this chapter or previous chapter</td>
+    <td>1</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &lt; ] </td>
+    <td align="center">Back</td>
+    <td>Previous section in reading order</td>
+    <td>1.2.2</td>
+  </tr>
+  <tr>
+    <td align="center"> [ Up ] </td>
+    <td align="center">Up</td>
+    <td>Up section</td>
+    <td>1.2</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &gt; ] </td>
+    <td align="center">Forward</td>
+    <td>Next section in reading order</td>
+    <td>1.2.4</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &gt;&gt; ] </td>
+    <td align="center">FastForward</td>
+    <td>Next chapter</td>
+    <td>2</td>
+  </tr>
+  <tr>
+    <td align="center"> [Top] </td>
+    <td align="center">Top</td>
+    <td>Cover (top) of document</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [Contents] </td>
+    <td align="center">Contents</td>
+    <td>Table of contents</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [Index] </td>
+    <td align="center">Index</td>
+    <td>Index</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [ ? ] </td>
+    <td align="center">About</td>
+    <td>About (help)</td>
+    <td> &nbsp; </td>
+  </tr>
+</table>
+
+<p>
+  where the <strong> Example </strong> assumes that the current position is at 
<strong> Subsubsection One-Two-Three </strong> of a document of the following 
structure:
+</p>
+
+<ul>
+  <li> 1. Section One
+    <ul>
+      <li>1.1 Subsection One-One
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.2 Subsection One-Two
+        <ul>
+          <li>1.2.1 Subsubsection One-Two-One</li>
+          <li>1.2.2 Subsubsection One-Two-Two</li>
+          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
+            <strong>&lt;== Current Position </strong></li>
+          <li>1.2.4 Subsubsection One-Two-Four</li>
+        </ul>
+      </li>
+      <li>1.3 Subsection One-Three
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.4 Subsection One-Four</li>
+    </ul>
+  </li>
+</ul>
+
+</div><hr>
+<p><font size="-1">
   This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
 </font></p>
 
diff --git a/tp/tests/formatting/simplest.texi 
b/tp/tests/formatting/simplest.texi
index 0058280..138d047 100644
--- a/tp/tests/formatting/simplest.texi
+++ b/tp/tests/formatting/simplest.texi
@@ -3,6 +3,9 @@
 @setfilename simplest.info
 
 @node Top
+@top top section
+
+@chapter Chapter
 
 This is a very simple texi manual @  <>.
 
diff --git a/tp/tests/layout/res_parser/formatting/formatting.html 
b/tp/tests/layout/res_parser/formatting/formatting.html
index c2dc6d8..d0f5b93 100644
--- a/tp/tests/layout/res_parser/formatting/formatting.html
+++ b/tp/tests/layout/res_parser/formatting/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3133,6 +3139,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3961,6 +3969,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4885,6 +4895,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/anchor.html 
b/tp/tests/layout/res_parser/formatting_chm/anchor.html
index 2530b2c..c7e3d0a 100644
--- a/tp/tests/layout/res_parser/formatting_chm/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_chm/anchor.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/chapter.html 
b/tp/tests/layout/res_parser/formatting_chm/chapter.html
index cc6f5da..37606ba 100644
--- a/tp/tests/layout/res_parser/formatting_chm/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_chm/chapter.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1427,6 +1429,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2255,6 +2259,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3179,6 +3185,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/chapter2.html 
b/tp/tests/layout/res_parser/formatting_chm/chapter2.html
index 0e24bb8..4bd307b 100644
--- a/tp/tests/layout/res_parser/formatting_chm/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_chm/chapter2.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting.html
index dff7ab9..5b79eb0 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html
index a418d9f..89c4972 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html
index 2c8cfe6..68d5dab 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html
index dc4f56d..678182a 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/index.html 
b/tp/tests/layout/res_parser/formatting_chm/index.html
index f33d48a..8631950 100644
--- a/tp/tests/layout/res_parser/formatting_chm/index.html
+++ b/tp/tests/layout/res_parser/formatting_chm/index.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html
index 0adc359..47e61a6 100644
--- a/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html
+++ b/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_chm/subsection.html 
b/tp/tests/layout/res_parser/formatting_chm/subsection.html
index 0fe5474..e82ad1c 100644
--- a/tp/tests/layout/res_parser/formatting_chm/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_chm/subsection.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 6cc8bcb..9816346 100644
--- 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 350a72a..68d63bf 100644
--- 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_docbook/formatting.xml 
b/tp/tests/layout/res_parser/formatting_docbook/formatting.xml
index 755cbfa..c4830bd 100644
--- a/tp/tests/layout/res_parser/formatting_docbook/formatting.xml
+++ b/tp/tests/layout/res_parser/formatting_docbook/formatting.xml
@@ -564,6 +564,8 @@ more text
 </para>
 <screen>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1261,6 +1263,8 @@ more text
 </para>
 <screen>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1959,6 +1963,8 @@ more text
 </para>
 <screen>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2675,6 +2681,8 @@ more text
 </para>
 <screen>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3372,6 +3380,8 @@ more text
 </para>
 <screen>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4061,6 +4071,8 @@ more text
 </screen><screen>
 </screen><screen>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/anchor.html 
b/tp/tests/layout/res_parser/formatting_exotic/anchor.html
index 7c32a9e..92ea9a1 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/anchor.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/chapter.html 
b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
index c3e73ca..e5918df 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1443,6 +1445,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2271,6 +2275,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3195,6 +3201,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/chapter2.html 
b/tp/tests/layout/res_parser/formatting_exotic/chapter2.html
index 3faa355..35c8216 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/chapter2.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html
index 449da9c..b03ddd1 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html
index 80fa4ad..05005b7 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html
index bdb2678..d6780c3 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/index.html 
b/tp/tests/layout/res_parser/formatting_exotic/index.html
index d0243d6..495368f 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/index.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/index.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html
index c557eac..8db6fad 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_exotic/subsection.html 
b/tp/tests/layout/res_parser/formatting_exotic/subsection.html
index b0e1e5b..9ce19d9 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/subsection.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 2373855..cf57309 100644
--- 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 6826f7f..82f3396 100644
--- 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html 
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
index 16c93a7..39c788a 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3133,6 +3139,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3961,6 +3969,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4885,6 +4895,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html/formatting.html 
b/tp/tests/layout/res_parser/formatting_html/formatting.html
index c2dc6d8..d0f5b93 100644
--- a/tp/tests/layout/res_parser/formatting_html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3133,6 +3139,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3961,6 +3969,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4885,6 +4895,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.html 
b/tp/tests/layout/res_parser/formatting_html32/formatting.html
index cc80f78..4796eee 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1379,6 +1381,8 @@ more text
 </p>
 <pre>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2186,6 +2190,8 @@ more text
 </p>
 <pre>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3048,6 +3054,8 @@ more text
 </p>
 <pre>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3854,6 +3862,8 @@ more text
 </p>
 <pre>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4755,6 +4765,8 @@ more text
 
 </pre><pre>\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html 
b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
index fb4a1d7..17d19a7 100644
--- a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1481,6 +1483,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2309,6 +2313,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3233,6 +3239,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html
index 2530b2c..c7e3d0a 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
index 8a958bf..869a00f 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1443,6 +1445,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2271,6 +2275,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3195,6 +3201,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html
index be4d5a0..2c479c1 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html
index d4bdb9f..2cd4722 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html
index f2c3766..d65fabc 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html
index 54cfcf0..e092f47 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html
index 652fbf8..e7e9b7a 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/index.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
index 591aa13..40698bf 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html
index cdf363b..d4da1be 100644
--- 
a/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html
+++ 
b/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html
index 227cfd1..028782f 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 835956b..43b2dc2 100644
--- 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 8cba381..88a3f46 100644
--- 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_info/formatting.info 
b/tp/tests/layout/res_parser/formatting_info/formatting.info
index 212332c..d7f907a 100644
Binary files a/tp/tests/layout/res_parser/formatting_info/formatting.info and 
b/tp/tests/layout/res_parser/formatting_info/formatting.info differ
diff --git a/tp/tests/layout/res_parser/formatting_latex/formatting.tex 
b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
index a0d4ee3..84f8c5a 100644
--- a/tp/tests/layout/res_parser/formatting_latex/formatting.tex
+++ b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
@@ -45,6 +45,9 @@
 
 \renewcommand{\includegraphics}[1]{\fbox{FIG #1}}
 
+%temporary to avoid "no line here to end" errors in test suite constructs
+\renewcommand{\obeycr}{\relax}
+
 % set default for @setchapternewpage
 \makeatletter
 
\patchcmd{\chapter}{\if@openright\cleardoublepage\else\clearpage\fi}{\GNUTexinfoplaceholder{setchapternewpage
 placeholder}\clearpage}{}{}
@@ -257,12 +260,12 @@ but , ,\@
 \texttt{@image\{@file\{f{-}{-}ile\}@@@.,aze,az,alt,@file\{.file ext\} 
e{-}{-}xt@\}} \includegraphics[width=aze,height=az]{f--ile@.}
 
 \texttt{@sp 2}\leavevmode{}\\
-\vskip 2\baselineskip
+\vskip 2\baselineskip %
 \texttt{@page}\leavevmode{}\\
-\newpage
+\newpage{}%
 
 \texttt{need 1002}
-\needspace{1.002pt}
+\needspace{1.002pt}%
 
 \texttt{@clicksequence\{click @click\{\} A\}} click $\rightarrow{}$ A
 After clickstyle $\Rightarrow{}$
@@ -299,17 +302,17 @@ $$
 $$
 
 {\ttfamily\textsl{default kbdinputstyle}}
-{\ttfamily\textsl{in example default kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example default 
kbdinputstyle}}
+\endgroup{}
 \texttt{code kbdinputstyle}
-\texttt{in example code kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example code 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{example kbdinputstyle}}
-\texttt{in example example kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example example 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{distinct kbdinputstyle}}
-{\ttfamily\textsl{in example distinct kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example 
distinct kbdinputstyle}}
+\endgroup{}
 A quot---ation
 
 \textbf{Note:} A Note
@@ -391,46 +394,46 @@ lone mu--ltitable item
 
 truc bidule
 
-e--xample  some
+\par\begingroup\obeycr\ttfamily\noindent{}e--xample  some
    text
-
-example one arg
-
-example two args
-
-example three args
-
-example four args
-
-example five args
-
-The something \'{e} \TeX{} is here.
-
-A @ at the end of the @example line.
-
-example with empty args
-
-example with empty and non empty args mix
-
-s--mallexample
-
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example one arg
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example two args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example three args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example four args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example five args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}The something \'{e} \TeX{} is here.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}A @ at the end of the @example line.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty and non empty 
args mix
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--mallexample
+\endgroup{}
 \texttt{@noindent} after smallexample.
-\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
+\par\begingroup\obeycr\ttfamily\noindent{}\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
 \$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD\&content-type=text/plain'
-\noindent{}Less recent versions are also present.
-
-d--isplay
-
-s--malldisplay
-
-l--isp
-
-s--malllisp
-
-f--ormat
-
-s--mallformat
-
+\endgroup{}\noindent{}Less recent versions are also present.
+
+\par\begingroup\obeycr\noindent{}d--isplay
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--malldisplay
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}l--isp
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--malllisp
+\endgroup{}
+\par\begingroup\obeycr\noindent{}f--ormat
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--mallformat
+\endgroup{}
 $$
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -713,6 +716,8 @@ more text
 \begin{verbatim}
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1055,12 +1060,12 @@ but , ,\@
 \texttt{@image\{@file\{f{-}{-}ile\}@@@.,aze,az,alt,@file\{.file ext\} 
e{-}{-}xt@\}} \includegraphics[width=aze,height=az]{f--ile@.}
 
 \texttt{@sp 2}\leavevmode{}\\
-\vskip 2\baselineskip
+\vskip 2\baselineskip %
 \texttt{@page}\leavevmode{}\\
-\newpage
+\newpage{}%
 
 \texttt{need 1002}
-\needspace{1.002pt}
+\needspace{1.002pt}%
 
 \texttt{@clicksequence\{click @click\{\} A\}} click $\rightarrow{}$ A
 After clickstyle $\Rightarrow{}$
@@ -1097,17 +1102,17 @@ $$
 $$
 
 {\ttfamily\textsl{default kbdinputstyle}}
-{\ttfamily\textsl{in example default kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example default 
kbdinputstyle}}
+\endgroup{}
 \texttt{code kbdinputstyle}
-\texttt{in example code kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example code 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{example kbdinputstyle}}
-\texttt{in example example kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example example 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{distinct kbdinputstyle}}
-{\ttfamily\textsl{in example distinct kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example 
distinct kbdinputstyle}}
+\endgroup{}
 A quot---ation
 
 \textbf{Note:} A Note
@@ -1189,46 +1194,46 @@ lone mu--ltitable item
 
 truc bidule
 
-e--xample  some
+\par\begingroup\obeycr\ttfamily\noindent{}e--xample  some
    text
-
-example one arg
-
-example two args
-
-example three args
-
-example four args
-
-example five args
-
-The something \'{e} \TeX{} is here.
-
-A @ at the end of the @example line.
-
-example with empty args
-
-example with empty and non empty args mix
-
-s--mallexample
-
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example one arg
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example two args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example three args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example four args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example five args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}The something \'{e} \TeX{} is here.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}A @ at the end of the @example line.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty and non empty 
args mix
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--mallexample
+\endgroup{}
 \texttt{@noindent} after smallexample.
-\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
+\par\begingroup\obeycr\ttfamily\noindent{}\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
 \$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD\&content-type=text/plain'
-\noindent{}Less recent versions are also present.
-
-d--isplay
-
-s--malldisplay
-
-l--isp
-
-s--malllisp
-
-f--ormat
-
-s--mallformat
-
+\endgroup{}\noindent{}Less recent versions are also present.
+
+\par\begingroup\obeycr\noindent{}d--isplay
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--malldisplay
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}l--isp
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--malllisp
+\endgroup{}
+\par\begingroup\obeycr\noindent{}f--ormat
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--mallformat
+\endgroup{}
 $$
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -1511,6 +1516,8 @@ more text
 \begin{verbatim}
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1868,12 +1875,12 @@ but , ,\@
 \texttt{@image\{@file\{f{-}{-}ile\}@@@.,aze,az,alt,@file\{.file ext\} 
e{-}{-}xt@\}} \includegraphics[width=aze,height=az]{f--ile@.}
 
 \texttt{@sp 2}\leavevmode{}\\
-\vskip 2\baselineskip
+\vskip 2\baselineskip %
 \texttt{@page}\leavevmode{}\\
-\newpage
+\newpage{}%
 
 \texttt{need 1002}
-\needspace{1.002pt}
+\needspace{1.002pt}%
 
 \texttt{@clicksequence\{click @click\{\} A\}} click $\rightarrow{}$ A
 After clickstyle $\Rightarrow{}$
@@ -1910,17 +1917,17 @@ $$
 $$
 
 {\ttfamily\textsl{default kbdinputstyle}}
-{\ttfamily\textsl{in example default kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example default 
kbdinputstyle}}
+\endgroup{}
 \texttt{code kbdinputstyle}
-\texttt{in example code kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example code 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{example kbdinputstyle}}
-\texttt{in example example kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example example 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{distinct kbdinputstyle}}
-{\ttfamily\textsl{in example distinct kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example 
distinct kbdinputstyle}}
+\endgroup{}
 A quot---ation
 
 \textbf{Note:} A Note
@@ -2002,46 +2009,46 @@ lone mu--ltitable item
 
 truc bidule
 
-e--xample  some
+\par\begingroup\obeycr\ttfamily\noindent{}e--xample  some
    text
-
-example one arg
-
-example two args
-
-example three args
-
-example four args
-
-example five args
-
-The something \'{e} \TeX{} is here.
-
-A @ at the end of the @example line.
-
-example with empty args
-
-example with empty and non empty args mix
-
-s--mallexample
-
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example one arg
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example two args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example three args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example four args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example five args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}The something \'{e} \TeX{} is here.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}A @ at the end of the @example line.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty and non empty 
args mix
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--mallexample
+\endgroup{}
 \texttt{@noindent} after smallexample.
-\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
+\par\begingroup\obeycr\ttfamily\noindent{}\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
 \$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD\&content-type=text/plain'
-\noindent{}Less recent versions are also present.
-
-d--isplay
-
-s--malldisplay
-
-l--isp
-
-s--malllisp
-
-f--ormat
-
-s--mallformat
-
+\endgroup{}\noindent{}Less recent versions are also present.
+
+\par\begingroup\obeycr\noindent{}d--isplay
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--malldisplay
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}l--isp
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--malllisp
+\endgroup{}
+\par\begingroup\obeycr\noindent{}f--ormat
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--mallformat
+\endgroup{}
 $$
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -2324,6 +2331,8 @@ more text
 \begin{verbatim}
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2665,12 +2674,12 @@ but , ,\@
 \texttt{@image\{@file\{f{-}{-}ile\}@@@.,aze,az,alt,@file\{.file ext\} 
e{-}{-}xt@\}} \includegraphics[width=aze,height=az]{f--ile@.}
 
 \texttt{@sp 2}\leavevmode{}\\
-\vskip 2\baselineskip
+\vskip 2\baselineskip %
 \texttt{@page}\leavevmode{}\\
-\newpage
+\newpage{}%
 
 \texttt{need 1002}
-\needspace{1.002pt}
+\needspace{1.002pt}%
 
 \texttt{@clicksequence\{click @click\{\} A\}} click $\rightarrow{}$ A
 After clickstyle $\Rightarrow{}$
@@ -2707,17 +2716,17 @@ $$
 $$
 
 {\ttfamily\textsl{default kbdinputstyle}}
-{\ttfamily\textsl{in example default kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example default 
kbdinputstyle}}
+\endgroup{}
 \texttt{code kbdinputstyle}
-\texttt{in example code kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example code 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{example kbdinputstyle}}
-\texttt{in example example kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example example 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{distinct kbdinputstyle}}
-{\ttfamily\textsl{in example distinct kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example 
distinct kbdinputstyle}}
+\endgroup{}
 A quot---ation
 
 \textbf{Note:} A Note
@@ -2799,46 +2808,46 @@ lone mu--ltitable item
 
 truc bidule
 
-e--xample  some
+\par\begingroup\obeycr\ttfamily\noindent{}e--xample  some
    text
-
-example one arg
-
-example two args
-
-example three args
-
-example four args
-
-example five args
-
-The something \'{e} \TeX{} is here.
-
-A @ at the end of the @example line.
-
-example with empty args
-
-example with empty and non empty args mix
-
-s--mallexample
-
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example one arg
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example two args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example three args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example four args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example five args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}The something \'{e} \TeX{} is here.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}A @ at the end of the @example line.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty and non empty 
args mix
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--mallexample
+\endgroup{}
 \texttt{@noindent} after smallexample.
-\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
+\par\begingroup\obeycr\ttfamily\noindent{}\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
 \$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD\&content-type=text/plain'
-\noindent{}Less recent versions are also present.
-
-d--isplay
-
-s--malldisplay
-
-l--isp
-
-s--malllisp
-
-f--ormat
-
-s--mallformat
-
+\endgroup{}\noindent{}Less recent versions are also present.
+
+\par\begingroup\obeycr\noindent{}d--isplay
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--malldisplay
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}l--isp
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--malllisp
+\endgroup{}
+\par\begingroup\obeycr\noindent{}f--ormat
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--mallformat
+\endgroup{}
 $$
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -3121,6 +3130,8 @@ more text
 \begin{verbatim}
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3267,7 +3278,7 @@ Various deff lines
 
 
 In example.
-
+\par\begingroup\obeycr\ttfamily\noindent{}
 <
 >
 "
@@ -3462,12 +3473,12 @@ but , ,\@
 \texttt{@image\{@file\{f{-}{-}ile\}@@@.,aze,az,alt,@file\{.file ext\} 
e{-}{-}xt@\}} \includegraphics[width=aze,height=az]{f--ile@.}
 
 \texttt{@sp 2}\leavevmode{}\\
-\vskip 2\baselineskip
+\vskip 2\baselineskip %
 \texttt{@page}\leavevmode{}\\
-\newpage
+\newpage{}%
 
 \texttt{need 1002}
-\needspace{1.002pt}
+\needspace{1.002pt}%
 
 \texttt{@clicksequence\{click @click\{\} A\}} click $\rightarrow{}$ A
 After clickstyle $\Rightarrow{}$
@@ -3504,17 +3515,17 @@ $$
 $$
 
 {\ttfamily\textsl{default kbdinputstyle}}
-{\ttfamily\textsl{in example default kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example default 
kbdinputstyle}}
+\endgroup{}
 \texttt{code kbdinputstyle}
-\texttt{in example code kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example code 
kbdinputstyle}
+\endgroup{}
 \texttt{example kbdinputstyle}
-\texttt{in example example kbdinputstyle}
-
+\par\begingroup\obeycr\ttfamily\noindent{}\texttt{in example example 
kbdinputstyle}
+\endgroup{}
 {\ttfamily\textsl{distinct kbdinputstyle}}
-{\ttfamily\textsl{in example distinct kbdinputstyle}}
-
+\par\begingroup\obeycr\ttfamily\noindent{}{\ttfamily\textsl{in example 
distinct kbdinputstyle}}
+\endgroup{}
 A quot---ation
 
 \textbf{Note:} A Note
@@ -3596,46 +3607,46 @@ lone mu--ltitable item
 
 truc bidule
 
-e--xample  some
+\par\begingroup\obeycr\ttfamily\noindent{}e--xample  some
    text
-
-example one arg
-
-example two args
-
-example three args
-
-example four args
-
-example five args
-
-The something \'{e} \TeX{} is here.
-
-A @ at the end of the @example line.
-
-example with empty args
-
-example with empty and non empty args mix
-
-s--mallexample
-
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example one arg
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example two args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example three args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example four args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example five args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}The something \'{e} \TeX{} is here.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}A @ at the end of the @example line.
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty args
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}example with empty and non empty 
args mix
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--mallexample
+\endgroup{}
 \texttt{@noindent} after smallexample.
-\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
+\par\begingroup\obeycr\ttfamily\noindent{}\$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD\&content-type=text/plain'
 \$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD\&content-type=text/plain'
-\noindent{}Less recent versions are also present.
-
-d--isplay
-
-s--malldisplay
-
-l--isp
-
-s--malllisp
-
-f--ormat
-
-s--mallformat
-
+\endgroup{}\noindent{}Less recent versions are also present.
+
+\par\begingroup\obeycr\noindent{}d--isplay
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--malldisplay
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}l--isp
+\endgroup{}
+\par\begingroup\obeycr\ttfamily\noindent{}s--malllisp
+\endgroup{}
+\par\begingroup\obeycr\noindent{}f--ormat
+\endgroup{}
+\par\begingroup\obeycr\noindent{}s--mallformat
+\endgroup{}
 $$
 disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e^{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
@@ -3918,6 +3929,8 @@ more text
 \begin{verbatim}
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4062,7 +4075,7 @@ Various deff lines
 \texttt{@inforef\{\}} page \pageref{anchor:}
 
 
-
+\endgroup{}
 
 
 cp
@@ -4087,7 +4100,7 @@ tp
 
 \footnote{in footnote}
 
-
+\par\begingroup\obeycr\noindent{}\endgroup{}
 \section{A section}
 \label{anchor:s_002d_002dect_002cion}%
 
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html 
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
index fea14cd..7afc7f7 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1430,6 +1432,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2259,6 +2263,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3143,6 +3149,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3971,6 +3979,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4895,6 +4905,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/anchor.html 
b/tp/tests/layout/res_parser/formatting_nodes/anchor.html
index 2530b2c..c7e3d0a 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/anchor.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/chapter.html 
b/tp/tests/layout/res_parser/formatting_nodes/chapter.html
index 8a958bf..869a00f 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/chapter.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1443,6 +1445,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2271,6 +2275,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3195,6 +3201,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/chapter2.html 
b/tp/tests/layout/res_parser/formatting_nodes/chapter2.html
index be4d5a0..2c479c1 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/chapter2.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html
index d4bdb9f..2cd4722 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html
index f2c3766..d65fabc 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html
index 54cfcf0..e092f47 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html
index 652fbf8..e7e9b7a 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/index.html 
b/tp/tests/layout/res_parser/formatting_nodes/index.html
index 591aa13..40698bf 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/index.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html
index cdf363b..d4da1be 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_nodes/subsection.html 
b/tp/tests/layout/res_parser/formatting_nodes/subsection.html
index 227cfd1..028782f 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/subsection.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 835956b..43b2dc2 100644
--- 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 8cba381..88a3f46 100644
--- 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt 
b/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt
index 226f300..d95d012 100644
--- a/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt
+++ b/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt
@@ -421,6 +421,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -932,6 +934,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1584,6 +1588,8 @@ aaa
 
      \input texinfo @c -*-texinfo-*-
      
+     @c this file is used in tests in @verbatiminclude but not converted
+     
      @setfilename simplest.info
      
      @node Top
@@ -1726,190 +1732,190 @@ aaa
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  539)
-* " <2>:                                 chapter.            (line 1061)
+* " <1>:                                 chapter.            (line  541)
+* " <2>:                                 chapter.            (line 1065)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  539)
-* -option <2>:                           chapter.            (line 1061)
-* .:                                     chapter.            (line 1723)
-* ?:                                     chapter.            (line 1723)
-* a:                                     chapter.            (line 1723)
+* -option <1>:                           chapter.            (line  541)
+* -option <2>:                           chapter.            (line 1065)
+* .:                                     chapter.            (line 1729)
+* ?:                                     chapter.            (line 1729)
+* a:                                     chapter.            (line 1729)
 * index entry between item and itemx:    chapter.            (line  404)
-* index entry between item and itemx <1>: chapter.           (line  915)
-* index entry between item and itemx <2>: chapter.           (line 1566)
+* index entry between item and itemx <1>: chapter.           (line  917)
+* index entry between item and itemx <2>: chapter.           (line 1570)
 * index entry within deffn:              chapter.            (line  250)
-* index entry within deffn <1>:          chapter.            (line  761)
-* index entry within deffn <2>:          chapter.            (line 1412)
+* index entry within deffn <1>:          chapter.            (line  763)
+* index entry within deffn <2>:          chapter.            (line 1416)
 * index entry within itemize:            chapter.            (line  186)
-* index entry within itemize <1>:        chapter.            (line  697)
-* index entry within itemize <2>:        chapter.            (line 1348)
+* index entry within itemize <1>:        chapter.            (line  699)
+* index entry within itemize <2>:        chapter.            (line 1352)
 * index entry within multitable:         chapter.            (line  194)
-* index entry within multitable <1>:     chapter.            (line  705)
-* index entry within multitable <2>:     chapter.            (line 1357)
-* t-ruc:                                 chapter.            (line 1723)
-* T-ruc:                                 chapter.            (line 1723)
+* index entry within multitable <1>:     chapter.            (line  707)
+* index entry within multitable <2>:     chapter.            (line 1361)
+* t-ruc:                                 chapter.            (line 1729)
+* T-ruc:                                 chapter.            (line 1729)
 
    fn
 
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  539)
-* --foption <2>:                         chapter.            (line 1061)
-* .:                                     chapter.            (line 1723)
-* ?:                                     chapter.            (line 1723)
+* --foption <1>:                         chapter.            (line  541)
+* --foption <2>:                         chapter.            (line 1065)
+* .:                                     chapter.            (line 1729)
+* ?:                                     chapter.            (line 1729)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  539)
-* `` <2>:                                chapter.            (line 1061)
+* `` <1>:                                chapter.            (line  541)
+* `` <2>:                                chapter.            (line 1065)
 * a:                                     chapter.            (line  267)
 * a <1>:                                 chapter.            (line  403)
-* a <2>:                                 chapter.            (line  778)
-* a <3>:                                 chapter.            (line  914)
-* a <4>:                                 chapter.            (line 1429)
-* a <5>:                                 chapter.            (line 1565)
-* a <6>:                                 chapter.            (line 1723)
-* after:                                 chapter.            (line  492)
-* after <1>:                             chapter.            (line 1003)
-* after <2>:                             chapter.            (line 1682)
+* a <2>:                                 chapter.            (line  780)
+* a <3>:                                 chapter.            (line  916)
+* a <4>:                                 chapter.            (line 1433)
+* a <5>:                                 chapter.            (line 1569)
+* a <6>:                                 chapter.            (line 1729)
+* after:                                 chapter.            (line  494)
+* after <1>:                             chapter.            (line 1007)
+* after <2>:                             chapter.            (line 1688)
 * b:                                     chapter.            (line  404)
-* b <1>:                                 chapter.            (line  915)
-* b <2>:                                 chapter.            (line 1566)
+* b <1>:                                 chapter.            (line  917)
+* b <2>:                                 chapter.            (line 1570)
 * bidule machin:                         chapter.            (line  261)
-* bidule machin <1>:                     chapter.            (line  772)
-* bidule machin <2>:                     chapter.            (line 1423)
+* bidule machin <1>:                     chapter.            (line  774)
+* bidule machin <2>:                     chapter.            (line 1427)
 * d--effn_name:                          chapter.            (line  242)
-* d--effn_name <1>:                      chapter.            (line  753)
-* d--effn_name <2>:                      chapter.            (line 1404)
+* d--effn_name <1>:                      chapter.            (line  755)
+* d--effn_name <2>:                      chapter.            (line 1408)
 * d--efmac_name:                         chapter.            (line  303)
-* d--efmac_name <1>:                     chapter.            (line  814)
-* d--efmac_name <2>:                     chapter.            (line 1465)
+* d--efmac_name <1>:                     chapter.            (line  816)
+* d--efmac_name <2>:                     chapter.            (line 1469)
 * d--efmethod_name on c--lass:           chapter.            (line  327)
-* d--efmethod_name on c--lass <1>:       chapter.            (line  838)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1489)
+* d--efmethod_name on c--lass <1>:       chapter.            (line  840)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1493)
 * d--efop_name on c--lass:               chapter.            (line  294)
-* d--efop_name on c--lass <1>:           chapter.            (line  805)
-* d--efop_name on c--lass <2>:           chapter.            (line 1456)
+* d--efop_name on c--lass <1>:           chapter.            (line  807)
+* d--efop_name on c--lass <2>:           chapter.            (line 1460)
 * d--efspec_name:                        chapter.            (line  306)
-* d--efspec_name <1>:                    chapter.            (line  817)
-* d--efspec_name <2>:                    chapter.            (line 1468)
+* d--efspec_name <1>:                    chapter.            (line  819)
+* d--efspec_name <2>:                    chapter.            (line 1472)
 * d--eftypefn_name:                      chapter.            (line  282)
-* d--eftypefn_name <1>:                  chapter.            (line  793)
-* d--eftypefn_name <2>:                  chapter.            (line 1444)
+* d--eftypefn_name <1>:                  chapter.            (line  795)
+* d--eftypefn_name <2>:                  chapter.            (line 1448)
 * d--eftypefun_name:                     chapter.            (line  315)
-* d--eftypefun_name <1>:                 chapter.            (line  826)
-* d--eftypefun_name <2>:                 chapter.            (line 1477)
+* d--eftypefun_name <1>:                 chapter.            (line  828)
+* d--eftypefun_name <2>:                 chapter.            (line 1481)
 * d--eftypemethod_name on c--lass:       chapter.            (line  330)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line  841)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1492)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line  843)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1496)
 * d--eftypeop_name on c--lass:           chapter.            (line  285)
-* d--eftypeop_name on c--lass <1>:       chapter.            (line  796)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1447)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  798)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1451)
 * d--efun_name:                          chapter.            (line  300)
-* d--efun_name <1>:                      chapter.            (line  811)
-* d--efun_name <2>:                      chapter.            (line 1462)
+* d--efun_name <1>:                      chapter.            (line  813)
+* d--efun_name <2>:                      chapter.            (line 1466)
 * de--ffn_name:                          chapter.            (line  245)
-* de--ffn_name <1>:                      chapter.            (line  756)
-* de--ffn_name <2>:                      chapter.            (line 1407)
+* de--ffn_name <1>:                      chapter.            (line  758)
+* de--ffn_name <2>:                      chapter.            (line 1411)
 * deffn:                                 chapter.            (line  270)
 * deffn <1>:                             chapter.            (line  272)
-* deffn <2>:                             chapter.            (line  781)
-* deffn <3>:                             chapter.            (line  783)
-* deffn <4>:                             chapter.            (line 1432)
-* deffn <5>:                             chapter.            (line 1434)
+* deffn <2>:                             chapter.            (line  783)
+* deffn <3>:                             chapter.            (line  785)
+* deffn <4>:                             chapter.            (line 1436)
+* deffn <5>:                             chapter.            (line 1438)
 * deffnx:                                chapter.            (line  268)
 * deffnx <1>:                            chapter.            (line  273)
-* deffnx <2>:                            chapter.            (line  779)
-* deffnx <3>:                            chapter.            (line  784)
-* deffnx <4>:                            chapter.            (line 1430)
-* deffnx <5>:                            chapter.            (line 1435)
+* deffnx <2>:                            chapter.            (line  781)
+* deffnx <3>:                            chapter.            (line  786)
+* deffnx <4>:                            chapter.            (line 1434)
+* deffnx <5>:                            chapter.            (line 1439)
 * followed:                              chapter.            (line  264)
-* followed <1>:                          chapter.            (line  490)
-* followed <2>:                          chapter.            (line  775)
-* followed <3>:                          chapter.            (line 1001)
-* followed <4>:                          chapter.            (line 1426)
-* followed <5>:                          chapter.            (line 1680)
+* followed <1>:                          chapter.            (line  492)
+* followed <2>:                          chapter.            (line  777)
+* followed <3>:                          chapter.            (line 1005)
+* followed <4>:                          chapter.            (line 1430)
+* followed <5>:                          chapter.            (line 1686)
 * I:                                     chapter.            (line  249)
 * I <1>:                                 chapter.            (line  275)
-* I <2>:                                 chapter.            (line  760)
-* I <3>:                                 chapter.            (line  786)
-* I <4>:                                 chapter.            (line 1411)
-* I <5>:                                 chapter.            (line 1437)
+* I <2>:                                 chapter.            (line  762)
+* I <3>:                                 chapter.            (line  788)
+* I <4>:                                 chapter.            (line 1415)
+* I <5>:                                 chapter.            (line 1441)
 * id i ule:                              chapter.            (line  255)
-* id i ule <1>:                          chapter.            (line  766)
-* id i ule <2>:                          chapter.            (line 1417)
+* id i ule <1>:                          chapter.            (line  768)
+* id i ule <2>:                          chapter.            (line 1421)
 * id ule:                                chapter.            (line  254)
-* id ule <1>:                            chapter.            (line  765)
-* id ule <2>:                            chapter.            (line 1416)
+* id ule <1>:                            chapter.            (line  767)
+* id ule <2>:                            chapter.            (line 1420)
 * log trap:                              chapter.            (line  251)
-* log trap <1>:                          chapter.            (line  762)
-* log trap <2>:                          chapter.            (line 1413)
+* log trap <1>:                          chapter.            (line  764)
+* log trap <2>:                          chapter.            (line 1417)
 * log trap1:                             chapter.            (line  252)
-* log trap1 <1>:                         chapter.            (line  763)
-* log trap1 <2>:                         chapter.            (line 1414)
+* log trap1 <1>:                         chapter.            (line  765)
+* log trap1 <2>:                         chapter.            (line 1418)
 * log trap2:                             chapter.            (line  253)
-* log trap2 <1>:                         chapter.            (line  764)
-* log trap2 <2>:                         chapter.            (line 1415)
+* log trap2 <1>:                         chapter.            (line  766)
+* log trap2 <2>:                         chapter.            (line 1419)
 * machin:                                chapter.            (line  260)
 * machin <1>:                            chapter.            (line  262)
-* machin <2>:                            chapter.            (line  486)
-* machin <3>:                            chapter.            (line  487)
-* machin <4>:                            chapter.            (line  488)
-* machin <5>:                            chapter.            (line  489)
-* machin <6>:                            chapter.            (line  771)
-* machin <7>:                            chapter.            (line  773)
-* machin <8>:                            chapter.            (line  997)
-* machin <9>:                            chapter.            (line  998)
-* machin <10>:                           chapter.            (line  999)
-* machin <11>:                           chapter.            (line 1000)
-* machin <12>:                           chapter.            (line 1422)
-* machin <13>:                           chapter.            (line 1424)
-* machin <14>:                           chapter.            (line 1676)
-* machin <15>:                           chapter.            (line 1677)
-* machin <16>:                           chapter.            (line 1678)
-* machin <17>:                           chapter.            (line 1679)
-* t--ruc:                                chapter.            (line 1723)
-* T--ruc:                                chapter.            (line 1723)
+* machin <2>:                            chapter.            (line  488)
+* machin <3>:                            chapter.            (line  489)
+* machin <4>:                            chapter.            (line  490)
+* machin <5>:                            chapter.            (line  491)
+* machin <6>:                            chapter.            (line  773)
+* machin <7>:                            chapter.            (line  775)
+* machin <8>:                            chapter.            (line 1001)
+* machin <9>:                            chapter.            (line 1002)
+* machin <10>:                           chapter.            (line 1003)
+* machin <11>:                           chapter.            (line 1004)
+* machin <12>:                           chapter.            (line 1426)
+* machin <13>:                           chapter.            (line 1428)
+* machin <14>:                           chapter.            (line 1682)
+* machin <15>:                           chapter.            (line 1683)
+* machin <16>:                           chapter.            (line 1684)
+* machin <17>:                           chapter.            (line 1685)
+* t--ruc:                                chapter.            (line 1729)
+* T--ruc:                                chapter.            (line 1729)
 * truc:                                  chapter.            (line  250)
 * truc <1>:                              chapter.            (line  276)
-* truc <2>:                              chapter.            (line  761)
-* truc <3>:                              chapter.            (line  787)
-* truc <4>:                              chapter.            (line 1412)
-* truc <5>:                              chapter.            (line 1438)
+* truc <2>:                              chapter.            (line  763)
+* truc <3>:                              chapter.            (line  789)
+* truc <4>:                              chapter.            (line 1416)
+* truc <5>:                              chapter.            (line 1442)
 
    vr
 
 * Menu:
 
 * a:                                     chapter.            (line  399)
-* a <1>:                                 chapter.            (line  910)
-* a <2>:                                 chapter.            (line 1561)
+* a <1>:                                 chapter.            (line  912)
+* a <2>:                                 chapter.            (line 1565)
 * b:                                     chapter.            (line  400)
-* b <1>:                                 chapter.            (line  911)
-* b <2>:                                 chapter.            (line 1562)
+* b <1>:                                 chapter.            (line  913)
+* b <2>:                                 chapter.            (line 1566)
 * d--efcv_name:                          chapter.            (line  291)
-* d--efcv_name <1>:                      chapter.            (line  802)
-* d--efcv_name <2>:                      chapter.            (line 1453)
+* d--efcv_name <1>:                      chapter.            (line  804)
+* d--efcv_name <2>:                      chapter.            (line 1457)
 * d--efivar_name of c--lass:             chapter.            (line  321)
-* d--efivar_name of c--lass <1>:         chapter.            (line  832)
-* d--efivar_name of c--lass <2>:         chapter.            (line 1483)
+* d--efivar_name of c--lass <1>:         chapter.            (line  834)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1487)
 * d--efopt_name:                         chapter.            (line  312)
-* d--efopt_name <1>:                     chapter.            (line  823)
-* d--efopt_name <2>:                     chapter.            (line 1474)
+* d--efopt_name <1>:                     chapter.            (line  825)
+* d--efopt_name <2>:                     chapter.            (line 1478)
 * d--eftypeivar_name of c--lass:         chapter.            (line  324)
-* d--eftypeivar_name of c--lass <1>:     chapter.            (line  835)
-* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1486)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line  837)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1490)
 * d--eftypevar_name:                     chapter.            (line  318)
-* d--eftypevar_name <1>:                 chapter.            (line  829)
-* d--eftypevar_name <2>:                 chapter.            (line 1480)
+* d--eftypevar_name <1>:                 chapter.            (line  831)
+* d--eftypevar_name <2>:                 chapter.            (line 1484)
 * d--eftypevr_name:                      chapter.            (line  288)
-* d--eftypevr_name <1>:                  chapter.            (line  799)
-* d--eftypevr_name <2>:                  chapter.            (line 1450)
+* d--eftypevr_name <1>:                  chapter.            (line  801)
+* d--eftypevr_name <2>:                  chapter.            (line 1454)
 * d--efvar_name:                         chapter.            (line  309)
-* d--efvar_name <1>:                     chapter.            (line  820)
-* d--efvar_name <2>:                     chapter.            (line 1471)
+* d--efvar_name <1>:                     chapter.            (line  822)
+* d--efvar_name <2>:                     chapter.            (line 1475)
 * d--efvr_name:                          chapter.            (line  279)
-* d--efvr_name <1>:                      chapter.            (line  790)
-* d--efvr_name <2>:                      chapter.            (line 1441)
+* d--efvr_name <1>:                      chapter.            (line  792)
+* d--efvr_name <2>:                      chapter.            (line 1445)
 
    ky
 
@@ -1920,8 +1926,8 @@ aaa
 * Menu:
 
 * d--eftp_name:                          chapter.            (line  297)
-* d--eftp_name <1>:                      chapter.            (line  808)
-* d--eftp_name <2>:                      chapter.            (line 1459)
+* d--eftp_name <1>:                      chapter.            (line  810)
+* d--eftp_name <2>:                      chapter.            (line 1463)
 
    (7)
 
@@ -1960,153 +1966,153 @@ chapter 2
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  539)
-* " <2>:                                 chapter.            (line 1061)
+* " <1>:                                 chapter.            (line  541)
+* " <2>:                                 chapter.            (line 1065)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  539)
-* -option <2>:                           chapter.            (line 1061)
-* .:                                     chapter.            (line 1723)
-* ?:                                     chapter.            (line 1723)
-* a:                                     chapter.            (line 1723)
+* -option <1>:                           chapter.            (line  541)
+* -option <2>:                           chapter.            (line 1065)
+* .:                                     chapter.            (line 1729)
+* ?:                                     chapter.            (line 1729)
+* a:                                     chapter.            (line 1729)
 * index entry between item and itemx:    chapter.            (line  404)
-* index entry between item and itemx <1>: chapter.           (line  915)
-* index entry between item and itemx <2>: chapter.           (line 1566)
+* index entry between item and itemx <1>: chapter.           (line  917)
+* index entry between item and itemx <2>: chapter.           (line 1570)
 * index entry within deffn:              chapter.            (line  250)
-* index entry within deffn <1>:          chapter.            (line  761)
-* index entry within deffn <2>:          chapter.            (line 1412)
+* index entry within deffn <1>:          chapter.            (line  763)
+* index entry within deffn <2>:          chapter.            (line 1416)
 * index entry within itemize:            chapter.            (line  186)
-* index entry within itemize <1>:        chapter.            (line  697)
-* index entry within itemize <2>:        chapter.            (line 1348)
+* index entry within itemize <1>:        chapter.            (line  699)
+* index entry within itemize <2>:        chapter.            (line 1352)
 * index entry within multitable:         chapter.            (line  194)
-* index entry within multitable <1>:     chapter.            (line  705)
-* index entry within multitable <2>:     chapter.            (line 1357)
-* t-ruc:                                 chapter.            (line 1723)
-* T-ruc:                                 chapter.            (line 1723)
+* index entry within multitable <1>:     chapter.            (line  707)
+* index entry within multitable <2>:     chapter.            (line 1361)
+* t-ruc:                                 chapter.            (line 1729)
+* T-ruc:                                 chapter.            (line 1729)
 
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  539)
-* --foption <2>:                         chapter.            (line 1061)
-* .:                                     chapter.            (line 1723)
-* ?:                                     chapter.            (line 1723)
+* --foption <1>:                         chapter.            (line  541)
+* --foption <2>:                         chapter.            (line 1065)
+* .:                                     chapter.            (line 1729)
+* ?:                                     chapter.            (line 1729)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  539)
-* `` <2>:                                chapter.            (line 1061)
+* `` <1>:                                chapter.            (line  541)
+* `` <2>:                                chapter.            (line 1065)
 * a:                                     chapter.            (line  267)
 * a <1>:                                 chapter.            (line  403)
-* a <2>:                                 chapter.            (line  778)
-* a <3>:                                 chapter.            (line  914)
-* a <4>:                                 chapter.            (line 1429)
-* a <5>:                                 chapter.            (line 1565)
-* a <6>:                                 chapter.            (line 1723)
-* after:                                 chapter.            (line  492)
-* after <1>:                             chapter.            (line 1003)
-* after <2>:                             chapter.            (line 1682)
+* a <2>:                                 chapter.            (line  780)
+* a <3>:                                 chapter.            (line  916)
+* a <4>:                                 chapter.            (line 1433)
+* a <5>:                                 chapter.            (line 1569)
+* a <6>:                                 chapter.            (line 1729)
+* after:                                 chapter.            (line  494)
+* after <1>:                             chapter.            (line 1007)
+* after <2>:                             chapter.            (line 1688)
 * b:                                     chapter.            (line  404)
-* b <1>:                                 chapter.            (line  915)
-* b <2>:                                 chapter.            (line 1566)
+* b <1>:                                 chapter.            (line  917)
+* b <2>:                                 chapter.            (line 1570)
 * bidule machin:                         chapter.            (line  261)
-* bidule machin <1>:                     chapter.            (line  772)
-* bidule machin <2>:                     chapter.            (line 1423)
+* bidule machin <1>:                     chapter.            (line  774)
+* bidule machin <2>:                     chapter.            (line 1427)
 * d--effn_name:                          chapter.            (line  242)
-* d--effn_name <1>:                      chapter.            (line  753)
-* d--effn_name <2>:                      chapter.            (line 1404)
+* d--effn_name <1>:                      chapter.            (line  755)
+* d--effn_name <2>:                      chapter.            (line 1408)
 * d--efmac_name:                         chapter.            (line  303)
-* d--efmac_name <1>:                     chapter.            (line  814)
-* d--efmac_name <2>:                     chapter.            (line 1465)
+* d--efmac_name <1>:                     chapter.            (line  816)
+* d--efmac_name <2>:                     chapter.            (line 1469)
 * d--efmethod_name on c--lass:           chapter.            (line  327)
-* d--efmethod_name on c--lass <1>:       chapter.            (line  838)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1489)
+* d--efmethod_name on c--lass <1>:       chapter.            (line  840)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1493)
 * d--efop_name on c--lass:               chapter.            (line  294)
-* d--efop_name on c--lass <1>:           chapter.            (line  805)
-* d--efop_name on c--lass <2>:           chapter.            (line 1456)
+* d--efop_name on c--lass <1>:           chapter.            (line  807)
+* d--efop_name on c--lass <2>:           chapter.            (line 1460)
 * d--efspec_name:                        chapter.            (line  306)
-* d--efspec_name <1>:                    chapter.            (line  817)
-* d--efspec_name <2>:                    chapter.            (line 1468)
+* d--efspec_name <1>:                    chapter.            (line  819)
+* d--efspec_name <2>:                    chapter.            (line 1472)
 * d--eftypefn_name:                      chapter.            (line  282)
-* d--eftypefn_name <1>:                  chapter.            (line  793)
-* d--eftypefn_name <2>:                  chapter.            (line 1444)
+* d--eftypefn_name <1>:                  chapter.            (line  795)
+* d--eftypefn_name <2>:                  chapter.            (line 1448)
 * d--eftypefun_name:                     chapter.            (line  315)
-* d--eftypefun_name <1>:                 chapter.            (line  826)
-* d--eftypefun_name <2>:                 chapter.            (line 1477)
+* d--eftypefun_name <1>:                 chapter.            (line  828)
+* d--eftypefun_name <2>:                 chapter.            (line 1481)
 * d--eftypemethod_name on c--lass:       chapter.            (line  330)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line  841)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1492)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line  843)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1496)
 * d--eftypeop_name on c--lass:           chapter.            (line  285)
-* d--eftypeop_name on c--lass <1>:       chapter.            (line  796)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1447)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  798)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1451)
 * d--efun_name:                          chapter.            (line  300)
-* d--efun_name <1>:                      chapter.            (line  811)
-* d--efun_name <2>:                      chapter.            (line 1462)
+* d--efun_name <1>:                      chapter.            (line  813)
+* d--efun_name <2>:                      chapter.            (line 1466)
 * de--ffn_name:                          chapter.            (line  245)
-* de--ffn_name <1>:                      chapter.            (line  756)
-* de--ffn_name <2>:                      chapter.            (line 1407)
+* de--ffn_name <1>:                      chapter.            (line  758)
+* de--ffn_name <2>:                      chapter.            (line 1411)
 * deffn:                                 chapter.            (line  270)
 * deffn <1>:                             chapter.            (line  272)
-* deffn <2>:                             chapter.            (line  781)
-* deffn <3>:                             chapter.            (line  783)
-* deffn <4>:                             chapter.            (line 1432)
-* deffn <5>:                             chapter.            (line 1434)
+* deffn <2>:                             chapter.            (line  783)
+* deffn <3>:                             chapter.            (line  785)
+* deffn <4>:                             chapter.            (line 1436)
+* deffn <5>:                             chapter.            (line 1438)
 * deffnx:                                chapter.            (line  268)
 * deffnx <1>:                            chapter.            (line  273)
-* deffnx <2>:                            chapter.            (line  779)
-* deffnx <3>:                            chapter.            (line  784)
-* deffnx <4>:                            chapter.            (line 1430)
-* deffnx <5>:                            chapter.            (line 1435)
+* deffnx <2>:                            chapter.            (line  781)
+* deffnx <3>:                            chapter.            (line  786)
+* deffnx <4>:                            chapter.            (line 1434)
+* deffnx <5>:                            chapter.            (line 1439)
 * followed:                              chapter.            (line  264)
-* followed <1>:                          chapter.            (line  490)
-* followed <2>:                          chapter.            (line  775)
-* followed <3>:                          chapter.            (line 1001)
-* followed <4>:                          chapter.            (line 1426)
-* followed <5>:                          chapter.            (line 1680)
+* followed <1>:                          chapter.            (line  492)
+* followed <2>:                          chapter.            (line  777)
+* followed <3>:                          chapter.            (line 1005)
+* followed <4>:                          chapter.            (line 1430)
+* followed <5>:                          chapter.            (line 1686)
 * I:                                     chapter.            (line  249)
 * I <1>:                                 chapter.            (line  275)
-* I <2>:                                 chapter.            (line  760)
-* I <3>:                                 chapter.            (line  786)
-* I <4>:                                 chapter.            (line 1411)
-* I <5>:                                 chapter.            (line 1437)
+* I <2>:                                 chapter.            (line  762)
+* I <3>:                                 chapter.            (line  788)
+* I <4>:                                 chapter.            (line 1415)
+* I <5>:                                 chapter.            (line 1441)
 * id i ule:                              chapter.            (line  255)
-* id i ule <1>:                          chapter.            (line  766)
-* id i ule <2>:                          chapter.            (line 1417)
+* id i ule <1>:                          chapter.            (line  768)
+* id i ule <2>:                          chapter.            (line 1421)
 * id ule:                                chapter.            (line  254)
-* id ule <1>:                            chapter.            (line  765)
-* id ule <2>:                            chapter.            (line 1416)
+* id ule <1>:                            chapter.            (line  767)
+* id ule <2>:                            chapter.            (line 1420)
 * log trap:                              chapter.            (line  251)
-* log trap <1>:                          chapter.            (line  762)
-* log trap <2>:                          chapter.            (line 1413)
+* log trap <1>:                          chapter.            (line  764)
+* log trap <2>:                          chapter.            (line 1417)
 * log trap1:                             chapter.            (line  252)
-* log trap1 <1>:                         chapter.            (line  763)
-* log trap1 <2>:                         chapter.            (line 1414)
+* log trap1 <1>:                         chapter.            (line  765)
+* log trap1 <2>:                         chapter.            (line 1418)
 * log trap2:                             chapter.            (line  253)
-* log trap2 <1>:                         chapter.            (line  764)
-* log trap2 <2>:                         chapter.            (line 1415)
+* log trap2 <1>:                         chapter.            (line  766)
+* log trap2 <2>:                         chapter.            (line 1419)
 * machin:                                chapter.            (line  260)
 * machin <1>:                            chapter.            (line  262)
-* machin <2>:                            chapter.            (line  486)
-* machin <3>:                            chapter.            (line  487)
-* machin <4>:                            chapter.            (line  488)
-* machin <5>:                            chapter.            (line  489)
-* machin <6>:                            chapter.            (line  771)
-* machin <7>:                            chapter.            (line  773)
-* machin <8>:                            chapter.            (line  997)
-* machin <9>:                            chapter.            (line  998)
-* machin <10>:                           chapter.            (line  999)
-* machin <11>:                           chapter.            (line 1000)
-* machin <12>:                           chapter.            (line 1422)
-* machin <13>:                           chapter.            (line 1424)
-* machin <14>:                           chapter.            (line 1676)
-* machin <15>:                           chapter.            (line 1677)
-* machin <16>:                           chapter.            (line 1678)
-* machin <17>:                           chapter.            (line 1679)
-* t--ruc:                                chapter.            (line 1723)
-* T--ruc:                                chapter.            (line 1723)
+* machin <2>:                            chapter.            (line  488)
+* machin <3>:                            chapter.            (line  489)
+* machin <4>:                            chapter.            (line  490)
+* machin <5>:                            chapter.            (line  491)
+* machin <6>:                            chapter.            (line  773)
+* machin <7>:                            chapter.            (line  775)
+* machin <8>:                            chapter.            (line 1001)
+* machin <9>:                            chapter.            (line 1002)
+* machin <10>:                           chapter.            (line 1003)
+* machin <11>:                           chapter.            (line 1004)
+* machin <12>:                           chapter.            (line 1426)
+* machin <13>:                           chapter.            (line 1428)
+* machin <14>:                           chapter.            (line 1682)
+* machin <15>:                           chapter.            (line 1683)
+* machin <16>:                           chapter.            (line 1684)
+* machin <17>:                           chapter.            (line 1685)
+* t--ruc:                                chapter.            (line 1729)
+* T--ruc:                                chapter.            (line 1729)
 * truc:                                  chapter.            (line  250)
 * truc <1>:                              chapter.            (line  276)
-* truc <2>:                              chapter.            (line  761)
-* truc <3>:                              chapter.            (line  787)
-* truc <4>:                              chapter.            (line 1412)
-* truc <5>:                              chapter.            (line 1438)
+* truc <2>:                              chapter.            (line  763)
+* truc <3>:                              chapter.            (line  789)
+* truc <4>:                              chapter.            (line 1416)
+* truc <5>:                              chapter.            (line 1442)
 
 Top section
 1 chapter
diff --git 
a/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html 
b/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
index fee05d6..c38bf74 100644
--- a/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
+++ b/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
@@ -550,6 +550,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2248,6 +2252,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3110,6 +3116,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4033,6 +4041,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4876,6 +4886,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html 
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
index 31ae253..10fb82b 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1420,6 +1422,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2249,6 +2253,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3133,6 +3139,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3961,6 +3969,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -4885,6 +4895,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/layout/simplest.texi b/tp/tests/layout/simplest.texi
index 0058280..291a133 100644
--- a/tp/tests/layout/simplest.texi
+++ b/tp/tests/layout/simplest.texi
@@ -1,5 +1,7 @@
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/anchor.html 
b/tp/tests/tex_html/res_parser/formatting_singular/anchor.html
index c8f7cd7..2c711aa 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/anchor.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/anchor.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html 
b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
index fb2470e..17603fa 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -1541,6 +1543,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -2458,6 +2462,8 @@ more text
 </p>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
@@ -3471,6 +3477,8 @@ more text
 
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html 
b/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html
index 6c4c9ee..c640ec6 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/index.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
index 25e1f33..dd2eb21 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/index.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/index.html 
b/tp/tests/tex_html/res_parser/formatting_singular/index.html
index 6247c0c..96b3dff 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/index.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/index.html
@@ -552,6 +552,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html 
b/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
index bc88417..9aee4b0 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
index cb5620a..548d2fe 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
index b22aa6e..e248d66 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
index 4a5f39b..13da084 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
index d20a147..7b88f64 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/subsection.html 
b/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
index 75dc9b9..ffd5219 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 9d9c30a..815d48a 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index a78211d..6d6d7f7 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -551,6 +551,8 @@ more text
 
 \input texinfo @c -*-texinfo-*-
 
+@c this file is used in tests in @verbatiminclude but not converted
+
 @setfilename simplest.info
 
 @node Top
diff --git a/tp/tests/tex_html/res_parser/simplest_httex/simplest.html 
b/tp/tests/tex_html/res_parser/simplest_httex/simplest.html
index ff55d67..4e10e12 100644
--- a/tp/tests/tex_html/res_parser/simplest_httex/simplest.html
+++ b/tp/tests/tex_html/res_parser/simplest_httex/simplest.html
@@ -3,10 +3,10 @@
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<title>Untitled Document</title>
+<title>top section</title>
 
-<meta name="description" content="Untitled Document">
-<meta name="keywords" content="Untitled Document">
+<meta name="description" content="top section">
+<meta name="keywords" content="top section">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
@@ -37,10 +37,152 @@ ul.no-bullet {list-style: none}
 
 <body lang="en">
 
-<span id="Top"></span>
+<div class="top" id="Top">
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[ &lt; ]</td>
+<td valign="middle" align="left">[<a href="#Chapter" title="Next section in 
reading order"> &gt; </a>]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[Index]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<span id="top-section"></span><h1 class="top">top section</h1>
+
+<hr size="6">
+<div class="chapter" id="Chapter">
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="#Top" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#Top" title="Previous section in 
reading order"> &lt; </a>]</td>
+<td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
+<td valign="middle" align="left">[ &gt; ]</td>
+<td valign="middle" align="left">[ &gt;&gt; ]</td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left"> &nbsp; </td>
+<td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[Index]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<h1 class="chapter">1 Chapter</h1>
+
 <p>This is a very simple texi manual &nbsp; &lt;&gt;.
 </p>
-<hr><p><font size="-1">
+<hr size="6">
+</div>
+</div>
+<div class="About_element" id="SEC_About">
+<table class="header" cellpadding="1" cellspacing="1" border="0">
+<tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
+<td valign="middle" align="left">[Contents]</td>
+<td valign="middle" align="left">[Index]</td>
+<td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
+</tr></table>
+<h1 class="about-heading">About This Document</h1>
+
+<p>
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
+</p>
+<p>
+  The buttons in the navigation panels have the following meaning:
+</p>
+<table border="1">
+  <tr>
+    <th> Button </th>
+    <th> Name </th>
+    <th> Go to </th>
+    <th> From 1.2.3 go to</th>
+  </tr>
+  <tr>
+    <td align="center"> [ &lt;&lt; ] </td>
+    <td align="center">FastBack</td>
+    <td>Beginning of this chapter or previous chapter</td>
+    <td>1</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &lt; ] </td>
+    <td align="center">Back</td>
+    <td>Previous section in reading order</td>
+    <td>1.2.2</td>
+  </tr>
+  <tr>
+    <td align="center"> [ Up ] </td>
+    <td align="center">Up</td>
+    <td>Up section</td>
+    <td>1.2</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &gt; ] </td>
+    <td align="center">Forward</td>
+    <td>Next section in reading order</td>
+    <td>1.2.4</td>
+  </tr>
+  <tr>
+    <td align="center"> [ &gt;&gt; ] </td>
+    <td align="center">FastForward</td>
+    <td>Next chapter</td>
+    <td>2</td>
+  </tr>
+  <tr>
+    <td align="center"> [Top] </td>
+    <td align="center">Top</td>
+    <td>Cover (top) of document</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [Contents] </td>
+    <td align="center">Contents</td>
+    <td>Table of contents</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [Index] </td>
+    <td align="center">Index</td>
+    <td>Index</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td align="center"> [ ? ] </td>
+    <td align="center">About</td>
+    <td>About (help)</td>
+    <td> &nbsp; </td>
+  </tr>
+</table>
+
+<p>
+  where the <strong> Example </strong> assumes that the current position is at 
<strong> Subsubsection One-Two-Three </strong> of a document of the following 
structure:
+</p>
+
+<ul>
+  <li> 1. Section One
+    <ul>
+      <li>1.1 Subsection One-One
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.2 Subsection One-Two
+        <ul>
+          <li>1.2.1 Subsubsection One-Two-One</li>
+          <li>1.2.2 Subsubsection One-Two-Two</li>
+          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
+            <strong>&lt;== Current Position </strong></li>
+          <li>1.2.4 Subsubsection One-Two-Four</li>
+        </ul>
+      </li>
+      <li>1.3 Subsection One-Three
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.4 Subsection One-Four</li>
+    </ul>
+  </li>
+</ul>
+
+</div><hr>
+<p><font size="-1">
   This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
 </font></p>
 



reply via email to

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