texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Common.pm (%preamble_commands): fix


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Common.pm (%preamble_commands): fix typo on direntry command name.
Date: Fri, 11 Nov 2022 13:01:55 -0500

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 b238da561d * tp/Texinfo/Common.pm (%preamble_commands): fix typo on 
direntry command name.
b238da561d is described below

commit b238da561dad6ab693eb372f29b999f4d93f67d1
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Nov 11 19:01:41 2022 +0100

    * tp/Texinfo/Common.pm (%preamble_commands): fix typo on direntry
    command name.
    
    * tp/tests/layout/formatting.texi: add @latex \DeclareUnicodeCharacter
    for characters not in the default inputenc/fontenc.
---
 ChangeLog                                          |   8 +
 tp/Texinfo/Common.pm                               |   2 +-
 .../formatting/direntry_dircategory_info_split.pl  | 428 +++++++--------
 tp/t/results/morecoverage/formatting_fr.pl         | 456 ++++++++--------
 tp/t/results/morecoverage/texi_formatting.pl       | 456 ++++++++--------
 tp/tests/layout/formatting.texi                    |  11 +
 tp/tests/layout/res_parser/formatting/formatting.2 | 374 +++++++-------
 .../layout/res_parser/formatting/formatting.html   |   1 +
 .../layout/res_parser/formatting_chm/formatting.2  | 376 +++++++-------
 .../res_parser/formatting_chm/formatting.html      |   1 +
 .../res_parser/formatting_docbook/formatting.2     | 376 +++++++-------
 .../formatting_enable_encoding/formatting.2        | 374 +++++++-------
 .../formatting_enable_encoding/formatting.html     |   1 +
 .../layout/res_parser/formatting_epub/formatting.2 | 574 ++++++++++-----------
 .../EPUB/xhtml/formatting.xhtml                    |   1 +
 .../res_parser/formatting_epub_nodes/formatting.2  | 574 ++++++++++-----------
 .../EPUB/xhtml/formatting.xhtml                    |   1 +
 .../res_parser/formatting_exotic/formatting.2      | 374 +++++++-------
 .../layout/res_parser/formatting_exotic/index.html |   1 +
 .../res_parser/formatting_fr_icons/formatting.2    | 374 +++++++-------
 .../res_parser/formatting_fr_icons/formatting.html |   1 +
 .../layout/res_parser/formatting_html/formatting.2 | 374 +++++++-------
 .../res_parser/formatting_html/formatting.html     |   1 +
 .../res_parser/formatting_html32/formatting.2      | 374 +++++++-------
 .../res_parser/formatting_html32/formatting.html   |   1 +
 .../formatting_html_no_texi2html/formatting.2      | 374 +++++++-------
 .../formatting_html_no_texi2html/formatting.html   |   1 +
 .../res_parser/formatting_html_nodes/formatting.2  | 374 +++++++-------
 .../res_parser/formatting_html_nodes/index.html    |   1 +
 .../layout/res_parser/formatting_info/formatting.2 | 376 +++++++-------
 .../res_parser/formatting_inline_css/formatting.2  | 374 +++++++-------
 .../formatting_inline_css/formatting.html          |   1 +
 .../res_parser/formatting_latex/formatting.2       | 368 ++++++-------
 .../res_parser/formatting_latex/formatting.tex     |  19 +-
 .../formatting_macro_expand/formatting.2           | 356 ++++++-------
 .../formatting_macro_expand/formatting.texi        |   3 +
 .../res_parser/formatting_mathjax/formatting.2     | 374 +++++++-------
 .../res_parser/formatting_mathjax/formatting.html  |   1 +
 .../res_parser/formatting_nodes/formatting.2       | 374 +++++++-------
 .../layout/res_parser/formatting_nodes/index.html  |   1 +
 .../formatting_numerical_entities/formatting.2     | 374 +++++++-------
 .../formatting_numerical_entities/formatting.html  |   1 +
 .../res_parser/formatting_plaintext/formatting.2   | 374 +++++++-------
 .../res_parser/formatting_rawtext/formatting.2     | 356 ++++++-------
 .../res_parser/formatting_rawtext/formatting.txt   |   1 +
 .../formatting_sort_element_counts/formatting.2    | 374 +++++++-------
 .../formatting_sort_element_counts/formatting.html |   1 +
 .../formatting_elt_counts.txt                      |   2 +-
 .../res_parser/formatting_textcontent/formatting   |   1 +
 .../res_parser/formatting_textcontent/formatting.2 | 356 ++++++-------
 .../formatting_weird_quotes/formatting.2           | 374 +++++++-------
 .../formatting_weird_quotes/formatting.html        |   1 +
 .../res_parser/formatting_xhtml/formatting.2       | 374 +++++++-------
 .../res_parser/formatting_xhtml/formatting.html    |   1 +
 .../layout/res_parser/formatting_xml/formatting.2  | 356 ++++++-------
 .../res_parser/formatting_xml/formatting.xml       |   3 +
 .../res_parser/formatting_singular/formatting.2    | 374 +++++++-------
 .../res_parser/formatting_singular/index.htm       |   1 +
 58 files changed, 5945 insertions(+), 5890 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4aabb5280a..fa23b4d7bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-11-11  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Common.pm (%preamble_commands): fix typo on direntry
+       command name.
+
+       * tp/tests/layout/formatting.texi: add @latex \DeclareUnicodeCharacter
+       for characters not in the default inputenc/fontenc.
+
 2022-11-11  Patrice Dumas  <pertusus@free.fr>
 
        * tp/tests/coverage_macro.texi: add UTF-8 encoded characters near to
diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index 8dee8df800..5db18e7d11 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -767,7 +767,7 @@ foreach my $command (
 
 
 our %preamble_commands;
-foreach my $preamble_command ('direnty', 'hyphenation', 'errormsg',
+foreach my $preamble_command ('direntry', 'hyphenation', 'errormsg',
        'inlineraw', '*', keys(%document_settable_at_commands),
        (grep {$Texinfo::Commands::block_commands{$_} eq 'format_raw'
               or $Texinfo::Commands::block_commands{$_} eq 'region'}
diff --git a/tp/t/results/formatting/direntry_dircategory_info_split.pl 
b/tp/t/results/formatting/direntry_dircategory_info_split.pl
index d58b36e686..cd6f968501 100644
--- a/tp/t/results/formatting/direntry_dircategory_info_split.pl
+++ b/tp/t/results/formatting/direntry_dircategory_info_split.pl
@@ -107,116 +107,151 @@ $result_trees{'direntry_dircategory_info_split'} = {
                 'line_nr' => 5,
                 'macro' => ''
               }
-            }
-          ],
-          'type' => 'preamble_before_content'
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
+            },
             {
               'args' => [
                 {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => 'foo'
-                    }
-                  ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => '('
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
                     },
                     {
-                      'text' => 'foo'
+                      'contents' => [
+                        {
+                          'text' => 'foo'
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
                     },
                     {
-                      'text' => ')'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.   ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
+                    },
                     {
                       'contents' => [
                         {
-                          'text' => '``hello---'
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'foo'
                         },
                         {
-                          'args' => [
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
+                    {
+                      'text' => '.   ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => '``hello---'
+                            },
                             {
-                              'contents' => [
+                              'args' => [
                                 {
-                                  'text' => 'there'
+                                  'contents' => [
+                                    {
+                                      'text' => 'there'
+                                    }
+                                  ],
+                                  'type' => 'brace_command_arg'
                                 }
                               ],
-                              'type' => 'brace_command_arg'
+                              'cmdname' => 'var',
+                              'source_info' => {
+                                'file_name' => 'direntry_dircategory.texi',
+                                'line_nr' => 7,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '?\'\'
+'
                             }
                           ],
-                          'cmdname' => 'var',
-                          'source_info' => {
-                            'file_name' => 'direntry_dircategory.texi',
-                            'line_nr' => 7,
-                            'macro' => ''
-                          }
-                        },
+                          'type' => 'preformatted'
+                        }
+                      ],
+                      'type' => 'menu_entry_description'
+                    }
+                  ],
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
+                },
+                {
+                  'args' => [
+                    {
+                      'contents' => [
                         {
-                          'text' => '?\'\'
-'
+                          'text' => 'direntry'
                         }
                       ],
-                      'type' => 'preformatted'
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
-                  'type' => 'menu_entry_description'
+                  'cmdname' => 'end',
+                  'extra' => {
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
+                  },
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 8,
+                    'macro' => ''
+                  }
                 }
               ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
               'source_info' => {
                 'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 7,
+                'line_nr' => 6,
                 'macro' => ''
-              },
-              'type' => 'menu_entry'
+              }
+            },
+            {
+              'text' => '
+',
+              'type' => 'empty_line'
             },
             {
               'args' => [
                 {
                   'contents' => [
                     {
-                      'text' => 'direntry'
+                      'text' => 'cat2'
                     }
                   ],
                   'extra' => {
@@ -226,185 +261,150 @@ $result_trees{'direntry_dircategory_info_split'} = {
                   'type' => 'line_arg'
                 }
               ],
-              'cmdname' => 'end',
+              'cmdname' => 'dircategory',
               'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
+                'spaces_before_argument' => ' '
               },
               'source_info' => {
                 'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 8,
+                'line_nr' => 10,
                 'macro' => ''
               }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'direntry_dircategory.texi',
-            'line_nr' => 6,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
-',
-          'type' => 'empty_line'
-        },
-        {
-          'args' => [
+            },
             {
-              'contents' => [
+              'args' => [
                 {
-                  'text' => 'cat2'
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
                 }
               ],
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'line_arg'
-            }
-          ],
-          'cmdname' => 'dircategory',
-          'extra' => {
-            'spaces_before_argument' => ' '
-          },
-          'source_info' => {
-            'file_name' => 'direntry_dircategory.texi',
-            'line_nr' => 10,
-            'macro' => ''
-          }
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
+                    {
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'aaa'
+                        },
+                        {
+                          'text' => ' ',
+                          'type' => 'space_at_end_menu_node'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
                     {
-                      'text' => 'aaa'
+                      'text' => '::               ',
+                      'type' => 'menu_entry_separator'
                     },
                     {
-                      'text' => ' ',
-                      'type' => 'space_at_end_menu_node'
+                      'contents' => [
+                        {
+                          'contents' => [
+                            {
+                              'text' => 'aaaa
+'
+                            },
+                            {
+                              'text' => '                   bbbbb
+'
+                            }
+                          ],
+                          'type' => 'preformatted'
+                        }
+                      ],
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '::               ',
-                  'type' => 'menu_entry_separator'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_node' => {
+                      'node_content' => [
+                        {},
+                        {}
+                      ],
+                      'normalized' => 'aaa'
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 12,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
                   'contents' => [
                     {
                       'contents' => [
                         {
-                          'text' => 'aaaa
-'
+                          'text' => '
+',
+                          'type' => 'after_menu_description_line'
                         },
                         {
-                          'text' => '                   bbbbb
+                          'text' => 'menutitle
 '
                         }
                       ],
                       'type' => 'preformatted'
                     }
                   ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_node' => {
-                  'node_content' => [
-                    {},
-                    {}
-                  ],
-                  'normalized' => 'aaa'
-                }
-              },
-              'source_info' => {
-                'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 12,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'contents' => [
+                  'type' => 'menu_comment'
+                },
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => '
-',
-                      'type' => 'after_menu_description_line'
-                    },
-                    {
-                      'text' => 'menutitle
+                      'contents' => [
+                        {
+                          'text' => 'direntry'
+                        }
+                      ],
+                      'extra' => {
+                        'spaces_after_argument' => '
 '
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
-                  'type' => 'preformatted'
-                }
-              ],
-              'type' => 'menu_comment'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'direntry'
-                    }
-                  ],
+                  'cmdname' => 'end',
                   'extra' => {
-                    'spaces_after_argument' => '
-'
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
                   },
-                  'type' => 'line_arg'
+                  'source_info' => {
+                    'file_name' => 'direntry_dircategory.texi',
+                    'line_nr' => 16,
+                    'macro' => ''
+                  }
                 }
               ],
-              'cmdname' => 'end',
-              'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
-              },
               'source_info' => {
                 'file_name' => 'direntry_dircategory.texi',
-                'line_nr' => 16,
+                'line_nr' => 11,
                 'macro' => ''
               }
-            }
-          ],
-          'source_info' => {
-            'file_name' => 'direntry_dircategory.texi',
-            'line_nr' => 11,
-            'macro' => ''
-          }
-        },
-        {
-          'text' => '
+            },
+            {
+              'text' => '
 ',
-          'type' => 'empty_line'
-        },
-        {
-          'text' => '
+              'type' => 'empty_line'
+            },
+            {
+              'text' => '
 ',
-          'type' => 'empty_line'
+              'type' => 'empty_line'
+            }
+          ],
+          'type' => 'preamble_before_content'
         }
       ],
       'type' => 'before_node_section'
@@ -824,12 +824,12 @@ $result_trees{'direntry_dircategory_info_split'} = {
   ],
   'type' => 'document_root'
 };
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[5];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[1];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[3]{'contents'}[1];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'args'}[3];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'args'}[1]{'contents'}[0];
-$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[1]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[5]{'contents'}[0]{'args'}[1]{'contents'}[1];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[5];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[1];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[3]{'contents'}[1];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'args'}[3];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'args'}[1]{'contents'}[0];
+$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'extra'}{'menu_entry_node'}{'node_content'}[1]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[0]{'contents'}[1]{'contents'}[6]{'contents'}[0]{'args'}[1]{'contents'}[1];
 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'extra'}{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'direntry_dircategory_info_split'}{'contents'}[2]{'contents'}[3]{'contents'}[0]{'args'}[5];
diff --git a/tp/t/results/morecoverage/formatting_fr.pl 
b/tp/t/results/morecoverage/formatting_fr.pl
index 3f28b0fdfe..fc89ed6d18 100644
--- a/tp/t/results/morecoverage/formatting_fr.pl
+++ b/tp/t/results/morecoverage/formatting_fr.pl
@@ -139,122 +139,221 @@ $result_trees{'formatting_fr'} = {
                 'line_nr' => 4,
                 'macro' => ''
               }
-            }
-          ],
-          'type' => 'preamble_before_content'
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
+            },
             {
               'args' => [
                 {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => 'Truc'
-                    }
-                  ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Truc'
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
                     {
-                      'text' => '('
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
                     },
                     {
-                      'text' => 'formatting'
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
                     },
                     {
-                      'text' => ')'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.           ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '.           ',
+                      'type' => 'menu_entry_separator'
+                    },
                     {
                       'contents' => [
                         {
-                          'text' => 'The GNU documentation truc.
+                          'contents' => [
+                            {
+                              'text' => 'The GNU documentation truc.
 '
+                            }
+                          ],
+                          'type' => 'preformatted'
                         }
                       ],
-                      'type' => 'preformatted'
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 6,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 6,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'args' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'cmdname' => '@'
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'contents' => [
+                                        {
+                                          'text' => 'e'
+                                        }
+                                      ],
+                                      'type' => 'following_arg'
+                                    }
+                                  ],
+                                  'cmdname' => '\'',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'type' => 'brace_command_arg'
+                                    }
+                                  ],
+                                  'cmdname' => 'equiv',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                }
+                              ],
+                              'type' => 'brace_command_arg'
+                            }
+                          ],
+                          'cmdname' => 'code',
+                          'source_info' => {
+                            'file_name' => 'formatting.texi',
+                            'line_nr' => 7,
+                            'macro' => ''
+                          }
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
+                    {
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
+                    {
+                      'text' => '.  ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
                         {
                           'contents' => [
                             {
-                              'cmdname' => '@'
+                              'text' => '``'
                             },
                             {
-                              'text' => ' '
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => '--- something'
+                                    }
+                                  ],
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'asis',
+                              'source_info' => {
+                                'file_name' => 'formatting.texi',
+                                'line_nr' => 7,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '\'\' 
+'
+                            },
+                            {
+                              'text' => '                           '
                             },
                             {
                               'args' => [
                                 {
                                   'contents' => [
                                     {
-                                      'text' => 'e'
+                                      'text' => 'cmd'
                                     }
                                   ],
-                                  'type' => 'following_arg'
+                                  'type' => 'brace_command_arg'
                                 }
                               ],
-                              'cmdname' => '\'',
+                              'cmdname' => 'command',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
                             },
@@ -264,182 +363,83 @@ $result_trees{'formatting_fr'} = {
                             {
                               'args' => [
                                 {
-                                  'type' => 'brace_command_arg'
+                                  'contents' => [
+                                    {
+                                      'text' => 'a'
+                                    }
+                                  ],
+                                  'type' => 'following_arg'
                                 }
                               ],
-                              'cmdname' => 'equiv',
+                              'cmdname' => '`',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
+                            },
+                            {
+                              'text' => '
+'
                             }
                           ],
-                          'type' => 'brace_command_arg'
+                          'type' => 'preformatted'
                         }
                       ],
-                      'cmdname' => 'code',
-                      'source_info' => {
-                        'file_name' => 'formatting.texi',
-                        'line_nr' => 7,
-                        'macro' => ''
-                      }
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => '('
-                    },
-                    {
-                      'text' => 'formatting'
-                    },
-                    {
-                      'text' => ')'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
                     }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.  ',
-                  'type' => 'menu_entry_separator'
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
                       'contents' => [
                         {
-                          'text' => '``'
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => '--- something'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'asis',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 7,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '\'\' 
-'
-                        },
-                        {
-                          'text' => '                           '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'cmd'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'command',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => ' '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '
-'
+                          'text' => 'direntry'
                         }
                       ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 7,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'direntry'
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
+                  'cmdname' => 'end',
                   'extra' => {
-                    'spaces_after_argument' => '
-'
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
                   },
-                  'type' => 'line_arg'
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 9,
+                    'macro' => ''
+                  }
                 }
               ],
-              'cmdname' => 'end',
-              'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
-              },
               'source_info' => {
                 'file_name' => 'formatting.texi',
-                'line_nr' => 9,
+                'line_nr' => 5,
                 'macro' => ''
               }
             }
           ],
-          'source_info' => {
-            'file_name' => 'formatting.texi',
-            'line_nr' => 5,
-            'macro' => ''
-          }
+          'type' => 'preamble_before_content'
         }
       ],
       'type' => 'before_node_section'
@@ -3064,12 +3064,12 @@ $result_trees{'formatting_fr'} = {
   ],
   'type' => 'document_root'
 };
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[5];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[1];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[3]{'contents'}[1];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[5];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[1];
-$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[5];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[3]{'contents'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[5];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[1];
+$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'formatting_fr'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[3]{'contents'}[1];
 $result_trees{'formatting_fr'}{'contents'}[1]{'extra'}{'node_content'}[0] = 
$result_trees{'formatting_fr'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'formatting_fr'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'formatting_fr'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'formatting_fr'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'formatting_fr'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'args'}[3];
diff --git a/tp/t/results/morecoverage/texi_formatting.pl 
b/tp/t/results/morecoverage/texi_formatting.pl
index 9515c7ca0b..7a7d4bb5ea 100644
--- a/tp/t/results/morecoverage/texi_formatting.pl
+++ b/tp/t/results/morecoverage/texi_formatting.pl
@@ -139,122 +139,221 @@ $result_trees{'texi_formatting'} = {
                 'line_nr' => 4,
                 'macro' => ''
               }
-            }
-          ],
-          'type' => 'preamble_before_content'
-        },
-        {
-          'args' => [
-            {
-              'extra' => {
-                'spaces_after_argument' => '
-'
-              },
-              'type' => 'block_line_arg'
-            }
-          ],
-          'cmdname' => 'direntry',
-          'contents' => [
+            },
             {
               'args' => [
                 {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
-                },
+                  'extra' => {
+                    'spaces_after_argument' => '
+'
+                  },
+                  'type' => 'block_line_arg'
+                }
+              ],
+              'cmdname' => 'direntry',
+              'contents' => [
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'text' => 'Truc'
-                    }
-                  ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => 'Truc'
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
                     {
-                      'text' => '('
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
                     },
                     {
-                      'text' => 'formatting'
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
                     },
                     {
-                      'text' => ')'
-                    }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.           ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
+                      'text' => '.           ',
+                      'type' => 'menu_entry_separator'
+                    },
                     {
                       'contents' => [
                         {
-                          'text' => 'The GNU documentation truc.
+                          'contents' => [
+                            {
+                              'text' => 'The GNU documentation truc.
 '
+                            }
+                          ],
+                          'type' => 'preformatted'
                         }
                       ],
-                      'type' => 'preformatted'
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 6,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'text' => '* ',
-                  'type' => 'menu_entry_leading_text'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
+                    }
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 6,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
-                      'args' => [
+                      'text' => '* ',
+                      'type' => 'menu_entry_leading_text'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'args' => [
+                            {
+                              'contents' => [
+                                {
+                                  'cmdname' => '@'
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'contents' => [
+                                        {
+                                          'text' => 'e'
+                                        }
+                                      ],
+                                      'type' => 'following_arg'
+                                    }
+                                  ],
+                                  'cmdname' => '\'',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                },
+                                {
+                                  'text' => ' '
+                                },
+                                {
+                                  'args' => [
+                                    {
+                                      'type' => 'brace_command_arg'
+                                    }
+                                  ],
+                                  'cmdname' => 'equiv',
+                                  'source_info' => {
+                                    'file_name' => 'formatting.texi',
+                                    'line_nr' => 7,
+                                    'macro' => ''
+                                  }
+                                }
+                              ],
+                              'type' => 'brace_command_arg'
+                            }
+                          ],
+                          'cmdname' => 'code',
+                          'source_info' => {
+                            'file_name' => 'formatting.texi',
+                            'line_nr' => 7,
+                            'macro' => ''
+                          }
+                        }
+                      ],
+                      'type' => 'menu_entry_name'
+                    },
+                    {
+                      'text' => ': ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
+                        {
+                          'text' => '('
+                        },
+                        {
+                          'text' => 'formatting'
+                        },
+                        {
+                          'text' => ')'
+                        }
+                      ],
+                      'type' => 'menu_entry_node'
+                    },
+                    {
+                      'text' => '.  ',
+                      'type' => 'menu_entry_separator'
+                    },
+                    {
+                      'contents' => [
                         {
                           'contents' => [
                             {
-                              'cmdname' => '@'
+                              'text' => '``'
                             },
                             {
-                              'text' => ' '
+                              'args' => [
+                                {
+                                  'contents' => [
+                                    {
+                                      'text' => '--- something'
+                                    }
+                                  ],
+                                  'type' => 'brace_command_arg'
+                                }
+                              ],
+                              'cmdname' => 'asis',
+                              'source_info' => {
+                                'file_name' => 'formatting.texi',
+                                'line_nr' => 7,
+                                'macro' => ''
+                              }
+                            },
+                            {
+                              'text' => '\'\' 
+'
+                            },
+                            {
+                              'text' => '                           '
                             },
                             {
                               'args' => [
                                 {
                                   'contents' => [
                                     {
-                                      'text' => 'e'
+                                      'text' => 'cmd'
                                     }
                                   ],
-                                  'type' => 'following_arg'
+                                  'type' => 'brace_command_arg'
                                 }
                               ],
-                              'cmdname' => '\'',
+                              'cmdname' => 'command',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
                             },
@@ -264,182 +363,83 @@ $result_trees{'texi_formatting'} = {
                             {
                               'args' => [
                                 {
-                                  'type' => 'brace_command_arg'
+                                  'contents' => [
+                                    {
+                                      'text' => 'a'
+                                    }
+                                  ],
+                                  'type' => 'following_arg'
                                 }
                               ],
-                              'cmdname' => 'equiv',
+                              'cmdname' => '`',
                               'source_info' => {
                                 'file_name' => 'formatting.texi',
-                                'line_nr' => 7,
+                                'line_nr' => 8,
                                 'macro' => ''
                               }
+                            },
+                            {
+                              'text' => '
+'
                             }
                           ],
-                          'type' => 'brace_command_arg'
+                          'type' => 'preformatted'
                         }
                       ],
-                      'cmdname' => 'code',
-                      'source_info' => {
-                        'file_name' => 'formatting.texi',
-                        'line_nr' => 7,
-                        'macro' => ''
-                      }
+                      'type' => 'menu_entry_description'
                     }
                   ],
-                  'type' => 'menu_entry_name'
-                },
-                {
-                  'text' => ': ',
-                  'type' => 'menu_entry_separator'
-                },
-                {
-                  'contents' => [
-                    {
-                      'text' => '('
-                    },
-                    {
-                      'text' => 'formatting'
-                    },
-                    {
-                      'text' => ')'
+                  'extra' => {
+                    'menu_entry_description' => {},
+                    'menu_entry_name' => {},
+                    'menu_entry_node' => {
+                      'manual_content' => [
+                        {}
+                      ]
                     }
-                  ],
-                  'type' => 'menu_entry_node'
-                },
-                {
-                  'text' => '.  ',
-                  'type' => 'menu_entry_separator'
+                  },
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 7,
+                    'macro' => ''
+                  },
+                  'type' => 'menu_entry'
                 },
                 {
-                  'contents' => [
+                  'args' => [
                     {
                       'contents' => [
                         {
-                          'text' => '``'
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => '--- something'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'asis',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 7,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '\'\' 
-'
-                        },
-                        {
-                          'text' => '                           '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'cmd'
-                                }
-                              ],
-                              'type' => 'brace_command_arg'
-                            }
-                          ],
-                          'cmdname' => 'command',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => ' '
-                        },
-                        {
-                          'args' => [
-                            {
-                              'contents' => [
-                                {
-                                  'text' => 'a'
-                                }
-                              ],
-                              'type' => 'following_arg'
-                            }
-                          ],
-                          'cmdname' => '`',
-                          'source_info' => {
-                            'file_name' => 'formatting.texi',
-                            'line_nr' => 8,
-                            'macro' => ''
-                          }
-                        },
-                        {
-                          'text' => '
-'
+                          'text' => 'direntry'
                         }
                       ],
-                      'type' => 'preformatted'
-                    }
-                  ],
-                  'type' => 'menu_entry_description'
-                }
-              ],
-              'extra' => {
-                'menu_entry_description' => {},
-                'menu_entry_name' => {},
-                'menu_entry_node' => {
-                  'manual_content' => [
-                    {}
-                  ]
-                }
-              },
-              'source_info' => {
-                'file_name' => 'formatting.texi',
-                'line_nr' => 7,
-                'macro' => ''
-              },
-              'type' => 'menu_entry'
-            },
-            {
-              'args' => [
-                {
-                  'contents' => [
-                    {
-                      'text' => 'direntry'
+                      'extra' => {
+                        'spaces_after_argument' => '
+'
+                      },
+                      'type' => 'line_arg'
                     }
                   ],
+                  'cmdname' => 'end',
                   'extra' => {
-                    'spaces_after_argument' => '
-'
+                    'spaces_before_argument' => ' ',
+                    'text_arg' => 'direntry'
                   },
-                  'type' => 'line_arg'
+                  'source_info' => {
+                    'file_name' => 'formatting.texi',
+                    'line_nr' => 9,
+                    'macro' => ''
+                  }
                 }
               ],
-              'cmdname' => 'end',
-              'extra' => {
-                'spaces_before_argument' => ' ',
-                'text_arg' => 'direntry'
-              },
               'source_info' => {
                 'file_name' => 'formatting.texi',
-                'line_nr' => 9,
+                'line_nr' => 5,
                 'macro' => ''
               }
             }
           ],
-          'source_info' => {
-            'file_name' => 'formatting.texi',
-            'line_nr' => 5,
-            'macro' => ''
-          }
+          'type' => 'preamble_before_content'
         }
       ],
       'type' => 'before_node_section'
@@ -3064,12 +3064,12 @@ $result_trees{'texi_formatting'} = {
   ],
   'type' => 'document_root'
 };
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[5];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[1];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[0]{'args'}[3]{'contents'}[1];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[5];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[1];
-$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[2]{'contents'}[1]{'args'}[3]{'contents'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[5];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[0]{'args'}[3]{'contents'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[5];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_name'}
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[1];
+$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'extra'}{'menu_entry_node'}{'manual_content'}[0]
 = 
$result_trees{'texi_formatting'}{'contents'}[0]{'contents'}[1]{'contents'}[3]{'contents'}[1]{'args'}[3]{'contents'}[1];
 $result_trees{'texi_formatting'}{'contents'}[1]{'extra'}{'node_content'}[0] = 
$result_trees{'texi_formatting'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'texi_formatting'}{'contents'}[1]{'extra'}{'nodes_manuals'}[0]{'node_content'}[0]
 = $result_trees{'texi_formatting'}{'contents'}[1]{'args'}[0]{'contents'}[0];
 
$result_trees{'texi_formatting'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'extra'}{'menu_entry_description'}
 = 
$result_trees{'texi_formatting'}{'contents'}[2]{'contents'}[1]{'contents'}[0]{'args'}[3];
diff --git a/tp/tests/layout/formatting.texi b/tp/tests/layout/formatting.texi
index c7e57906fd..be06e9bae9 100644
--- a/tp/tests/layout/formatting.texi
+++ b/tp/tests/layout/formatting.texi
@@ -35,6 +35,17 @@ Insercopying in titlepage
 @insertcopying
 @end titlepage
 
+@latex
+\DeclareUnicodeCharacter{2261}{$\equiv$}
+\DeclareUnicodeCharacter{21A6}{$\mapsto$}
+\DeclareUnicodeCharacter{2212}{-}
+\DeclareUnicodeCharacter{2605}{$\star$}
+\DeclareUnicodeCharacter{22A3}{$\dashv$}
+\DeclareUnicodeCharacter{21D2}{$\Rightarrow$}
+\DeclareUnicodeCharacter{2264}{$\leq$}
+\DeclareUnicodeCharacter{2265}{$\geq$}
+@end latex
+
 @node Top
 @top Top section
 
diff --git a/tp/tests/layout/res_parser/formatting/formatting.2 
b/tp/tests/layout/res_parser/formatting/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting/formatting.2
+++ b/tp/tests/layout/res_parser/formatting/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting/formatting.html 
b/tp/tests/layout/res_parser/formatting/formatting.html
index 936495427b..3804426df8 100644
--- a/tp/tests/layout/res_parser/formatting/formatting.html
+++ b/tp/tests/layout/res_parser/formatting/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting.2 
b/tp/tests/layout/res_parser/formatting_chm/formatting.2
index b6a050bda2..da05c56e78 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,16 +315,16 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -337,11 +337,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting.html
index ed141f6bd3..4d495bae29 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting.html
@@ -3058,6 +3058,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <h1 class="top" id="Top-section">Top section</h1>
 
diff --git a/tp/tests/layout/res_parser/formatting_docbook/formatting.2 
b/tp/tests/layout/res_parser/formatting_docbook/formatting.2
index d75787ff48..6206954f9b 100644
--- a/tp/tests/layout/res_parser/formatting_docbook/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_docbook/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,14 +315,14 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: warning: no argument specified for @U (possibly involving 
@mymacro)
 formatting.texi:22: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
@@ -333,13 +333,13 @@ formatting.texi:22: warning: @image file `f-ile' not 
found, using `f-ile.jpg' (p
 formatting.texi:22: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' not found, using 
`f--ile@..jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' not found, using 
`filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' not found, using 
`f--ile@..jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' not found, using 
`filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' not found, using 
`f--ile@..jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' not found, using 
`filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' not found, using 
`f--ile@..jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' not found, using 
`filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' not found, using `f-ile.jpg' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' not found, using 
`f--ile@..jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' not found, using 
`filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2 
b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html 
b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
index 1b29f1e69b..72c0c27797 100644
--- a/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_enable_encoding/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_epub/formatting.2 
b/tp/tests/layout/res_parser/formatting_epub/formatting.2
index bd53495882..b91a72c3c7 100644
--- a/tp/tests/layout/res_parser/formatting_epub/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_epub/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
 formatting.texi:32: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
 formatting.texi:32: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
@@ -448,119 +448,119 @@ formatting.texi:22: warning: @image file `f--ile@.' 
(for HTML) not found, using
 texi2any: @image file `f--ile@.' can not be copied
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
 texi2any: @image file `filejk _" %@' can not be copied
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 texi2any: @image file `f--ile@.' can not be copied
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
 texi2any: @image file `filejk _" %@' can not be copied
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 texi2any: @image file `f--ile@.' can not be copied
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
 texi2any: @image file `filejk _" %@' can not be copied
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
 
b/tp/tests/layout/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
index 1b141b1bbd..7eb129b414 100644
--- 
a/tp/tests/layout/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
+++ 
b/tp/tests/layout/res_parser/formatting_epub/formatting_epub_package/EPUB/xhtml/formatting.xhtml
@@ -3057,6 +3057,7 @@ html ''
 
 
 
+
 <a class="node" id="Top"></a><a class="top" id="Top-section"></a>
 
 
diff --git a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2
index bd53495882..b91a72c3c7 100644
--- a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
 formatting.texi:32: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
 formatting.texi:32: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
@@ -448,119 +448,119 @@ formatting.texi:22: warning: @image file `f--ile@.' 
(for HTML) not found, using
 texi2any: @image file `f--ile@.' can not be copied
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
 texi2any: @image file `filejk _" %@' can not be copied
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 texi2any: @image file `f--ile@.' can not be copied
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
 texi2any: @image file `filejk _" %@' can not be copied
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:68: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:79: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file n---ame@' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `pman' (possibly 
involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name, 
spurious arg' (possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `a comma, in 
file' (possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `info file with 
uref3 href://http/myhost.com/index3.html (uref3)' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 texi2any: @image file `f-ile' can not be copied
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 texi2any: @image file `f--ile@.' can not be copied
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
 texi2any: @image file `filejk _" %@' can not be copied
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
-formatting.texi:73: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
+formatting.texi:84: warning: no htmlxref.cnf entry found for `file name' 
(possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
index 026a43f87a..b494d9a363 100644
--- 
a/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
+++ 
b/tp/tests/layout/res_parser/formatting_epub_nodes/formatting_epub_package/EPUB/xhtml/formatting.xhtml
@@ -3059,6 +3059,7 @@ html ''
 
 
 
+
 <a class="node" id="Top"></a><a class="top" id="Top-section"></a>
 
 <a href="js_licenses.xhtml" rel="jslicense"><small>JavaScript license 
information</small></a>
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting.2 
b/tp/tests/layout/res_parser/formatting_exotic/formatting.2
index eb37b4dbcb..d3e04e3e3f 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,24 +315,24 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_exotic/index.html 
b/tp/tests/layout/res_parser/formatting_exotic/index.html
index c9d3412b3d..98750a198c 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/index.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/index.html
@@ -869,6 +869,7 @@ span.program-in-footer {font-size: smaller}
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2 
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
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 e26327ac3d..5ca08888af 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td><img src="a_left_na.png" border="0" alt="Back" align="middle"></td>
diff --git a/tp/tests/layout/res_parser/formatting_html/formatting.2 
b/tp/tests/layout/res_parser/formatting_html/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_html/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_html/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_html/formatting.html 
b/tp/tests/layout/res_parser/formatting_html/formatting.html
index 936495427b..3804426df8 100644
--- a/tp/tests/layout/res_parser/formatting_html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.2 
b/tp/tests/layout/res_parser/formatting_html32/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.html 
b/tp/tests/layout/res_parser/formatting_html32/formatting.html
index 72301bcda3..a6248d52ba 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.html
@@ -2984,6 +2984,7 @@ html ''
 
 
 
+
 <div id="Top">
 <table cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git 
a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.2 
b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.2
index eb37b4dbcb..d3e04e3e3f 100644
--- a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,24 +315,24 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
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 9945ff770d..fe8346e354 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
@@ -897,6 +897,7 @@ ul.toc-numbered-mark {list-style: none}
 
 
 
+
 <div class="top-level-extent" id="Top">
 <div class="nav-panel">
 <p>
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/formatting.2 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
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 3e4094fe89..d3f59c41c1 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
@@ -3063,6 +3063,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_info/formatting.2 
b/tp/tests/layout/res_parser/formatting_info/formatting.2
index 94c5d05df4..effee286d8 100644
--- a/tp/tests/layout/res_parser/formatting_info/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_info/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,14 +315,14 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
 formatting.texi:22: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
@@ -331,13 +331,13 @@ formatting.texi:22: warning: @ref node name should not 
contain `,' (possibly inv
 formatting.texi:22: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
-formatting.texi:68: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
-formatting.texi:73: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
-formatting.texi:178: warning: @node name should not contain `,': s--ect,ion
+formatting.texi:79: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:79: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:79: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:79: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:84: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
+formatting.texi:189: warning: @node name should not contain `,': s--ect,ion
diff --git a/tp/tests/layout/res_parser/formatting_inline_css/formatting.2 
b/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_inline_css/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_inline_css/formatting.html 
b/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
index f4658c21da..ae93e8f377 100644
--- a/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_inline_css/formatting.html
@@ -3036,6 +3036,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_latex/formatting.2 
b/tp/tests/layout/res_parser/formatting_latex/formatting.2
index 77b3e993f5..6ebfe3d634 100644
--- a/tp/tests/layout/res_parser/formatting_latex/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_latex/formatting.2
@@ -135,174 +135,174 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -311,14 +311,14 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for LaTeX) not found 
(possibly involving @mymacro)
@@ -331,11 +331,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
LaTeX) not found (possibly
 formatting.texi:22: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for LaTeX) not found 
(possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for LaTeX) not found 
(possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for LaTeX) not found 
(possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for LaTeX) not found 
(possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_latex/formatting.tex 
b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
index cb555b13b0..999ee59ff8 100644
--- a/tp/tests/layout/res_parser/formatting_latex/formatting.tex
+++ b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
@@ -91,6 +91,20 @@ roundcorner=10pt}
 
 
 
+
+
+
+
+
+\DeclareUnicodeCharacter{2261}{$\equiv$}
+\DeclareUnicodeCharacter{21A6}{$\mapsto$}
+\DeclareUnicodeCharacter{2212}{-}
+\DeclareUnicodeCharacter{2605}{$\star$}
+\DeclareUnicodeCharacter{22A3}{$\dashv$}
+\DeclareUnicodeCharacter{21D2}{$\Rightarrow$}
+\DeclareUnicodeCharacter{2264}{$\leq$}
+\DeclareUnicodeCharacter{2265}{$\geq$}
+
 \begin{document}
 
 \frontmatter
@@ -3427,11 +3441,6 @@ g--roupe
 \pagestyle{single}%
 \mainmatter
 \tableofcontents\newpage
-
-
-
-
-
 \label{anchor:Top}%
 \chapter{{chapter}}
 \label{anchor:chapter}%
diff --git a/tp/tests/layout/res_parser/formatting_macro_expand/formatting.2 
b/tp/tests/layout/res_parser/formatting_macro_expand/formatting.2
index 21538ab876..983513749b 100644
--- a/tp/tests/layout/res_parser/formatting_macro_expand/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_macro_expand/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,11 +315,11 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi 
b/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
index cbd6621038..d51893236d 100644
--- a/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
+++ b/tp/tests/layout/res_parser/formatting_macro_expand/formatting.texi
@@ -3532,6 +3532,9 @@ Insercopying in titlepage
 @insertcopying
 @end titlepage
 
+@latex
+@end latex
+
 @node Top
 @top Top section
 
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.2 
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html 
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
index cd6cad5a92..1f53a1fd89 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
@@ -3082,6 +3082,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting.2 
b/tp/tests/layout/res_parser/formatting_nodes/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_nodes/index.html 
b/tp/tests/layout/res_parser/formatting_nodes/index.html
index 3e4094fe89..d3f59c41c1 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/index.html
@@ -3063,6 +3063,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git 
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2 
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html 
b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
index 9c957bb2b0..95301b4c58 100644
--- a/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_numerical_entities/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_plaintext/formatting.2 
b/tp/tests/layout/res_parser/formatting_plaintext/formatting.2
index e18f58a6c4..c05012dbb2 100644
--- a/tp/tests/layout/res_parser/formatting_plaintext/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_plaintext/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,24 +315,24 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
 formatting.texi:22: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
 formatting.texi:22: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
-formatting.texi:68: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:68: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
-formatting.texi:73: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:73: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:79: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:79: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:79: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @ref node name should not contain `,' (possibly 
involving @mymacro)
+formatting.texi:84: warning: @inforef node name should not contain `,' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:84: warning: @ref cross-reference name should not contain `:' 
(possibly involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
diff --git a/tp/tests/layout/res_parser/formatting_rawtext/formatting.2 
b/tp/tests/layout/res_parser/formatting_rawtext/formatting.2
index 21538ab876..983513749b 100644
--- a/tp/tests/layout/res_parser/formatting_rawtext/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_rawtext/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,11 +315,11 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_rawtext/formatting.txt 
b/tp/tests/layout/res_parser/formatting_rawtext/formatting.txt
index 525738b947..1b9d8eb3c1 100644
--- a/tp/tests/layout/res_parser/formatting_rawtext/formatting.txt
+++ b/tp/tests/layout/res_parser/formatting_rawtext/formatting.txt
@@ -8,6 +8,7 @@
 
 
 
+
 Top section
 ***********
 
diff --git 
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git 
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
index 936495427b..3804426df8 100644
--- a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git 
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting_elt_counts.txt
 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting_elt_counts.txt
index c6c304cf4e..8fb54bcb6d 100644
--- 
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting_elt_counts.txt
+++ 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting_elt_counts.txt
@@ -1,5 +1,5 @@
 1724  @chapter chapter
-1683  @top Top section
+1684  @top Top section
   10  @section A section
    7  @subsection subsection
    4  @centerchap chapter 2
diff --git a/tp/tests/layout/res_parser/formatting_textcontent/formatting 
b/tp/tests/layout/res_parser/formatting_textcontent/formatting
index 2c3f34d4ca..6445924f1b 100644
--- a/tp/tests/layout/res_parser/formatting_textcontent/formatting
+++ b/tp/tests/layout/res_parser/formatting_textcontent/formatting
@@ -1669,6 +1669,7 @@ g--roupe
 
 Insercopying in titlepage
 
+
 Top
 Top section
 
diff --git a/tp/tests/layout/res_parser/formatting_textcontent/formatting.2 
b/tp/tests/layout/res_parser/formatting_textcontent/formatting.2
index 21538ab876..983513749b 100644
--- a/tp/tests/layout/res_parser/formatting_textcontent/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_textcontent/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,11 +315,11 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2 
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
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 99024ff093..2a0618edf5 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_xhtml/formatting.2 
b/tp/tests/layout/res_parser/formatting_xhtml/formatting.2
index cee7c0fd76..874e52db47 100644
--- a/tp/tests/layout/res_parser/formatting_xhtml/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_xhtml/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,15 +315,15 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:32: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
@@ -336,11 +336,11 @@ formatting.texi:22: warning: @image file `f-ile' (for 
HTML) not found, using `f-
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_xhtml/formatting.html 
b/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
index b19baf78fe..2e86aeb94c 100644
--- a/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_xhtml/formatting.html
@@ -3076,6 +3076,7 @@ html ''
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
 <tr><td>[ &lt; ]</td>
diff --git a/tp/tests/layout/res_parser/formatting_xml/formatting.2 
b/tp/tests/layout/res_parser/formatting_xml/formatting.2
index 21538ab876..983513749b 100644
--- a/tp/tests/layout/res_parser/formatting_xml/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_xml/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,11 +315,11 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_xml/formatting.xml 
b/tp/tests/layout/res_parser/formatting_xml/formatting.xml
index 56a3926a2e..83aa0227ff 100644
--- a/tp/tests/layout/res_parser/formatting_xml/formatting.xml
+++ b/tp/tests/layout/res_parser/formatting_xml/formatting.xml
@@ -3515,6 +3515,9 @@ in verbatim ''
 </para><insertcopying></insertcopying>
 </titlepage>
 
+<latex endspaces=" ">
+</latex>
+
 <node name="Top" spaces=" "><nodename>Top</nodename><nodenext 
automatic="on">chapter</nodenext></node>
 <top spaces=" "><sectiontitle>Top section</sectiontitle>
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/formatting.2 
b/tp/tests/tex_html/res_parser/formatting_singular/formatting.2
index a2dc0c61e9..82006834b9 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/formatting.2
+++ b/tp/tests/tex_html/res_parser/formatting_singular/formatting.2
@@ -137,176 +137,176 @@ formatting.texi:32: warning: @inforef is obsolete 
(possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: @inforef is obsolete (possibly involving @mymacro)
 formatting.texi:32: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: @, expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @' expected braces (possibly involving @mymacro)
-formatting.texi:68: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:68: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:68: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @U expected braces (possibly involving @mymacro)
-formatting.texi:68: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:68: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:68: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:68: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:68: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:68: unexpected @ (possibly involving @mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:68: @sp missing argument (possibly involving @mymacro)
-formatting.texi:68: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:68: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:68: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:68: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:68: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced } (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: misplaced { (possibly involving @mymacro)
-formatting.texi:68: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:68: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: unmatched `@end' (possibly involving @mymacro)
-formatting.texi:73: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: @, expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @' expected braces (possibly involving @mymacro)
-formatting.texi:73: @| should only appear in heading or footing (possibly 
involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
-formatting.texi:73: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
-formatting.texi:73: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @U expected braces (possibly involving @mymacro)
-formatting.texi:73: warning: no argument specified for @U (possibly involving 
@mymacro)
-formatting.texi:73: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
-formatting.texi:73: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
-formatting.texi:73: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
-formatting.texi:73: @TeX expected braces (possibly involving @mymacro)
-formatting.texi:73: unexpected @ (possibly involving @mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: @image missing filename argument (possibly involving 
@mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: warning: @verb should not appear in @image (possibly 
involving @mymacro)
-formatting.texi:73: @sp missing argument (possibly involving @mymacro)
-formatting.texi:73: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
-formatting.texi:73: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
-formatting.texi:73: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
-formatting.texi:73: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
-formatting.texi:73: warning: missing name for @deffn (possibly involving 
@mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced } (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: misplaced { (possibly involving @mymacro)
-formatting.texi:73: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing category for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: missing name for @deffnx (possibly involving 
@mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: @inforef is obsolete (possibly involving @mymacro)
-formatting.texi:73: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting.texi:106: warning: @cindex missing argument
-formatting.texi:115: no more than two levels of index subentry are allowed
-formatting.texi:117: no more than two levels of index subentry are allowed
-formatting.texi:153: warning: printing an index `vr' merged in another one, 
`cp'
-formatting.texi:169: warning: @menu in invalid context
-formatting.texi:209: warning: @centerchap is obsolete
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
-formatting.texi:216: expected @end ifclear
-formatting.texi:216: expected @end ifset
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: @, expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @' expected braces (possibly involving @mymacro)
+formatting.texi:79: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:79: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:79: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @U expected braces (possibly involving @mymacro)
+formatting.texi:79: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:79: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:79: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:79: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:79: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:79: unexpected @ (possibly involving @mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:79: @sp missing argument (possibly involving @mymacro)
+formatting.texi:79: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:79: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:79: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:79: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:79: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced } (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: misplaced { (possibly involving @mymacro)
+formatting.texi:79: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:79: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: unmatched `@end' (possibly involving @mymacro)
+formatting.texi:84: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: @, expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @' expected braces (possibly involving @mymacro)
+formatting.texi:84: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:84: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:84: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @U expected braces (possibly involving @mymacro)
+formatting.texi:84: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:84: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:84: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:84: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:84: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:84: unexpected @ (possibly involving @mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:84: @sp missing argument (possibly involving @mymacro)
+formatting.texi:84: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:84: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:84: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:84: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:84: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced } (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: misplaced { (possibly involving @mymacro)
+formatting.texi:84: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:84: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:117: warning: @cindex missing argument
+formatting.texi:126: no more than two levels of index subentry are allowed
+formatting.texi:128: no more than two levels of index subentry are allowed
+formatting.texi:164: warning: printing an index `vr' merged in another one, 
`cp'
+formatting.texi:180: warning: @menu in invalid context
+formatting.texi:220: warning: @centerchap is obsolete
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
+formatting.texi:227: expected @end ifclear
+formatting.texi:227: expected @end ifset
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:22: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
@@ -315,25 +315,25 @@ formatting.texi:32: @ref reference to nonexistent node 
`node' (possibly involvin
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 formatting.texi:32: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:68: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
-formatting.texi:73: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:79: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
+formatting.texi:84: @ref reference to nonexistent node `node' (possibly 
involving @mymacro)
 texexpand 
-formatting.texi:107: warning: empty index key in @findex
+formatting.texi:118: warning: empty index key in @findex
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
 formatting.texi:22: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:68: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
-formatting.texi:73: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:79: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f-ile' (for HTML) not found, using 
`f-ile.jpg' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `f--ile@.' (for HTML) not found, 
using `f--ile@..file ext e--xt}' (possibly involving @mymacro)
+formatting.texi:84: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.jpg' (possibly involving @mymacro)
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 b34780967a..4095bb7537 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/index.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
@@ -873,6 +873,7 @@ th.menu-comment {text-align:left}
 
 
 
+
 <div class="top-level-extent" id="Top">
 <table border="0" cellpadding="0" cellspacing="0">
 <tr>



reply via email to

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