texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/Converter.pm (sort_element_c


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/Converter.pm (sort_element_counts): use node name only if set. Add a space between sectioning command and @-command and name.
Date: Tue, 08 Nov 2022 15:40:58 -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 20a0a55f23 * tp/Texinfo/Convert/Converter.pm (sort_element_counts): 
use node name only if set. Add a space between sectioning command and @-command 
and name.
20a0a55f23 is described below

commit 20a0a55f23c163b734ff211f6b198eb6cba7803f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Nov 8 21:40:43 2022 +0100

    * tp/Texinfo/Convert/Converter.pm (sort_element_counts): use
    node name only if set.
    Add a space between sectioning command and @-command and name.
    
    * tp/texi2any.pl: fix SORT_ELEMENT_COUNT by requiring the correct
    module.
---
 ChangeLog                                          |    9 +
 tp/Texinfo/Convert/Converter.pm                    |    9 +-
 tp/tests/layout/list-of-tests                      |    3 +
 .../formatting_sort_element_counts/formatting.1    |    0
 .../formatting_sort_element_counts/formatting.2    |  346 +
 .../formatting_sort_element_counts/formatting.html | 8016 ++++++++++++++++++++
 .../formatting_elt_counts.txt                      |    7 +
 .../layout_formatting_sort_element_counts.sh       |   19 +
 tp/texi2any.pl                                     |    2 +-
 9 files changed, 8408 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6772007a3f..9d03c12952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2022-11-08  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/Converter.pm (sort_element_counts): use
+       node name only if set.
+       Add a space between sectioning command and @-command and name.
+
+       * tp/texi2any.pl: fix SORT_ELEMENT_COUNT by requiring the correct
+       module.
+
 2022-11-08  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/DocBook.pm (_convert): avoid formatting when
diff --git a/tp/Texinfo/Convert/Converter.pm b/tp/Texinfo/Convert/Converter.pm
index b39dfca3af..753d54f8c5 100644
--- a/tp/Texinfo/Convert/Converter.pm
+++ b/tp/Texinfo/Convert/Converter.pm
@@ -1433,11 +1433,16 @@ sub sort_element_counts($$;$$)
     my $name = 'UNNAMED tree element';
     if ($element->{'extra'} and $element->{'extra'}->{'unit_command'}) {
       my $command = $element->{'extra'}->{'unit_command'};
-      if ($command->{'cmdname'} eq 'node') {
+      if ($command->{'cmdname'} eq 'node'
+          and $command->{'extra'}
+          and $command->{'extra'}->{'nodes_manuals'}
+          and scalar(@{$command->{'extra'}->{'nodes_manuals'}})
+          and $command->{'extra'}->{'nodes_manuals'}->[0]
+          and $command->{'extra'}->{'nodes_manuals'}->[0]->{'node_content'}) {
         $name = Texinfo::Convert::Texinfo::convert_to_texinfo(
     {'contents' => 
$command->{'extra'}->{'nodes_manuals'}->[0]->{'node_content'}});
       } else {
-        $name = "\@$command->{'cmdname'}"
+        $name = "\@$command->{'cmdname'} "
           
.Texinfo::Convert::Texinfo::convert_to_texinfo($command->{'args'}->[0]);
       }
     }
diff --git a/tp/tests/layout/list-of-tests b/tp/tests/layout/list-of-tests
index 9c9e320d84..4308266eb3 100644
--- a/tp/tests/layout/list-of-tests
+++ b/tp/tests/layout/list-of-tests
@@ -21,6 +21,9 @@ formatting_textcontent formatting.texi -c 
TEXINFO_OUTPUT_FORMAT=textcontent
 # used to format text fragments in converters, minimal formatting
 formatting_rawtext formatting.texi -c TEXINFO_OUTPUT_FORMAT=rawtext
 
+# count words
+formatting_sort_element_counts formatting.texi -c 
SORT_ELEMENT_COUNT=@OUT_DIR@formatting_elt_counts.txt
+
 # formats present in the documentation not tested: debugtree and texinfosxml
 #formatting_sxml formatting.texi -c TEXINFO_OUTPUT_FORMAT=texinfosxml
 
diff --git 
a/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.1 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.1
new file mode 100644
index 0000000000..e69de29bb2
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
new file mode 100644
index 0000000000..cee7c0fd76
--- /dev/null
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.2
@@ -0,0 +1,346 @@
+formatting.texi:22: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:22: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: command `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:22: @, expected braces (possibly involving @mymacro)
+formatting.texi:22: @, expected braces (possibly involving @mymacro)
+formatting.texi:22: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:22: @' expected braces (possibly involving @mymacro)
+formatting.texi:22: @' expected braces (possibly involving @mymacro)
+formatting.texi:22: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:22: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:22: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:22: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:22: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:22: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:22: @U expected braces (possibly involving @mymacro)
+formatting.texi:22: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:22: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:22: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:22: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:22: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:22: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:22: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:22: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:22: unexpected @ (possibly involving @mymacro)
+formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:22: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:22: @sp missing argument (possibly involving @mymacro)
+formatting.texi:22: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
+formatting.texi:22: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:22: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:22: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:22: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:22: misplaced } (possibly involving @mymacro)
+formatting.texi:22: misplaced } (possibly involving @mymacro)
+formatting.texi:22: misplaced { (possibly involving @mymacro)
+formatting.texi:22: misplaced { (possibly involving @mymacro)
+formatting.texi:22: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:22: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:22: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:22: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: @inforef is obsolete (possibly involving @mymacro)
+formatting.texi:22: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
+formatting.texi:32: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:32: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
+formatting.texi:32: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: missing name for @deffnx (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: @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: @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: @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 `@,' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:32: @, expected braces (possibly involving @mymacro)
+formatting.texi:32: @, expected braces (possibly involving @mymacro)
+formatting.texi:32: warning: command `@'' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:32: @' expected braces (possibly involving @mymacro)
+formatting.texi:32: @' expected braces (possibly involving @mymacro)
+formatting.texi:32: @| should only appear in heading or footing (possibly 
involving @mymacro)
+formatting.texi:32: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
+formatting.texi:32: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
+formatting.texi:32: @dotless expects `i' or `j' as argument, not `--a' 
(possibly involving @mymacro)
+formatting.texi:32: @dotless expects `i' or `j' as argument, not `a' (possibly 
involving @mymacro)
+formatting.texi:32: warning: command `@U' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:32: @U expected braces (possibly involving @mymacro)
+formatting.texi:32: warning: no argument specified for @U (possibly involving 
@mymacro)
+formatting.texi:32: non-hex digits in argument for @U: z (possibly involving 
@mymacro)
+formatting.texi:32: warning: fewer than four hex digits in argument for @U: 
abc (possibly involving @mymacro)
+formatting.texi:32: argument for @U exceeds Unicode maximum 0x10FFFF: 
FFFFFFFFFFFFFF (possibly involving @mymacro)
+formatting.texi:32: argument for @U exceeds Unicode maximum 0x10FFFF: 110000 
(possibly involving @mymacro)
+formatting.texi:32: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:32: warning: command `@TeX' must not be followed by new line 
(possibly involving @mymacro)
+formatting.texi:32: @TeX expected braces (possibly involving @mymacro)
+formatting.texi:32: unexpected @ (possibly involving @mymacro)
+formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:32: @image missing filename argument (possibly involving 
@mymacro)
+formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting.texi:32: @sp missing argument (possibly involving @mymacro)
+formatting.texi:32: command @bullet not accepting argument in brace should not 
be on @table line (possibly involving @mymacro)
+formatting.texi:32: table requires an argument: the formatter for @item 
(possibly involving @mymacro)
+formatting.texi:32: command @minus not accepting argument in brace should not 
be on @ftable line (possibly involving @mymacro)
+formatting.texi:32: warning: missing name for @deffn (possibly involving 
@mymacro)
+formatting.texi:32: misplaced } (possibly involving @mymacro)
+formatting.texi:32: misplaced } (possibly involving @mymacro)
+formatting.texi:32: misplaced { (possibly involving @mymacro)
+formatting.texi:32: misplaced { (possibly involving @mymacro)
+formatting.texi:32: must be after `@deffn' to use `@deffnx' (possibly 
involving @mymacro)
+formatting.texi:32: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: missing category for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: missing name for @deffnx (possibly involving 
@mymacro)
+formatting.texi:32: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:32: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
+formatting.texi:32: warning: command @ref missing a node or external manual 
argument (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: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: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)
+formatting.texi:22: @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: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: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)
+formatting.texi:32: warning: @image file `filejk _" %@' (for HTML) not found, 
using `filejk _" %@.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.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: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)
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
new file mode 100644
index 0000000000..e8196e3d6f
--- /dev/null
+++ b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting.html
@@ -0,0 +1,8016 @@
+<!DOCTYPE html>
+<html>
+<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+<!-- In copying
+
+<
+>
+"
+&
+'
+`
+
+"simple-double-three-four-"
+
+code: ``simple-double-three-four-'' 
+
+asis: "simple-double-three-four-" 
+
+strong: "simple-double-three-four-" 
+
+kbd: ``simple-double-three-four-'' 
+
+
+``simple-double-three-four-''
+
+
+
+@"u ü 
+@"{U} Ü 
+@~n ñ
+@^a â
+@'e é
+@=o ō
+@`i ì
+@'{e} é
+@'{@dotless{i}} í 
+@dotless{i} ı
+@dotless{j} ȷ
+@`{@=E} Ḕ 
+@l{} ł
+@,{@'C} Ḉ
+@,c ç
+@,c@"u çü 
+
+
+@U{0075} 0075
+
+@* 
+
+@ followed by a space
+ 
+@ followed by a tab
+ 
+@ followed by a new line
+ @- 
+@: 
+@! !
+@? ?
+@. .
+@@ @
+@} }
+@{ {
+@/ 
+
+foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+
+@TeX TeX
+@LaTeX LaTeX
+@bullet •
+@copyright ©
+@dots …
+@enddots ...
+@equiv ≡
+@error error→
+@expansion ↦
+@minus −
+@point ★
+@print ⊣
+@result ⇒
+@today a sunny day
+
+@aa å
+@AA Å
+@ae æ
+@oe œ
+@AE Æ
+@OE Œ
+@o ø
+@O Ø
+@ss ß
+@l ł
+@L Ł
+@DH Ð
+@TH Þ
+@dh ð
+@th þ
+
+@exclamdown ¡
+@questiondown ¿
+@pounds £
+@registeredsymbol ®
+@ordf ª
+@ordm º
+@comma ,
+@quotedblleft “
+@quotedblright ”
+@quoteleft ‘
+@quoteright ’
+@quotedblbase „
+@quotesinglbase ‚
+@guillemetleft «
+@guillemetright »
+@guillemotleft «
+@guillemotright »
+@guilsinglleft ‹
+@guilsinglright ›
+
+@textdegree °
+@euro €
+@arrow →
+@leq ≤
+@geq ≥
+@tie a b
+
+@acronym{-a,an accronym} -a (an accronym)
+@acronym{-a} -a
+@abbr{@'E-. @comma{}A., @'Etude Autonome } É-. ,A. (Étude Autonome)
+@abbr{@'E-. @comma{}A.} É-. ,A.
+@asis{-a} -a
+@b{-a} -a
+@cite{-a} -a
+@code{-a} -a
+@command{-a} -a
+@dfn{-a} -a
+@dmn{-a} -a
+@email{-a,-b} -b
+@email{,-b} -b
+@email{-a} -a
+@emph{-a} -a
+@env{-a} -a
+@file{-a} -a
+@i{-a} -a
+@kbd{-a} -a
+@key{-a} -a
+@math{-a {\frac{1}{2}} @minus{}} -a {\frac{1}{2}} −
+@option{-a} -a
+@r{-a} -a
+@samp{-a} -a
+@sc{-a} -A
+@strong{-a} -a
+@t{-a} -a
+@sansserif{-a} -a
+@slanted{-a} -a
+@titlefont{-a} -a
+@indicateurl{-a} -a
+@uref{-a,-b} -a (-b)
+@uref{-a} -a
+@uref{,-b}  (-b)
+@uref{-a,-b,-c} -c
+@uref{,-b,-c} -c
+@uref{-a,,-c} -c
+@uref{,,-c} -c
+@url{-a,-b} -a (-b)
+@url{-a,} -a
+@url{,-b}  (-b)
+@var{-a} -a
+@verb{:-a:} -a
+@verb{:a  < & @ % " -    b:} a  < & @ % " -    b
+@w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a} a a 
a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a
+@H{a} a̋
+@H{-a} -a̋
+@dotaccent{a} ȧ
+@dotaccent{-a} -ȧ
+@ringaccent{a} å
+@ringaccent{-a} -å
+@tieaccent{a} a͡
+@tieaccent{-a} -a͡
+@u{a} ă
+@u{-a} -ă
+@ubaraccent{a} a̲
+@ubaraccent{-a} -a̲
+@udotaccent{a} ạ
+@udotaccent{-a} -ạ
+@v{a} ǎ
+@v{-a} -ǎ
+@,{c} ç
+@,{-c} -ç
+@ogonek{a} ą
+@ogonek{-a} -ą
+a@sup{h}@sub{l} ahl
+@footnote{in footnote} 
+@footnote{in footnote2} 
+
+@sp 2
+
+
+
+@page
+
+
+
+need 1002
+
+@clicksequence{click @click{} A} click → A
+After clickstyle ⇒
+@clicksequence{click @click{} A} click ⇒ A
+
+
+disp-laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2
+
+``simple-double-three-four-'' aa
+``simple-double-three-four-''
+
+
+ı ȷ
+ł ç
+a̲ ạ ą ahl
+
+       ! @ } { 
+a sunny day
+
+→
+0075
+• © … ... ≡
+error→ ↦ − ⊣ ⇒
+Å æ œ Æ Œ ø Ø ß ł Ł Ð
+Þ ð þ ¡ ¿ £
+ª º , 
+
+“ ” 
+‘ ’ „ ‚ «
+» « » ‹
+› € → ≤ ≥
+
+b i r SC sansserif slanted
+
+default kbdinputstyle
+vtable i-tem default kbdinputstyle
+in example default kbdinputstyle
+vtable i-tem in example default kbdinputstyle
+
+code kbdinputstyle
+vtable i-tem code kbdinputstyle
+in example code kbdinputstyle
+vtable i-tem in example code kbdinputstyle
+
+example kbdinputstyle
+vtable i-tem example kbdinputstyle
+in example example kbdinputstyle
+vtable i-tem in example example kbdinputstyle
+
+distinct kbdinputstyle
+vtable i-tem distinct kbdinputstyle
+in example distinct kbdinputstyle
+vtable i-tem in example distinct kbdinputstyle
+
+A quot-ation
+
+Note
+A Note
+
+note
+A note
+
+Caution
+Caution
+
+Important
+Important
+
+Tip
+a Tip
+
+Warning
+a Warning.
+
+something é TeX
+The something é TeX is here.
+
+@ at the end of line  
+A @ at the end of the @quotation line.
+
+something, other thing
+something, other thing
+
+Note, the note
+Note, the note
+
+
+Empty
+
+
+
+aaa quotation author
+quotation
+
+indent in quotation
+
+exdented quotation line   and dash - in quotation
+
+Not exdented followed by exdented
+exdented quotation line
+
+exdented quotation line
+Followed by not exdented 
+
+quotation1
+in exdented protected eol  
+following
+in exdented a @* 
+ and following
+after exdented
+
+A small quot-ation
+
+Note
+A small Note
+
+something, other thing
+something, other thing
+
+i-temize
+
+i-tem +
+
+b-ullet
+
+minu-s
+
+e-mph item
+
+i-tem 1
+i-tem 2
+
+with w a-b
+with w c-d
+
+line w a-b
+line with w c-d
+
+1. e-numerate
+
+3. first third
+4. second third
+
+a. e-numerate
+
+c. first c
+d. second c
+
+mu-ltitable headitem another tab
+mu-ltitable item multitable tab
+mu-ltitable item 2 multitable tab 2
+lone mu-ltitable item
+
+truc bidule
+
+e-xample  some
+   text
+
+example one arg
+
+example two args
+
+example three args
+
+example four args
+
+example five args
+
+The something é TeX is here.
+
+A @ at the end of the @example line.
+
+example with empty args
+
+example with empty and non empty args mix
+
+Exam-ple
+
+Other li-ne
+not exdented
+
+exdented  and dash - in example
+Not exdented one
+exdented two
+Not exdented two
+
+Example   Hoho.
+Nested Other line
+exdented nested other line
+
+s-mallexample
+
+@noindent after smallexample.
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain'
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain'
+Less recent versions are also present.
+
+d-isplay
+
+s-malldisplay
+
+l-isp
+
+s-malllisp
+
+f-ormat
+
+s-mallformat
+
+c-ategory: d-effn_name a-rguments...
+d-effn
+
+cate-gory: de-ffn_name ar-guments    more args 
+ even more so
+def-fn
+ 
+fset: i a g
+cmde: truc 
+Command: log trap 
+Command: log trap1 
+Command: log trap2 
+cmde: id ule truc
+cmde2: id i ule truc
+: 
+: machin
+: bidule machin
+truc: machin
+truc: 
+truc: followed by a comment
+: 
+truc: a b c d e f g h i
+truc: deffnx before end deffn
+
+
+empty: deffn
+
+empty: deffn with deffnx
+empty: deffnx
+
+fset: i a g
+cmde: truc 
+text in def item for second def item
+
+
+c-ategory: d-efvr_name
+d-efvr
+
+c-ategory: n-ame a-rguments...
+d-effn
+
+c-ategory: n-ame
+d-effn no arg
+
+c-ategory: t-ype d-eftypefn_name a-rguments...
+d-eftypefn
+
+c-ategory: t-ype d-eftypefn_name
+d-eftypefn no arg
+
+c-ategory on c-lass: t-ype d-eftypeop_name a-rguments...
+d-eftypeop
+
+c-ategory on c-lass: t-ype d-eftypeop_name
+d-eftypeop no arg
+
+c-ategory: t-ype d-eftypevr_name
+d-eftypevr
+
+c-ategory of c-lass: d-efcv_name
+d-efcv
+
+c-ategory of c-lass: d-efcv_name a-rguments...
+d-efcv with arguments
+
+c-ategory of c-lass: t-ype d-eftypecv_name
+d-eftypecv
+
+c-ategory of c-lass: t-ype d-eftypecv_name a-rguments...
+d-eftypecv with arguments
+
+c-ategory on c-lass: d-efop_name a-rguments...
+d-efop
+
+c-ategory on c-lass: d-efop_name
+d-efop no arg
+
+c-ategory: d-eftp_name a-ttributes...
+d-eftp
+
+Function: d-efun_name a-rguments...
+d-efun
+
+Macro: d-efmac_name a-rguments...
+d-efmac
+
+Special Form: d-efspec_name a-rguments...
+d-efspec
+
+Variable: d-efvar_name
+d-efvar
+
+Variable: d-efvar_name arg-var arg-var1
+d-efvar with args
+
+User Option: d-efopt_name
+d-efopt
+
+Function: t-ype d-eftypefun_name a-rguments...
+d-eftypefun
+
+Variable: t-ype d-eftypevar_name
+d-eftypevar
+
+Instance Variable of c-lass: d-efivar_name
+d-efivar
+
+Instance Variable of c-lass: t-ype d-eftypeivar_name
+d-eftypeivar
+
+Method on c-lass: d-efmethod_name a-rguments...
+d-efmethod
+
+Method on c-lass: t-ype d-eftypemethod_name a-rguments...
+d-eftypemethod
+
+
+Function: data-type2 name2 arguments2...
+aaa2
+
+c-ategory2: t-ype2 d-eftypefn_name2
+d-eftypefn no arg2
+
+c-ategory2 on c-lass2: t-ype2 d-eftypeop_name2 a-rguments2...
+d-eftypeop2
+
+c-ategory2 on c-lass2: t-ype2 d-eftypeop_name2
+d-eftypeop no arg2
+
+c-ategory2 of c-lass2: t-ype2 d-eftypecv_name2
+d-eftypecv2
+
+c-ategory2 of c-lass2: t-ype2 d-eftypecv_name2 a-rguments2...
+d-eftypecv with arguments2
+
+fun2: arg2
+fff2
+
+
+@xref{c-hapter@@, cross r-ef name@@, t-itle@@, file n-ame@@, ma-nual@@} 
c-hapter@.
+@ref{chapter, cross ref name, title, file name, manual} chapter
+@pxref{chapter, cross ref name, title, file name, manual} chapter
+@inforef{chapter, cross ref name, file name} chapter
+
+@ref{chapter} chapter
+@xref{chapter} chapter.
+@pxref{chapter} chapter
+@ref{s-ect@comma{}ion} s-ect,ion
+
+@ref{s-ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }
+s-ect,ion
+
+@ref{chapter,cross ref name} chapter
+@ref{chapter,,title} chapter
+@ref{chapter,,,file name} chapter
+@ref{chapter,,,,manual} chapter
+@ref{chapter,cross ref name,title,} chapter
+@ref{chapter,cross ref name,,file name} chapter
+@ref{chapter,cross ref name,,,manual} chapter
+@ref{chapter,cross ref name,title,file name} chapter
+@ref{chapter,cross ref name,title,,manual} chapter
+@ref{chapter,cross ref name,title, file name, manual} chapter
+@ref{chapter,,title,file name} chapter
+@ref{chapter,,title,,manual} chapter
+@ref{chapter,,title, file name, manual} chapter
+@ref{chapter,,,file name,manual} chapter
+
+
+@ref{(pman)anode,cross ref name} (pman)anode
+@ref{(pman)anode,,title} (pman)anode
+@ref{(pman)anode,,,file name} (pman)anode
+@ref{(pman)anode,,,,manual} (pman)anode
+@ref{(pman)anode,cross ref name,title,} (pman)anode
+@ref{(pman)anode,cross ref name,,file name} (pman)anode
+@ref{(pman)anode,cross ref name,,,manual} (pman)anode
+@ref{(pman)anode,cross ref name,title,file name} (pman)anode
+@ref{(pman)anode,cross ref name,title,,manual} (pman)anode
+@ref{(pman)anode,cross ref name,title, file name, manual} (pman)anode
+@ref{(pman)anode,,title,file name} (pman)anode
+@ref{(pman)anode,,title,,manual} (pman)anode
+@ref{(pman)anode,,title, file name, manual} (pman)anode
+@ref{(pman)anode,,,file name,manual} (pman)anode
+
+
+@inforef{chapter, cross ref name, file name} chapter
+@inforef{chapter} chapter
+@inforef{chapter, cross ref name} chapter
+@inforef{chapter,,file name} chapter
+@inforef{node, cross ref name, file name} node
+@inforef{node} node
+@inforef{node, cross ref name} node
+@inforef{node,,file name} node
+@inforef{chapter, cross ref name, file name, spurious arg} chapter
+
+@inforef{s-ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in file}
+s-ect,ion
+
+chapter.
+
+ext
+chapter
+
+a-strong
+l-ine
+
+a-asis
+b
+l-ine
+
+a
+b
+l-ine
+
+Title
+a-code
+Value-table code
+
+Title
+a-samp
+a2-samp
+Value-table samp
+
+c-artouche
+
+f-lushleft
+more text
+
+f-lushright
+more text
+
+ce-ntered line
+
+r-raggedright
+more text
+
+\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  <>.
+
+@bye
+
+in verbatim ''
+
+
+html ''
+
+
+
+
+majorheading
+************
+
+chapheading
+***********
+
+heading
+=======
+
+subheading
+-
+
+subsubheading
+.............
+
+
+@acronym{-a,an accronym @comma{} @enddots{}} -a (an accronym , ...)
+@abbr{@'E-. @comma{}A., @'Etude-@comma{} @b{Autonome} } É-. ,A. (Étude-, 
Autonome)
+@abbr{@'E-. @comma{}A.} É-. ,A.
+
+@math{-a@minus{} {\frac{1}{2}}} -a− {\frac{1}{2}}
+
+
+
+
+Somehow invalid use of @,:
+
+@, ̧
+
+@,@"u ̧ü
+
+Invalid use of @':
+
+@' ́
+
+@'@"u ́ü
+
+@| 
+
+@dotless{truc} truc
+@dotless{ij} ij
+@dotless{-a} -a
+@dotless{a} a
+
+@U, without braces @U{}, with empty arg 
+@U{z}, with non-hex arg z
+@U{abc}, with <4 hex digits abc
+@U{FFFFFFFFFFFFFF}, value much too large FFFFFFFFFFFFFF
+@U{110000}, value just beyond Unicode 110000
+
+@TeX, but without brace TeX
+@# #
+
+@w{-a} -a
+
+@image{,1-xt} 
+@image{,,2-xt} 
+@image{,,,3-xt} 
+
+@image{f-ile,aze,,a-lt} f-ile
+@image{f-ile,,,alt@verb{:jk _" %}} f-ile
+
+@image{f-ile} f-ile
+@image{f-ile,,,alt} f-ile
+@image{f-ile,,,,.e-d-xt} f-ile
+@image{f-ile,l-i} f-ile
+@image{f-ile,,l-e} f-ile
+@image{f-ile,aze,az,alt,.e-xt} f-ile
+@image{f-ile,aze,az,alt, f-ile
+@image{@file{f-ile}@@@.,aze,az,alt,@file{.file ext} e-xt@} f-ile@.
+
+@image{f-ile,aze,az,@verb{:jk _" %@:} @b{in b "},e-xt} f-ile
+@image{file@verb{:jk _" %@:},,,alt@verb{:jk _" %@:}} filejk _" %@
+
+
+author
+
+ü Ü ñ â é ō ì é Ḕ
+Ḉ Ḉ a̋ ȧ å a͡
+ă ǎ
+ ? .
+
+TeX LaTeX ★ å ® ° 
+
+t 
+
+e-mph item
+
+e-mph item
+
+i-tem 1
+i-tem 2
+
+without brace w a-b
+without brace w c-d
+
+a
+l-ine
+
+a-missing style formatting
+l-ine
+
+a
+b
+l-ine
+
+fun: 
+truc: machin bidule chose and
+truc: machin bidule chose and  after
+truc: machin bidule chose and 
+truc: machin bidule chose and and after
+truc: followed by a comment
+Various deff lines
+truc: after a deff item
+
+fsetinv: invalid a g
+id i ule: 
+aaa: 
+: 
+truc: 
+
+g-roupe
+
+@ref{node} node
+
+@ref{,cross ref name} 
+@ref{,,title} 
+@ref{,,,file name} 
+@ref{,,,,manual} 
+@ref{node,cross ref name} node
+@ref{node,,title} node
+@ref{node,,,file name} node
+@ref{node,,,,manual} node
+@ref{node,cross ref name,title,} node
+@ref{node,cross ref name,,file name} node
+@ref{node,cross ref name,,,manual} node
+@ref{node,cross ref name,title,file name} node
+@ref{node,cross ref name,title,,manual} node
+@ref{node,cross ref name,title, file name, manual} node
+@ref{node,,title,file name} node
+@ref{node,,title,,manual} node
+@ref{chapter,,title, file name, manual} chapter
+@ref{node,,title, file name, manual} node
+@ref{node,,,file name,manual} node
+@ref{,cross ref name,title,} 
+@ref{,cross ref name,,file name} 
+@ref{,cross ref name,,,manual} 
+@ref{,cross ref name,title,file name} 
+@ref{,cross ref name,title,,manual} 
+@ref{,cross ref name,title, file name, manual} 
+@ref{,,title,file name} 
+@ref{,,title,,manual} 
+@ref{,,title, file name, manual} 
+@ref{,,,file name,manual} 
+
+@inforef{,cross ref name } 
+@inforef{,,file name} 
+@inforef{,cross ref name, file name} 
+@inforef{} 
+
+ -->
+<title>title &ndash;a</title>
+
+<meta name="description" content="title &ndash;a">
+<meta name="keywords" content="title &ndash;a">
+<meta name="resource-type" content="document">
+<meta name="distribution" content="global">
+<meta name="Generator" content="texi2any">
+<meta name="viewport" content="width=device-width,initial-scale=1">
+
+<style type="text/css">
+<!--
+a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
+a.summary-letter-printindex {text-decoration: none}
+div.center {text-align:center}
+div.display {margin-left: 3.2em}
+div.example {margin-left: 3.2em}
+h1.centerchap {text-align:center}
+h3.subtitle {text-align:right}
+kbd.kbd {font-style: oblique}
+kbd.key {font-style: normal}
+p.flushleft-paragraph {text-align:left}
+p.flushright-paragraph {text-align:right}
+pre.display-preformatted {font-family: inherit}
+pre.format-preformatted {font-family: inherit}
+pre.menu-comment-preformatted {font-family: serif}
+pre.menu-entry-description-preformatted {font-family: serif; display: inline}
+pre.menu-preformatted {font-family: serif}
+span.index-entry-level-1 {margin-left: 0.5em}
+span.index-entry-level-2 {margin-left: 1.0em}
+span.program-in-footer {font-size: smaller}
+span.r {font-family: initial; font-weight: normal; font-style: normal}
+span.sansserif {font-family: sans-serif; font-weight: normal}
+span:hover a.copiable-link {visibility: visible}
+strong.def-name {font-family: monospace; font-weight: bold; font-size: larger}
+td.button-direction-about {text-align:center}
+td.menu-entry-description {vertical-align: top}
+td.menu-entry-destination {vertical-align: top}
+td.name-direction-about {text-align:center}
+td.printindex-index-entry {vertical-align: top}
+td.printindex-index-section {vertical-align: top}
+th.entries-header-printindex {text-align:left}
+th.menu-comment {text-align:left}
+th.sections-header-printindex {text-align:left}
+ul.mark-bullet {list-style-type: disc}
+ul.mark-minus {list-style-type: "\2212"}
+ul.mark-none {list-style-type: none}
+ul.toc-numbered-mark {list-style: none}
+-->
+</style>
+
+
+</head>
+
+<body lang="en">
+<h1 class="title">title &ndash;a</h1>
+<h3 class="subtitle">formatting subtitle &ndash;a</h3>
+<h3 class="subtitle">subtitle 2 &ndash;a</h3>
+<strong class="author">author1 &ndash;a with accents in name 
T&eacute;&ccedil;a</strong><br>
+<strong class="author">author2 &ndash;a</strong><br>
+<p>In titlepage
+</p>
+<p>&lt;
+&gt;
+&quot;
+&amp;
+&rsquo;
+&lsquo;
+</p>
+<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+code: <code class="code">``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: <strong 
class="strong">&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong>
 <br>
+kbd: <kbd class="kbd">``simple-double--three---four----''</kbd> <br>
+</p>
+<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
+</p>
+<a class="index-entry-id" id="index-titlepage-_002d_002doption"></a>
+<a class="index-entry-id" id="index-titlepage-_0060_0060"></a>
+<a class="index-entry-id" id="index-titlepage-_0060_0060-1"></a>
+<a class="index-entry-id" id="index-titlepage-_002d_002dfoption"></a>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
+@~n &ntilde;
+@^a &acirc;
+@&rsquo;e &eacute;
+@=o &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;{@dotless{i}} &iacute; 
+@dotless{i} &inodot;
+@dotless{j} &#567;
+@&lsquo;{@=E} &#274;&#768; 
+@l{} &#322;
+@,{@&rsquo;C} &#262;&#807;
+@,c &ccedil;
+@,c@&quot;u &ccedil;&uuml; <br>
+</p>
+<p>@U{0075} &#x0075;
+</p>
+<p>@* <br>
+@ followed by a space
+&nbsp;
+@ followed by a tab
+&nbsp;
+@ followed by a new line
+&nbsp;<code class="code">@-</code> 
+<code class="code">@:</code> 
+<code class="code">@!</code> !
+<code class="code">@?</code> ?
+<code class="code">@.</code> .
+<code class="code">@@</code> @
+<code class="code">@}</code> }
+<code class="code">@{</code> {
+<code class="code">@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
+@LaTeX LaTeX
+@bullet &bull;
+@copyright &copy;
+@dots &hellip;
+@enddots <small class="enddots">...</small>
+@equiv &equiv;
+@error error&rarr;
+@expansion &rarr;
+@minus &minus;
+@point &lowast;
+@print -|
+@result &rArr;
+@today a sunny day
+</p>
+<p>@aa &aring;
+@AA &Aring;
+@ae &aelig;
+@oe &oelig;
+@AE &AElig;
+@OE &OElig;
+@o &oslash;
+@O &Oslash;
+@ss &szlig;
+@l &#322;
+@L &#321;
+@DH &ETH;
+@TH &THORN;
+@dh &eth;
+@th &thorn;
+</p>
+<p>@exclamdown &iexcl;
+@questiondown &iquest;
+@pounds &pound;
+@registeredsymbol &reg;
+@ordf &ordf;
+@ordm &ordm;
+@comma ,
+@quotedblleft &ldquo;
+@quotedblright &rdquo;
+@quoteleft &lsquo;
+@quoteright &rsquo;
+@quotedblbase &bdquo;
+@quotesinglbase &sbquo;
+@guillemetleft &laquo;
+@guillemetright &raquo;
+@guillemotleft &laquo;
+@guillemotright &raquo;
+@guilsinglleft &lsaquo;
+@guilsinglright &rsaquo;
+</p>
+<p>@textdegree &deg;
+@euro &euro;
+@arrow &rarr;
+@leq &le;
+@geq &ge;
+@tie a&nbsp;b
+</p>
+<p><code class="code">@acronym{--a,an accronym}</code> <abbr class="acronym" 
title="an accronym">&ndash;a</abbr> (an accronym)
+<code class="code">@acronym{--a}</code> <abbr class="acronym" title="an 
accronym">&ndash;a</abbr>
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
class="abbr" title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude Autonome)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code class="code">@asis{--a}</code> &ndash;a
+<code class="code">@b{--a}</code> <b class="b">&ndash;a</b>
+<code class="code">@cite{--a}</code> <cite class="cite">&ndash;a</cite>
+<code class="code">@code{--a}</code> <code class="code">--a</code>
+<code class="code">@command{--a}</code> <code class="command">--a</code>
+<code class="code">@dfn{--a}</code> <em class="dfn">&ndash;a</em>
+<code class="code">@dmn{--a}</code> <span class="dmn">&ndash;a</span>
+<code class="code">@email{--a,--b}</code> <a class="email" 
href="mailto:--a";>&ndash;b</a>
+<code class="code">@email{,--b}</code> &ndash;b
+<code class="code">@email{--a}</code> <a class="email" 
href="mailto:--a";>--a</a>
+<code class="code">@emph{--a}</code> <em class="emph">&ndash;a</em>
+<code class="code">@env{--a}</code> <code class="env">--a</code>
+<code class="code">@file{--a}</code> <samp class="file">--a</samp>
+<code class="code">@i{--a}</code> <i class="i">&ndash;a</i>
+<code class="code">@kbd{--a}</code> <kbd class="kbd">--a</kbd>
+<code class="code">@key{--a}</code> <kbd class="key">--a</kbd>
+<code class="code">@math{--a {\frac{1}{2}} @minus{}}</code> <em 
class="math">--a {\frac{1}{2}} &minus;</em>
+<code class="code">@option{--a}</code> <samp class="option">--a</samp>
+<code class="code">@r{--a}</code> <span class="r">&ndash;a</span>
+<code class="code">@samp{--a}</code> &lsquo;<samp 
class="samp">--a</samp>&rsquo;
+<code class="code">@sc{--a}</code> <small class="sc">&ndash;A</small>
+<code class="code">@strong{--a}</code> <strong class="strong">&ndash;a</strong>
+<code class="code">@t{--a}</code> <code class="t">--a</code>
+<code class="code">@sansserif{--a}</code> <span 
class="sansserif">&ndash;a</span>
+<code class="code">@slanted{--a}</code> <i class="slanted">&ndash;a</i>
+<code class="code">@titlefont{--a}</code> </p><h1 
class="titlefont">&ndash;a</h1>
+<p><code class="code">@indicateurl{--a}</code> &lsquo;<code 
class="indicateurl">--a</code>&rsquo;
+<code class="code">@uref{--a,--b}</code> <a class="uref" 
href="--a">&ndash;b</a>
+<code class="code">@uref{--a}</code> <a class="uref" href="--a">--a</a>
+<code class="code">@uref{,--b}</code> &ndash;b
+<code class="code">@uref{--a,--b,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,--b,--c}</code> &ndash;c
+<code class="code">@uref{--a,,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,,--c}</code> &ndash;c
+<code class="code">@url{--a,--b}</code> <a class="url" href="--a">&ndash;b</a>
+<code class="code">@url{--a,}</code> <a class="url" href="--a">--a</a>
+<code class="code">@url{,--b}</code> &ndash;b
+<code class="code">@var{--a}</code> <var class="var">&ndash;a</var>
+<code class="code">@verb{:--a:}</code> <code class="verb">--a</code>
+<code class="code">@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <code 
class="verb">a  &lt; &amp; @ % &quot; --    b</code>
+<code class="code">@w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a 
a a a a a a a}</code> 
a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a<!--
 /@w -->
+<code class="code">@H{a}</code> a&#779;
+<code class="code">@H{--a}</code> &ndash;a&#779;
+<code class="code">@dotaccent{a}</code> &#551;
+<code class="code">@dotaccent{--a}</code> &ndash;a&#775;
+<code class="code">@ringaccent{a}</code> &aring;
+<code class="code">@ringaccent{--a}</code> &ndash;a&#778;
+<code class="code">@tieaccent{a}</code> a&#865;
+<code class="code">@tieaccent{--a}</code> &ndash;&#865;a
+<code class="code">@u{a}</code> &#259;
+<code class="code">@u{--a}</code> &ndash;a&#774;
+<code class="code">@ubaraccent{a}</code> a&#818;
+<code class="code">@ubaraccent{--a}</code> &ndash;a&#818;
+<code class="code">@udotaccent{a}</code> &#7841;
+<code class="code">@udotaccent{--a}</code> &ndash;a&#803;
+<code class="code">@v{a}</code> &#462;
+<code class="code">@v{--a}</code> &ndash;a&#780;
+<code class="code">@,{c}</code> &ccedil;
+<code class="code">@,{--c}</code> &ndash;c&#807;
+<code class="code">@ogonek{a}</code> &#261;
+<code class="code">@ogonek{--a}</code> &ndash;a&#808;
+<code class="code">a@sup{h}@sub{l}</code> a<sup class="sup">h</sup><sub 
class="sub">l</sub>
+<code class="code">@footnote{in footnote}</code> <a class="footnote" 
id="DOCF3" href="#FOOT3"><sup>1</sup></a>
+<code class="code">@footnote{in footnote2}</code> <a class="footnote" 
id="DOCF4" href="#FOOT4"><sup>2</sup></a>
+</p>
+<p><code class="code">@sp 2</code><br>
+</p><br>
+<br>
+<p><code class="code">@page</code><br>
+</p>
+<p><code class="code">need 1002</code>
+</p>
+<p><code class="code">@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code class="code">@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
+
+<div class="displaymath"><em>disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup class="sup">-{1 \over 2}\left({x-\mu 
\over \sigma}\right)^2</sup>
+</em></div>
+<div class="displaymath"><em><strong 
class="strong">``simple-double--three---four----''</strong> aa<!-- /@w -->
+`<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
+
+</em></div>
+<div class="displaymath"><em>&inodot; &#567;
+&#322; &ccedil;
+a&#818; &#7841; &#261; a<sup class="sup">h</sup><sub class="sub">l</sub>
+
+ &nbsp;&nbsp; &nbsp;  ! @ } { 
+a sunny day
+</em></div>
+<div class="displaymath"><em>&rarr;
+&#x0075;
+&bull; &copy; &hellip; ... &equiv;
+error&rarr; &rarr; &minus; -| &rArr;
+&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
+&THORN; &eth; &thorn; &iexcl; &iquest; &pound;
+&ordf; &ordm; , 
+</em></div>
+<div class="displaymath"><em>&ldquo; &rdquo; 
+&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
+&raquo; &laquo; &raquo; &lsaquo;
+&rsaquo; &euro; &rarr; &le; &ge;
+</em></div>
+<div class="displaymath"><em><b class="b">b</b> <i class="i">i</i> <span 
class="r">r</span> <small class="sc">SC</small> <span 
class="sansserif">sansserif</span> <i class="slanted">slanted</i>
+</em></div>
+<p><kbd class="kbd">default kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem default kbdinputstyle</kbd><a class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example default 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
default kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">code kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem code kbdinputstyle</code><a 
class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><code class="code as-code-kbd">in example 
code kbdinputstyle</code>
+</pre><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><code class="code as-code-kbd">vtable 
i--tem in example code kbdinputstyle</code></code><a class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">example kbdinputstyle</code>
+</p><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem example kbdinputstyle</code><a 
class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example example 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
example kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><kbd class="kbd">distinct kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem distinct kbdinputstyle</kbd><a class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example distinct 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
distinct kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'>
 &para;</a></span></dt>
+</dl>
+</div>
+
+<blockquote class="quotation">
+<p>A quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note:</b> A Note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">note:</b> A note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Caution:</b> Caution
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Important:</b> Important
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Tip:</b> a Tip
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Warning:</b> a Warning.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something &eacute; TeX:</b> The something &eacute; TeX is here.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">@ at the end of line &nbsp;:</b> A @ at the end of the 
@quotation line.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note, the note:</b> Note, the note
+</p></blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+<p>aaa quotation
+</p></blockquote>
+<div class="center">&mdash; <em class="emph">quotation author</em>
+</div>
+<blockquote class="quotation">
+<p>indent in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line   and dash &mdash; in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>Not exdented followed by exdented
+</p><p class="exdent">exdented quotation line
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line
+</p><p>Followed by not exdented 
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>quotation1
+</p><p class="exdent">in exdented protected eol &nbsp;
+</p><p>following
+</p><p class="exdent">in exdented a @* <br> and following
+</p><p>after exdented
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p>A small quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">Note:</b> A small Note
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<ul class="itemize mark-bullet">
+<li>i&ndash;temize
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '+'">
+<li>i&ndash;tem +
+</li></ul>
+
+<ul class="itemize mark-bullet">
+<li>b&ndash;ullet
+</li></ul>
+
+<ul class="itemize mark-minus">
+<li>minu&ndash;s
+</li></ul>
+
+<ul class="itemize" style="list-style-type: 'after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li><a class="index-entry-id" 
id="index-titlepage-index-entry-within-itemize"></a>
+i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>with w a&ndash;b
+</li><li>with w c&ndash;d
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' on a line'">
+<li>line w a&ndash;b
+</li><li>line with w c&ndash;d
+</li></ul>
+
+<ol class="enumerate">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" start="3">
+<li> first third
+</li><li> second third
+</li></ol>
+
+<ol class="enumerate" type="a" start="1">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" type="a" start="3">
+<li> first c
+</li><li> second c
+</li></ol>
+
+<table class="multitable">
+<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
+<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
+<a class="index-entry-id" 
id="index-titlepage-index-entry-within-multitable"></a></td></tr>
+<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
+</tbody>
+</table>
+
+<table class="multitable">
+<tbody><tr><td>truc</td><td>bidule</td></tr>
+</tbody>
+</table>
+
+<div class="example">
+<pre class="example-preformatted">e--xample  some
+   text
+</pre></div>
+
+<div class="example user-first-arg">
+<pre class="example-preformatted">example one arg
+</pre></div>
+
+<div class="example user-first-arg user-second-arg">
+<pre class="example-preformatted">example two args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg">
+<pre class="example-preformatted">example three args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg">
+<pre class="example-preformatted">example four args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg user-fifth-arg">
+<pre class="example-preformatted">example five args
+</pre></div>
+
+<div class="example user-something-é-TeX">
+<pre class="example-preformatted">The something &eacute; TeX is here.
+</pre></div>
+
+<div class="example user-@-at-the-end-of-line--">
+<pre class="example-preformatted">A @ at the end of the @example line.
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">example with empty args
+</pre></div>
+
+<div class="example user-nonempty">
+<pre class="example-preformatted">example with empty and non empty args mix
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Exam---ple
+
+</pre><pre class="exdent">Other li---ne
+</pre><pre class="example-preformatted">not exdented
+</pre></div>
+
+<div class="example">
+<pre class="exdent">exdented  and dash --- in example
+</pre><pre class="example-preformatted">Not exdented one
+</pre><pre class="exdent">exdented two
+</pre><pre class="example-preformatted">Not exdented two
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Example   Hoho.
+</pre><div class="example">
+<pre class="example-preformatted">Nested Other line
+</pre><pre class="exdent">exdented nested other line
+</pre></div>
+</div>
+
+<div class="example smallexample">
+<pre class="example-preformatted">s--mallexample
+</pre></div>
+
+<p><code class="code">@noindent</code> after smallexample.
+</p><div class="example smallexample">
+<pre class="example-preformatted">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
+</pre></div>
+<p>Less recent versions are also present.
+</p>
+<div class="display">
+<pre class="display-preformatted">d&ndash;isplay
+</pre></div>
+
+<div class="display smalldisplay">
+<pre class="display-preformatted">s&ndash;malldisplay
+</pre></div>
+
+<div class="example lisp">
+<pre class="lisp-preformatted">l--isp
+</pre></div>
+
+<div class="example smalllisp lisp">
+<pre class="lisp-preformatted">s--malllisp
+</pre></div>
+
+<div class="format">
+<pre class="format-preformatted">f&ndash;ormat
+</pre></div>
+
+<div class="format smallformat">
+<pre class="format-preformatted">s&ndash;mallformat
+</pre></div>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-d_002d_002deffn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--effn_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002deffn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-de_002d_002dffn_005fname"><span 
class="category-def">cate&ndash;gory: </span><span><strong 
class="def-name">de--ffn_name</strong> <var 
class="def-var-arguments">ar&ndash;guments    more args <br> even more 
so</var><a class="copiable-link" 
href='#index-titlepage-de_002d_002dffn_005fname'> &para;</a></span></dt>
+<dd><p>def&ndash;fn
+</p></dd></dl>
+ 
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-i"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-titlepage-i'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-titlepage-index-entry-within-deffn"></a>
+</dd><dt class="deffnx def-cmd-deffn" id="index-titlepage-truc"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" 
href='#index-titlepage-truc'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-log-trap"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap</strong><a class="copiable-link" href='#index-titlepage-log-trap'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-log-trap1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap1</strong><a class="copiable-link" href='#index-titlepage-log-trap1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-log-trap2"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap2</strong><a class="copiable-link" href='#index-titlepage-log-trap2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-id-ule"><span 
class="category-def">cmde: </span><span><strong class="def-name"><b 
class="b">id ule</b></strong> <var class="def-var-arguments">truc</var><a 
class="copiable-link" href='#index-titlepage-id-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-id-i-ule"><span 
class="category-def">cmde2: </span><span><strong class="def-name"><b 
class="b">id &lsquo;<samp class="samp">i</samp>&rsquo; ule</b></strong> <var 
class="def-var-arguments">truc</var><a class="copiable-link" 
href='#index-titlepage-id-i-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-machin"><span 
class="category-def">: </span><span><strong class="def-name">machin</strong><a 
class="copiable-link" href='#index-titlepage-machin'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-bidule-machin"><span 
class="category-def">: </span><span><strong class="def-name">bidule 
machin</strong><a class="copiable-link" href='#index-titlepage-bidule-machin'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-machin-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong><a class="copiable-link" 
href='#index-titlepage-machin-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: 
</span><strong class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-followed"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-titlepage-followed'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-a"><span 
class="category-def">truc: </span><span><strong class="def-name">a</strong> 
<var class="def-var-arguments">b c d e <b class="b">f g</b> h i</var><a 
class="copiable-link" href='#index-titlepage-a'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-deffnx"><span 
class="category-def">truc: </span><span><strong 
class="def-name">deffnx</strong> <var class="def-var-arguments">before end 
deffn</var><a class="copiable-link" href='#index-titlepage-deffnx'> 
&para;</a></span></dt>
+</dl>
+
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-deffn"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong><a class="copiable-link" 
href='#index-titlepage-deffn'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-deffn-1"><span 
class="category-def">empty: </span><span><strong 
class="def-name">deffn</strong> <var class="def-var-arguments">with 
deffnx</var><a class="copiable-link" href='#index-titlepage-deffn-1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-deffnx-1"><span 
class="category-def">empty: </span><span><strong 
class="def-name">deffnx</strong><a class="copiable-link" 
href='#index-titlepage-deffnx-1'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-i-1"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-titlepage-i-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-truc-1"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" 
href='#index-titlepage-truc-1'> &para;</a></span></dt>
+<dd><p>text in def item for second def item
+</p></dd></dl>
+
+
+<dl class="first-defvr">
+<dt class="defvr" id="index-titlepage-d_002d_002defvr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--efvr_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002defvr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvr
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-n_002d_002dame"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-n_002d_002dame'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-n_002d_002dame-1"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong><a class="copiable-link" 
href='#index-titlepage-n_002d_002dame-1'> &para;</a></span></dt>
+<dd><p>d&ndash;effn no arg
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-titlepage-d_002d_002deftypefn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypefn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" 
id="index-titlepage-d_002d_002deftypefn_005fname-1"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg
+</p></dd></dl>
+
+<dl class="first-deftypevr">
+<dt class="deftypevr" id="index-titlepage-d_002d_002deftypevr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevr_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevr
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-titlepage-d_002d_002defcv_005fname"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong><a 
class="copiable-link" href='#index-titlepage-d_002d_002defcv_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efcv
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-titlepage-d_002d_002defcv_005fname-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;efcv with arguments
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong><a 
class="copiable-link" 
href='#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop no arg
+</p></dd></dl>
+
+<dl class="first-deftp">
+<dt class="deftp" id="index-titlepage-d_002d_002deftp_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--eftp_name</strong> <var 
class="def-var-arguments">a&ndash;ttributes...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftp_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftp
+</p></dd></dl>
+
+<dl class="first-deffn first-defun-alias-first-deffn">
+<dt class="deffn defun-alias-deffn" 
id="index-titlepage-d_002d_002defun_005fname"><span 
class="category-def">Function: </span><span><strong 
class="def-name">d--efun_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002defun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efun
+</p></dd></dl>
+
+<dl class="first-deffn first-defmac-alias-first-deffn">
+<dt class="deffn defmac-alias-deffn" 
id="index-titlepage-d_002d_002defmac_005fname"><span 
class="category-def">Macro: </span><span><strong 
class="def-name">d--efmac_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002defmac_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efmac
+</p></dd></dl>
+
+<dl class="first-deffn first-defspec-alias-first-deffn">
+<dt class="deffn defspec-alias-deffn" 
id="index-titlepage-d_002d_002defspec_005fname"><span 
class="category-def">Special Form: </span><span><strong 
class="def-name">d--efspec_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002defspec_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efspec
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-titlepage-d_002d_002defvar_005fname"><span 
class="category-def">Variable: </span><span><strong 
class="def-name">d--efvar_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002defvar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvar
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-titlepage-d_002d_002defvar_005fname-1"><span 
class="category-def">Variable: </span><span><strong 
class="def-name">d--efvar_name</strong> <var 
class="def-var-arguments">arg&ndash;var arg&ndash;var1</var><a 
class="copiable-link" href='#index-titlepage-d_002d_002defvar_005fname-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efvar with args
+</p></dd></dl>
+
+<dl class="first-defvr first-defopt-alias-first-defvr">
+<dt class="defvr defopt-alias-defvr" 
id="index-titlepage-d_002d_002defopt_005fname"><span class="category-def">User 
Option: </span><span><strong class="def-name">d--efopt_name</strong><a 
class="copiable-link" href='#index-titlepage-d_002d_002defopt_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efopt
+</p></dd></dl>
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-titlepage-d_002d_002deftypefun_005fname"><span 
class="category-def">Function: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefun_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypefun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefun
+</p></dd></dl>
+
+<dl class="first-deftypevr first-deftypevar-alias-first-deftypevr">
+<dt class="deftypevr deftypevar-alias-deftypevr" 
id="index-titlepage-d_002d_002deftypevar_005fname"><span 
class="category-def">Variable: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevar_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevar
+</p></dd></dl>
+
+<dl class="first-defcv first-defivar-alias-first-defcv">
+<dt class="defcv defivar-alias-defcv" 
id="index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efivar_name</strong><a 
class="copiable-link" 
href='#index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efivar
+</p></dd></dl>
+
+<dl class="first-deftypecv first-deftypeivar-alias-first-deftypecv">
+<dt class="deftypecv deftypeivar-alias-deftypecv" 
id="index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeivar_name</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeivar
+</p></dd></dl>
+
+<dl class="first-defop first-defmethod-alias-first-defop">
+<dt class="defop defmethod-alias-defop" 
id="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efmethod_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efmethod
+</p></dd></dl>
+
+<dl class="first-deftypeop first-deftypemethod-alias-first-deftypeop">
+<dt class="deftypeop deftypemethod-alias-deftypeop" 
id="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypemethod_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypemethod
+</p></dd></dl>
+
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-titlepage-name2"><span class="category-def">Function:<br> 
</span><span><code class="def-type">data-type2</code><br> <strong 
class="def-name">name2</strong> <code 
class="def-code-arguments">arguments2...</code><a class="copiable-link" 
href='#index-titlepage-name2'> &para;</a></span></dt>
+<dd><p>aaa2
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-titlepage-d_002d_002deftypefn_005fname2"><span 
class="category-def">c&ndash;ategory2:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypefn_name2</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments2
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-arg2"><span class="category-def">fun2: 
</span><span><strong class="def-name">arg2</strong><a class="copiable-link" 
href='#index-titlepage-arg2'> &para;</a></span></dt>
+<dd><p>fff2
+</p></dd></dl>
+
+
+<p><code class="code">@xref{c---hapter@@, cross r---ef name@@, t---itle@@, 
file n---ame@@, ma---nual@@}</code> See <a data-manual="file n---ame@" 
href="file%20n---ame%40.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite class="cite">ma&mdash;nual@</cite>.
+<code class="code">@ref{chapter, cross ref name, title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@pxref{chapter, cross ref name, title, file name, 
manual}</code> see <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+</p>
+<p><code class="code">@ref{chapter}</code> <a class="ref" 
href="#chapter">chapter</a>
+<code class="code">@xref{chapter}</code> See <a class="xref" 
href="#chapter">chapter</a>.
+<code class="code">@pxref{chapter}</code> see <a class="pxref" 
href="#chapter">chapter</a>
+<code class="code">@ref{s--ect@comma{}ion}</code> <a class="ref" 
href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code class="code">@ref{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
+<a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">a comma, in 
title</a> in <cite class="cite">a , in manual name</cite>
+</p>
+<p><code class="code">@ref{chapter,cross ref name}</code> <a class="ref" 
href="#chapter">cross ref name</a>
+<code class="code">@ref{chapter,,title}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross 
ref name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">chapter</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@ref{(pman)anode,cross ref name}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)cross ref name</a>
+<code class="code">@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,,,file name}</code> <a data-manual="file 
name" href="file%20name.html#anode">(file name)anode</a>
+<code class="code">@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)cross ref 
name</a>
+<code class="code">@ref{(pman)anode,cross ref name,,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">cross ref name</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#anode">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">anode</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@inforef{chapter, cross ref name, file name}</code> See 
<a data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code class="code">@inforef{chapter, cross ref name}</code> See &lsquo;cross 
ref name&rsquo;
+<code class="code">@inforef{chapter,,file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@inforef{node}</code> See &lsquo;node&rsquo;
+<code class="code">@inforef{node, cross ref name}</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{node,,file name}</code> See <a data-manual="file 
name" href="file%20name.html#node">(file name)node</a>
+<code class="code">@inforef{chapter, cross ref name, file name, spurious 
arg}</code> See <a data-manual="file name, spurious arg" 
href="file%20name%2c%20spurious%20arg.html#chapter">(file name, spurious 
arg)cross ref name</a>
+</p>
+<p><code class="code">@inforef{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in file}</code>
+See <a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+<p>&lsquo;<samp class="samp"><a class="ref" 
href="#chapter">chapter</a></samp>&rsquo;.
+</p>
+<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html%20%28uref3%29.html#ext">title with uref2 <a 
class="uref" href="href://http/myhost.com/index2.html">uref2</a></a> in <cite 
class="cite">printed manual with uref4 <a class="uref" 
href="href://http/myhost.com/index4.html">uref4</a></cite>
+<a class="ref" href="#chapter">title with uref2 <a class="uref" 
href="href://http/myhost.com/index2.html">uref2</a></a>
+</p>
+<dl class="table">
+<dt><strong class="strong">a&ndash;strong</strong></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="vtable">
+<dt id='index-titlepage-a_002d_002dasis'><span>a&ndash;asis<a 
class="copiable-link" href='#index-titlepage-a_002d_002dasis'> 
&para;</a></span></dt>
+<dt id='index-titlepage-b-2'><span>b<a class="copiable-link" 
href='#index-titlepage-b-2'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-titlepage-a-1'><span><em class="emph">a</em><a 
class="copiable-link" href='#index-titlepage-a-1'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-titlepage-index-entry-between-item-and-itemx"></a>
+</dd>
+<dt id='index-titlepage-b'><span><em class="emph">b</em><a 
class="copiable-link" href='#index-titlepage-b'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt><code class="code">a--code</code></dt>
+<dd><p>Value&ndash;table code
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt>&lsquo;<samp class="samp">a--samp</samp>&rsquo;</dt>
+<dt>&lsquo;<samp class="samp">a2--samp</samp>&rsquo;</dt>
+<dd><p>Value&ndash;table samp
+</p></dd>
+</dl>
+
+<table class="cartouche" border="1"><tr><td>
+<p>c&ndash;artouche
+</p></td></tr></table>
+
+<div class="flushleft"><p class="flushleft-paragraph">f&ndash;lushleft
+more text
+</p></div>
+<div class="flushright"><p class="flushright-paragraph">f&ndash;lushright
+more text
+</p></div>
+<div class="center">ce&ndash;ntered line
+</div>
+<div class="raggedright"><p class="raggedright-paragraph">r&ndash;raggedright
+more text
+</p></div>
+<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  &lt;&gt;.
+
+@bye
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
+
+<h1 class="majorheading" id="majorheading">majorheading</h1>
+
+<h1 class="chapheading" id="chapheading">chapheading</h1>
+
+<h2 class="heading" id="heading">heading</h2>
+
+<h3 class="subheading" id="subheading">subheading</h3>
+
+<h4 class="subsubheading" id="subsubheading">subsubheading</h4>
+
+
+<p><code class="code">@acronym{--a,an accronym @comma{} @enddots{}}</code> 
<abbr class="acronym" title="an accronym , ...">&ndash;a</abbr> (an accronym , 
<small class="enddots">...</small>)
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} 
}</code> <abbr class="abbr" title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude&ndash;, <b 
class="b">Autonome</b>)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code class="code">@math{--a@minus{} {\frac{1}{2}}}</code> <em 
class="math">--a&minus; {\frac{1}{2}}</em>
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, &#807;<br>
+@,@&quot;u &#807;&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; &#769;<br>
+@&rsquo;@&quot;u &#769;&uuml;
+</p>
+<p><code class="code">@|</code> 
+</p>
+<p>@dotless{truc} truc
+@dotless{ij} ij
+<code class="code">@dotless{--a}</code> &ndash;a
+<code class="code">@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
+@U{z}, with non-hex arg &#xz;
+@U{abc}, with &lt;4 hex digits &#xabc;
+@U{FFFFFFFFFFFFFF}, value much too large &#xFFFFFFFFFFFFFF;
+@U{110000}, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX
+<code class="code">@#</code> #
+</p>
+<p><code class="code">@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code class="code">@image{,1--xt}</code> 
+<code class="code">@image{,,2--xt}</code> 
+<code class="code">@image{,,,3--xt}</code> 
+</p>
+<p><code class="code">@image{f-ile,aze,,a--lt}</code> <img class="image" 
src="f-ile.jpg" alt="a&ndash;lt">
+<code class="code">@image{f-ile,,,alt@verb{:jk _&quot; %}}</code> <img 
class="image" src="f-ile.jpg" alt="altjk _&quot; %@">
+</p>
+<p><code class="code">@image{f--ile}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,,alt}</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{f--ile,,,,.e-d-xt}</code> <img class="image" 
src="f--ile.e--xt" alt="f--ile">
+<code class="code">@image{f--ile,l--i}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,l--e}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,aze,az,alt,.e--xt}</code> <img class="image" 
src="f--ile.e--xt" alt="alt">
+<code class="code">@image{f--ile,aze,az,alt,</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} 
e--xt@}</code> <img class="image" src="f--ile%40..file%20ext%20e--xt%7d" 
alt="alt">
+</p>
+<p><code class="code">@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img class="image" src="f--ile.e--xt" alt="jk _&quot; %@ 
in b &quot;">
+<code class="code">@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; 
%@:}}</code> <img class="image" src="filejk%20_%22%20%25%40.jpg" alt="altjk 
_&quot; %@">
+</p>
+
+<strong class="author">author</strong><br>
+
+<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; &#274;&#768;
+&#262;&#807; &#262;&#807; a&#779; &#551; &aring; a&#865;
+&#259; &#462;
+ ? .
+</em></div>
+<div class="displaymath"><em>TeX LaTeX &lowast; &aring; &reg; &deg; 
+</em></div>
+<div class="displaymath"><em><code class="t">t</code> 
+</em></div>
+<ul class="itemize">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li>i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>without brace w a&ndash;b
+</li><li>without brace w c&ndash;d
+</li></ul>
+
+<dl class="table">
+<dt>a</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dt>a&ndash;missing style formatting</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-titlepage-a-2'><span>a<a class="copiable-link" 
href='#index-titlepage-a-2'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-titlepage-index-entry-between-item-and-itemx-1"></a>
+</dd>
+<dt id='index-titlepage-b-1'><span>b<a class="copiable-link" 
href='#index-titlepage-b-1'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn"><span class="category-def">fun: </span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-machin-2"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and</var><a class="copiable-link" href='#index-titlepage-machin-2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-machin-3"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and  after</var><a class="copiable-link" href='#index-titlepage-machin-3'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-machin-4"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and </var><a class="copiable-link" href='#index-titlepage-machin-4'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-machin-5"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and and after</var><a class="copiable-link" href='#index-titlepage-machin-5'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-titlepage-followed-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-titlepage-followed-1'> 
&para;</a></span></dt>
+<dd><p>Various deff lines
+</p></dd><dt class="deffnx def-cmd-deffn" id="index-titlepage-after"><span 
class="category-def">truc: </span><span><strong class="def-name">after</strong> 
<var class="def-var-arguments">a deff item</var><a class="copiable-link" 
href='#index-titlepage-after'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-titlepage-invalid"><span 
class="category-def">fsetinv: </span><span><strong class="def-name"><var 
class="var">invalid</var></strong> <var class="def-var-arguments">a g</var><a 
class="copiable-link" href='#index-titlepage-invalid'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def"><b class="b">id 
&lsquo;<samp class="samp">i</samp>&rsquo; ule</b>: </span></dt>
+<dt class="deffnx def-cmd-deffn"></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">aaa: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: </span></dt>
+</dl>
+
+<div class="group"><p>g&ndash;roupe
+</p></div>
+<p><code class="code">@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code class="code">@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code class="code">@ref{,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@ref{,,,,manual}</code> <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name}</code> &lsquo;cross ref 
name&rsquo;
+<code class="code">@ref{node,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#node">(file name)node</a>
+<code class="code">@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title, file name, manual}</code> 
<a data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,,file name,manual}</code> <a data-manual="file 
name" href="file%20name.html#node">node</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@ref{,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,,file name,manual}</code> <cite class="cite"><a 
data-manual="file name" href="file%20name.html#Top">manual</a></cite>
+</p>
+<p><code class="code">@inforef{,cross ref name }</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{,,file name}</code> See <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@inforef{,cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@inforef{}</code> 
+</p>
+
+
+<p>Insercopying in titlepage
+</p><p>In copying
+</p>
+<p>&lt;
+&gt;
+&quot;
+&amp;
+&rsquo;
+&lsquo;
+</p>
+<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+code: <code class="code">``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: <strong 
class="strong">&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong>
 <br>
+kbd: <kbd class="kbd">``simple-double--three---four----''</kbd> <br>
+</p>
+<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
+</p>
+<a class="index-entry-id" id="index-copying-_002d_002doption"></a>
+<a class="index-entry-id" id="index-copying-_0060_0060"></a>
+<a class="index-entry-id" id="index-copying-_0060_0060-1"></a>
+<a class="index-entry-id" id="index-copying-_002d_002dfoption"></a>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
+@~n &ntilde;
+@^a &acirc;
+@&rsquo;e &eacute;
+@=o &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;{@dotless{i}} &iacute; 
+@dotless{i} &inodot;
+@dotless{j} &#567;
+@&lsquo;{@=E} &#274;&#768; 
+@l{} &#322;
+@,{@&rsquo;C} &#262;&#807;
+@,c &ccedil;
+@,c@&quot;u &ccedil;&uuml; <br>
+</p>
+<p>@U{0075} &#x0075;
+</p>
+<p>@* <br>
+@ followed by a space
+&nbsp;
+@ followed by a tab
+&nbsp;
+@ followed by a new line
+&nbsp;<code class="code">@-</code> 
+<code class="code">@:</code> 
+<code class="code">@!</code> !
+<code class="code">@?</code> ?
+<code class="code">@.</code> .
+<code class="code">@@</code> @
+<code class="code">@}</code> }
+<code class="code">@{</code> {
+<code class="code">@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
+@LaTeX LaTeX
+@bullet &bull;
+@copyright &copy;
+@dots &hellip;
+@enddots <small class="enddots">...</small>
+@equiv &equiv;
+@error error&rarr;
+@expansion &rarr;
+@minus &minus;
+@point &lowast;
+@print -|
+@result &rArr;
+@today a sunny day
+</p>
+<p>@aa &aring;
+@AA &Aring;
+@ae &aelig;
+@oe &oelig;
+@AE &AElig;
+@OE &OElig;
+@o &oslash;
+@O &Oslash;
+@ss &szlig;
+@l &#322;
+@L &#321;
+@DH &ETH;
+@TH &THORN;
+@dh &eth;
+@th &thorn;
+</p>
+<p>@exclamdown &iexcl;
+@questiondown &iquest;
+@pounds &pound;
+@registeredsymbol &reg;
+@ordf &ordf;
+@ordm &ordm;
+@comma ,
+@quotedblleft &ldquo;
+@quotedblright &rdquo;
+@quoteleft &lsquo;
+@quoteright &rsquo;
+@quotedblbase &bdquo;
+@quotesinglbase &sbquo;
+@guillemetleft &laquo;
+@guillemetright &raquo;
+@guillemotleft &laquo;
+@guillemotright &raquo;
+@guilsinglleft &lsaquo;
+@guilsinglright &rsaquo;
+</p>
+<p>@textdegree &deg;
+@euro &euro;
+@arrow &rarr;
+@leq &le;
+@geq &ge;
+@tie a&nbsp;b
+</p>
+<p><code class="code">@acronym{--a,an accronym}</code> <abbr class="acronym" 
title="an accronym">&ndash;a</abbr> (an accronym)
+<code class="code">@acronym{--a}</code> <abbr class="acronym" title="an 
accronym">&ndash;a</abbr>
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
class="abbr" title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude Autonome)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code class="code">@asis{--a}</code> &ndash;a
+<code class="code">@b{--a}</code> <b class="b">&ndash;a</b>
+<code class="code">@cite{--a}</code> <cite class="cite">&ndash;a</cite>
+<code class="code">@code{--a}</code> <code class="code">--a</code>
+<code class="code">@command{--a}</code> <code class="command">--a</code>
+<code class="code">@dfn{--a}</code> <em class="dfn">&ndash;a</em>
+<code class="code">@dmn{--a}</code> <span class="dmn">&ndash;a</span>
+<code class="code">@email{--a,--b}</code> <a class="email" 
href="mailto:--a";>&ndash;b</a>
+<code class="code">@email{,--b}</code> &ndash;b
+<code class="code">@email{--a}</code> <a class="email" 
href="mailto:--a";>--a</a>
+<code class="code">@emph{--a}</code> <em class="emph">&ndash;a</em>
+<code class="code">@env{--a}</code> <code class="env">--a</code>
+<code class="code">@file{--a}</code> <samp class="file">--a</samp>
+<code class="code">@i{--a}</code> <i class="i">&ndash;a</i>
+<code class="code">@kbd{--a}</code> <kbd class="kbd">--a</kbd>
+<code class="code">@key{--a}</code> <kbd class="key">--a</kbd>
+<code class="code">@math{--a {\frac{1}{2}} @minus{}}</code> <em 
class="math">--a {\frac{1}{2}} &minus;</em>
+<code class="code">@option{--a}</code> <samp class="option">--a</samp>
+<code class="code">@r{--a}</code> <span class="r">&ndash;a</span>
+<code class="code">@samp{--a}</code> &lsquo;<samp 
class="samp">--a</samp>&rsquo;
+<code class="code">@sc{--a}</code> <small class="sc">&ndash;A</small>
+<code class="code">@strong{--a}</code> <strong class="strong">&ndash;a</strong>
+<code class="code">@t{--a}</code> <code class="t">--a</code>
+<code class="code">@sansserif{--a}</code> <span 
class="sansserif">&ndash;a</span>
+<code class="code">@slanted{--a}</code> <i class="slanted">&ndash;a</i>
+<code class="code">@titlefont{--a}</code> </p><h1 
class="titlefont">&ndash;a</h1>
+<p><code class="code">@indicateurl{--a}</code> &lsquo;<code 
class="indicateurl">--a</code>&rsquo;
+<code class="code">@uref{--a,--b}</code> <a class="uref" 
href="--a">&ndash;b</a>
+<code class="code">@uref{--a}</code> <a class="uref" href="--a">--a</a>
+<code class="code">@uref{,--b}</code> &ndash;b
+<code class="code">@uref{--a,--b,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,--b,--c}</code> &ndash;c
+<code class="code">@uref{--a,,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,,--c}</code> &ndash;c
+<code class="code">@url{--a,--b}</code> <a class="url" href="--a">&ndash;b</a>
+<code class="code">@url{--a,}</code> <a class="url" href="--a">--a</a>
+<code class="code">@url{,--b}</code> &ndash;b
+<code class="code">@var{--a}</code> <var class="var">&ndash;a</var>
+<code class="code">@verb{:--a:}</code> <code class="verb">--a</code>
+<code class="code">@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <code 
class="verb">a  &lt; &amp; @ % &quot; --    b</code>
+<code class="code">@w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a 
a a a a a a a}</code> 
a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a<!--
 /@w -->
+<code class="code">@H{a}</code> a&#779;
+<code class="code">@H{--a}</code> &ndash;a&#779;
+<code class="code">@dotaccent{a}</code> &#551;
+<code class="code">@dotaccent{--a}</code> &ndash;a&#775;
+<code class="code">@ringaccent{a}</code> &aring;
+<code class="code">@ringaccent{--a}</code> &ndash;a&#778;
+<code class="code">@tieaccent{a}</code> a&#865;
+<code class="code">@tieaccent{--a}</code> &ndash;&#865;a
+<code class="code">@u{a}</code> &#259;
+<code class="code">@u{--a}</code> &ndash;a&#774;
+<code class="code">@ubaraccent{a}</code> a&#818;
+<code class="code">@ubaraccent{--a}</code> &ndash;a&#818;
+<code class="code">@udotaccent{a}</code> &#7841;
+<code class="code">@udotaccent{--a}</code> &ndash;a&#803;
+<code class="code">@v{a}</code> &#462;
+<code class="code">@v{--a}</code> &ndash;a&#780;
+<code class="code">@,{c}</code> &ccedil;
+<code class="code">@,{--c}</code> &ndash;c&#807;
+<code class="code">@ogonek{a}</code> &#261;
+<code class="code">@ogonek{--a}</code> &ndash;a&#808;
+<code class="code">a@sup{h}@sub{l}</code> a<sup class="sup">h</sup><sub 
class="sub">l</sub>
+<code class="code">@footnote{in footnote}</code> <a class="footnote" 
id="DOCF1" href="#FOOT1"><sup>3</sup></a>
+<code class="code">@footnote{in footnote2}</code> <a class="footnote" 
id="DOCF2" href="#FOOT2"><sup>4</sup></a>
+</p>
+<p><code class="code">@sp 2</code><br>
+</p><br>
+<br>
+<p><code class="code">@page</code><br>
+</p>
+<p><code class="code">need 1002</code>
+</p>
+<p><code class="code">@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code class="code">@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
+
+<div class="displaymath"><em>disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup class="sup">-{1 \over 2}\left({x-\mu 
\over \sigma}\right)^2</sup>
+</em></div>
+<div class="displaymath"><em><strong 
class="strong">``simple-double--three---four----''</strong> aa<!-- /@w -->
+`<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
+
+</em></div>
+<div class="displaymath"><em>&inodot; &#567;
+&#322; &ccedil;
+a&#818; &#7841; &#261; a<sup class="sup">h</sup><sub class="sub">l</sub>
+
+ &nbsp;&nbsp; &nbsp;  ! @ } { 
+a sunny day
+</em></div>
+<div class="displaymath"><em>&rarr;
+&#x0075;
+&bull; &copy; &hellip; ... &equiv;
+error&rarr; &rarr; &minus; -| &rArr;
+&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
+&THORN; &eth; &thorn; &iexcl; &iquest; &pound;
+&ordf; &ordm; , 
+</em></div>
+<div class="displaymath"><em>&ldquo; &rdquo; 
+&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
+&raquo; &laquo; &raquo; &lsaquo;
+&rsaquo; &euro; &rarr; &le; &ge;
+</em></div>
+<div class="displaymath"><em><b class="b">b</b> <i class="i">i</i> <span 
class="r">r</span> <small class="sc">SC</small> <span 
class="sansserif">sansserif</span> <i class="slanted">slanted</i>
+</em></div>
+<p><kbd class="kbd">default kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem default kbdinputstyle</kbd><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example default 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
default kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">code kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem code kbdinputstyle</code><a 
class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><code class="code as-code-kbd">in example 
code kbdinputstyle</code>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><code class="code as-code-kbd">vtable 
i--tem in example code kbdinputstyle</code></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">example kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem example kbdinputstyle</code><a 
class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example example 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
example kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><kbd class="kbd">distinct kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem distinct kbdinputstyle</kbd><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example distinct 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
distinct kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<blockquote class="quotation">
+<p>A quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note:</b> A Note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">note:</b> A note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Caution:</b> Caution
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Important:</b> Important
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Tip:</b> a Tip
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Warning:</b> a Warning.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something &eacute; TeX:</b> The something &eacute; TeX is here.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">@ at the end of line &nbsp;:</b> A @ at the end of the 
@quotation line.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note, the note:</b> Note, the note
+</p></blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+<p>aaa quotation
+</p></blockquote>
+<div class="center">&mdash; <em class="emph">quotation author</em>
+</div>
+<blockquote class="quotation">
+<p>indent in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line   and dash &mdash; in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>Not exdented followed by exdented
+</p><p class="exdent">exdented quotation line
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line
+</p><p>Followed by not exdented 
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>quotation1
+</p><p class="exdent">in exdented protected eol &nbsp;
+</p><p>following
+</p><p class="exdent">in exdented a @* <br> and following
+</p><p>after exdented
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p>A small quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">Note:</b> A small Note
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<ul class="itemize mark-bullet">
+<li>i&ndash;temize
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '+'">
+<li>i&ndash;tem +
+</li></ul>
+
+<ul class="itemize mark-bullet">
+<li>b&ndash;ullet
+</li></ul>
+
+<ul class="itemize mark-minus">
+<li>minu&ndash;s
+</li></ul>
+
+<ul class="itemize" style="list-style-type: 'after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li><a class="index-entry-id" 
id="index-copying-index-entry-within-itemize"></a>
+i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>with w a&ndash;b
+</li><li>with w c&ndash;d
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' on a line'">
+<li>line w a&ndash;b
+</li><li>line with w c&ndash;d
+</li></ul>
+
+<ol class="enumerate">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" start="3">
+<li> first third
+</li><li> second third
+</li></ol>
+
+<ol class="enumerate" type="a" start="1">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" type="a" start="3">
+<li> first c
+</li><li> second c
+</li></ol>
+
+<table class="multitable">
+<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
+<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
+<a class="index-entry-id" 
id="index-copying-index-entry-within-multitable"></a></td></tr>
+<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
+</tbody>
+</table>
+
+<table class="multitable">
+<tbody><tr><td>truc</td><td>bidule</td></tr>
+</tbody>
+</table>
+
+<div class="example">
+<pre class="example-preformatted">e--xample  some
+   text
+</pre></div>
+
+<div class="example user-first-arg">
+<pre class="example-preformatted">example one arg
+</pre></div>
+
+<div class="example user-first-arg user-second-arg">
+<pre class="example-preformatted">example two args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg">
+<pre class="example-preformatted">example three args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg">
+<pre class="example-preformatted">example four args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg user-fifth-arg">
+<pre class="example-preformatted">example five args
+</pre></div>
+
+<div class="example user-something-é-TeX">
+<pre class="example-preformatted">The something &eacute; TeX is here.
+</pre></div>
+
+<div class="example user-@-at-the-end-of-line--">
+<pre class="example-preformatted">A @ at the end of the @example line.
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">example with empty args
+</pre></div>
+
+<div class="example user-nonempty">
+<pre class="example-preformatted">example with empty and non empty args mix
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Exam---ple
+
+</pre><pre class="exdent">Other li---ne
+</pre><pre class="example-preformatted">not exdented
+</pre></div>
+
+<div class="example">
+<pre class="exdent">exdented  and dash --- in example
+</pre><pre class="example-preformatted">Not exdented one
+</pre><pre class="exdent">exdented two
+</pre><pre class="example-preformatted">Not exdented two
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Example   Hoho.
+</pre><div class="example">
+<pre class="example-preformatted">Nested Other line
+</pre><pre class="exdent">exdented nested other line
+</pre></div>
+</div>
+
+<div class="example smallexample">
+<pre class="example-preformatted">s--mallexample
+</pre></div>
+
+<p><code class="code">@noindent</code> after smallexample.
+</p><div class="example smallexample">
+<pre class="example-preformatted">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
+</pre></div>
+<p>Less recent versions are also present.
+</p>
+<div class="display">
+<pre class="display-preformatted">d&ndash;isplay
+</pre></div>
+
+<div class="display smalldisplay">
+<pre class="display-preformatted">s&ndash;malldisplay
+</pre></div>
+
+<div class="example lisp">
+<pre class="lisp-preformatted">l--isp
+</pre></div>
+
+<div class="example smalllisp lisp">
+<pre class="lisp-preformatted">s--malllisp
+</pre></div>
+
+<div class="format">
+<pre class="format-preformatted">f&ndash;ormat
+</pre></div>
+
+<div class="format smallformat">
+<pre class="format-preformatted">s&ndash;mallformat
+</pre></div>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-d_002d_002deffn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--effn_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002deffn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-de_002d_002dffn_005fname"><span 
class="category-def">cate&ndash;gory: </span><span><strong 
class="def-name">de--ffn_name</strong> <var 
class="def-var-arguments">ar&ndash;guments    more args <br> even more 
so</var><a class="copiable-link" 
href='#index-copying-de_002d_002dffn_005fname'> &para;</a></span></dt>
+<dd><p>def&ndash;fn
+</p></dd></dl>
+ 
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-i"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-copying-i'> &para;</a></span></dt>
+<dd><a class="index-entry-id" id="index-copying-index-entry-within-deffn"></a>
+</dd><dt class="deffnx def-cmd-deffn" id="index-copying-truc"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" 
href='#index-copying-truc'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-log-trap"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap</strong><a class="copiable-link" href='#index-copying-log-trap'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-log-trap1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap1</strong><a class="copiable-link" href='#index-copying-log-trap1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-log-trap2"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap2</strong><a class="copiable-link" href='#index-copying-log-trap2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-id-ule"><span 
class="category-def">cmde: </span><span><strong class="def-name"><b 
class="b">id ule</b></strong> <var class="def-var-arguments">truc</var><a 
class="copiable-link" href='#index-copying-id-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-id-i-ule"><span 
class="category-def">cmde2: </span><span><strong class="def-name"><b 
class="b">id &lsquo;<samp class="samp">i</samp>&rsquo; ule</b></strong> <var 
class="def-var-arguments">truc</var><a class="copiable-link" 
href='#index-copying-id-i-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin"><span 
class="category-def">: </span><span><strong class="def-name">machin</strong><a 
class="copiable-link" href='#index-copying-machin'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-bidule-machin"><span 
class="category-def">: </span><span><strong class="def-name">bidule 
machin</strong><a class="copiable-link" href='#index-copying-bidule-machin'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong><a class="copiable-link" 
href='#index-copying-machin-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: 
</span><strong class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-followed"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-copying-followed'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-a"><span 
class="category-def">truc: </span><span><strong class="def-name">a</strong> 
<var class="def-var-arguments">b c d e <b class="b">f g</b> h i</var><a 
class="copiable-link" href='#index-copying-a'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-deffnx"><span 
class="category-def">truc: </span><span><strong 
class="def-name">deffnx</strong> <var class="def-var-arguments">before end 
deffn</var><a class="copiable-link" href='#index-copying-deffnx'> 
&para;</a></span></dt>
+</dl>
+
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-deffn"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong><a class="copiable-link" 
href='#index-copying-deffn'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-deffn-1"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong> <var 
class="def-var-arguments">with deffnx</var><a class="copiable-link" 
href='#index-copying-deffn-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-deffnx-1"><span 
class="category-def">empty: </span><span><strong 
class="def-name">deffnx</strong><a class="copiable-link" 
href='#index-copying-deffnx-1'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-i-1"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-copying-i-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-truc-1"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" 
href='#index-copying-truc-1'> &para;</a></span></dt>
+<dd><p>text in def item for second def item
+</p></dd></dl>
+
+
+<dl class="first-defvr">
+<dt class="defvr" id="index-copying-d_002d_002defvr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--efvr_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002defvr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvr
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-n_002d_002dame"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-n_002d_002dame'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-n_002d_002dame-1"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong><a class="copiable-link" 
href='#index-copying-n_002d_002dame-1'> &para;</a></span></dt>
+<dd><p>d&ndash;effn no arg
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-copying-d_002d_002deftypefn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-copying-d_002d_002deftypefn_005fname-1"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg
+</p></dd></dl>
+
+<dl class="first-deftypevr">
+<dt class="deftypevr" id="index-copying-d_002d_002deftypevr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevr_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevr
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-copying-d_002d_002defcv_005fname"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong><a 
class="copiable-link" href='#index-copying-d_002d_002defcv_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efcv
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-copying-d_002d_002defcv_005fname-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;efcv with arguments
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong><a 
class="copiable-link" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop no arg
+</p></dd></dl>
+
+<dl class="first-deftp">
+<dt class="deftp" id="index-copying-d_002d_002deftp_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--eftp_name</strong> <var 
class="def-var-arguments">a&ndash;ttributes...</var><a class="copiable-link" 
href='#index-copying-d_002d_002deftp_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftp
+</p></dd></dl>
+
+<dl class="first-deffn first-defun-alias-first-deffn">
+<dt class="deffn defun-alias-deffn" 
id="index-copying-d_002d_002defun_005fname"><span 
class="category-def">Function: </span><span><strong 
class="def-name">d--efun_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efun
+</p></dd></dl>
+
+<dl class="first-deffn first-defmac-alias-first-deffn">
+<dt class="deffn defmac-alias-deffn" 
id="index-copying-d_002d_002defmac_005fname"><span class="category-def">Macro: 
</span><span><strong class="def-name">d--efmac_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defmac_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efmac
+</p></dd></dl>
+
+<dl class="first-deffn first-defspec-alias-first-deffn">
+<dt class="deffn defspec-alias-deffn" 
id="index-copying-d_002d_002defspec_005fname"><span 
class="category-def">Special Form: </span><span><strong 
class="def-name">d--efspec_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defspec_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efspec
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-copying-d_002d_002defvar_005fname"><span 
class="category-def">Variable: </span><span><strong 
class="def-name">d--efvar_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002defvar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvar
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-copying-d_002d_002defvar_005fname-1"><span 
class="category-def">Variable: </span><span><strong 
class="def-name">d--efvar_name</strong> <var 
class="def-var-arguments">arg&ndash;var arg&ndash;var1</var><a 
class="copiable-link" href='#index-copying-d_002d_002defvar_005fname-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efvar with args
+</p></dd></dl>
+
+<dl class="first-defvr first-defopt-alias-first-defvr">
+<dt class="defvr defopt-alias-defvr" 
id="index-copying-d_002d_002defopt_005fname"><span class="category-def">User 
Option: </span><span><strong class="def-name">d--efopt_name</strong><a 
class="copiable-link" href='#index-copying-d_002d_002defopt_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efopt
+</p></dd></dl>
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-copying-d_002d_002deftypefun_005fname"><span 
class="category-def">Function: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefun_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefun
+</p></dd></dl>
+
+<dl class="first-deftypevr first-deftypevar-alias-first-deftypevr">
+<dt class="deftypevr deftypevar-alias-deftypevr" 
id="index-copying-d_002d_002deftypevar_005fname"><span 
class="category-def">Variable: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevar_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevar
+</p></dd></dl>
+
+<dl class="first-defcv first-defivar-alias-first-defcv">
+<dt class="defcv defivar-alias-defcv" 
id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efivar_name</strong><a 
class="copiable-link" 
href='#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efivar
+</p></dd></dl>
+
+<dl class="first-deftypecv first-deftypeivar-alias-first-deftypecv">
+<dt class="deftypecv deftypeivar-alias-deftypecv" 
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeivar_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeivar
+</p></dd></dl>
+
+<dl class="first-defop first-defmethod-alias-first-defop">
+<dt class="defop defmethod-alias-defop" 
id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efmethod_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efmethod
+</p></dd></dl>
+
+<dl class="first-deftypeop first-deftypemethod-alias-first-deftypeop">
+<dt class="deftypeop deftypemethod-alias-deftypeop" 
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypemethod_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypemethod
+</p></dd></dl>
+
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-copying-name2"><span class="category-def">Function:<br> 
</span><span><code class="def-type">data-type2</code><br> <strong 
class="def-name">name2</strong> <code 
class="def-code-arguments">arguments2...</code><a class="copiable-link" 
href='#index-copying-name2'> &para;</a></span></dt>
+<dd><p>aaa2
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-copying-d_002d_002deftypefn_005fname2"><span 
class="category-def">c&ndash;ategory2:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypefn_name2</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments2
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-arg2"><span class="category-def">fun2: 
</span><span><strong class="def-name">arg2</strong><a class="copiable-link" 
href='#index-copying-arg2'> &para;</a></span></dt>
+<dd><p>fff2
+</p></dd></dl>
+
+
+<p><code class="code">@xref{c---hapter@@, cross r---ef name@@, t---itle@@, 
file n---ame@@, ma---nual@@}</code> See <a data-manual="file n---ame@" 
href="file%20n---ame%40.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite class="cite">ma&mdash;nual@</cite>.
+<code class="code">@ref{chapter, cross ref name, title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@pxref{chapter, cross ref name, title, file name, 
manual}</code> see <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+</p>
+<p><code class="code">@ref{chapter}</code> <a class="ref" 
href="#chapter">chapter</a>
+<code class="code">@xref{chapter}</code> See <a class="xref" 
href="#chapter">chapter</a>.
+<code class="code">@pxref{chapter}</code> see <a class="pxref" 
href="#chapter">chapter</a>
+<code class="code">@ref{s--ect@comma{}ion}</code> <a class="ref" 
href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code class="code">@ref{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
+<a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">a comma, in 
title</a> in <cite class="cite">a , in manual name</cite>
+</p>
+<p><code class="code">@ref{chapter,cross ref name}</code> <a class="ref" 
href="#chapter">cross ref name</a>
+<code class="code">@ref{chapter,,title}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross 
ref name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">chapter</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@ref{(pman)anode,cross ref name}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)cross ref name</a>
+<code class="code">@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,,,file name}</code> <a data-manual="file 
name" href="file%20name.html#anode">(file name)anode</a>
+<code class="code">@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)cross ref 
name</a>
+<code class="code">@ref{(pman)anode,cross ref name,,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">cross ref name</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#anode">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">anode</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@inforef{chapter, cross ref name, file name}</code> See 
<a data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code class="code">@inforef{chapter, cross ref name}</code> See &lsquo;cross 
ref name&rsquo;
+<code class="code">@inforef{chapter,,file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@inforef{node}</code> See &lsquo;node&rsquo;
+<code class="code">@inforef{node, cross ref name}</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{node,,file name}</code> See <a data-manual="file 
name" href="file%20name.html#node">(file name)node</a>
+<code class="code">@inforef{chapter, cross ref name, file name, spurious 
arg}</code> See <a data-manual="file name, spurious arg" 
href="file%20name%2c%20spurious%20arg.html#chapter">(file name, spurious 
arg)cross ref name</a>
+</p>
+<p><code class="code">@inforef{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in file}</code>
+See <a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+<p>&lsquo;<samp class="samp"><a class="ref" 
href="#chapter">chapter</a></samp>&rsquo;.
+</p>
+<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html%20%28uref3%29.html#ext">title with uref2 <a 
class="uref" href="href://http/myhost.com/index2.html">uref2</a></a> in <cite 
class="cite">printed manual with uref4 <a class="uref" 
href="href://http/myhost.com/index4.html">uref4</a></cite>
+<a class="ref" href="#chapter">title with uref2 <a class="uref" 
href="href://http/myhost.com/index2.html">uref2</a></a>
+</p>
+<dl class="table">
+<dt><strong class="strong">a&ndash;strong</strong></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="vtable">
+<dt id='index-copying-a_002d_002dasis'><span>a&ndash;asis<a 
class="copiable-link" href='#index-copying-a_002d_002dasis'> 
&para;</a></span></dt>
+<dt id='index-copying-b-2'><span>b<a class="copiable-link" 
href='#index-copying-b-2'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-copying-a-1'><span><em class="emph">a</em><a 
class="copiable-link" href='#index-copying-a-1'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-copying-index-entry-between-item-and-itemx"></a>
+</dd>
+<dt id='index-copying-b'><span><em class="emph">b</em><a class="copiable-link" 
href='#index-copying-b'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt><code class="code">a--code</code></dt>
+<dd><p>Value&ndash;table code
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt>&lsquo;<samp class="samp">a--samp</samp>&rsquo;</dt>
+<dt>&lsquo;<samp class="samp">a2--samp</samp>&rsquo;</dt>
+<dd><p>Value&ndash;table samp
+</p></dd>
+</dl>
+
+<table class="cartouche" border="1"><tr><td>
+<p>c&ndash;artouche
+</p></td></tr></table>
+
+<div class="flushleft"><p class="flushleft-paragraph">f&ndash;lushleft
+more text
+</p></div>
+<div class="flushright"><p class="flushright-paragraph">f&ndash;lushright
+more text
+</p></div>
+<div class="center">ce&ndash;ntered line
+</div>
+<div class="raggedright"><p class="raggedright-paragraph">r&ndash;raggedright
+more text
+</p></div>
+<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  &lt;&gt;.
+
+@bye
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
+
+<h1 class="majorheading" id="majorheading-1">majorheading</h1>
+
+<h1 class="chapheading" id="chapheading-1">chapheading</h1>
+
+<h2 class="heading" id="heading-1">heading</h2>
+
+<h3 class="subheading" id="subheading-1">subheading</h3>
+
+<h4 class="subsubheading" id="subsubheading-1">subsubheading</h4>
+
+
+<p><code class="code">@acronym{--a,an accronym @comma{} @enddots{}}</code> 
<abbr class="acronym" title="an accronym , ...">&ndash;a</abbr> (an accronym , 
<small class="enddots">...</small>)
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} 
}</code> <abbr class="abbr" title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude&ndash;, <b 
class="b">Autonome</b>)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code class="code">@math{--a@minus{} {\frac{1}{2}}}</code> <em 
class="math">--a&minus; {\frac{1}{2}}</em>
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, &#807;<br>
+@,@&quot;u &#807;&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; &#769;<br>
+@&rsquo;@&quot;u &#769;&uuml;
+</p>
+<p><code class="code">@|</code> 
+</p>
+<p>@dotless{truc} truc
+@dotless{ij} ij
+<code class="code">@dotless{--a}</code> &ndash;a
+<code class="code">@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
+@U{z}, with non-hex arg &#xz;
+@U{abc}, with &lt;4 hex digits &#xabc;
+@U{FFFFFFFFFFFFFF}, value much too large &#xFFFFFFFFFFFFFF;
+@U{110000}, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX
+<code class="code">@#</code> #
+</p>
+<p><code class="code">@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code class="code">@image{,1--xt}</code> 
+<code class="code">@image{,,2--xt}</code> 
+<code class="code">@image{,,,3--xt}</code> 
+</p>
+<p><code class="code">@image{f-ile,aze,,a--lt}</code> <img class="image" 
src="f-ile.jpg" alt="a&ndash;lt">
+<code class="code">@image{f-ile,,,alt@verb{:jk _&quot; %}}</code> <img 
class="image" src="f-ile.jpg" alt="altjk _&quot; %@">
+</p>
+<p><code class="code">@image{f--ile}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,,alt}</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{f--ile,,,,.e-d-xt}</code> <img class="image" 
src="f--ile.e--xt" alt="f--ile">
+<code class="code">@image{f--ile,l--i}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,l--e}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,aze,az,alt,.e--xt}</code> <img class="image" 
src="f--ile.e--xt" alt="alt">
+<code class="code">@image{f--ile,aze,az,alt,</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} 
e--xt@}</code> <img class="image" src="f--ile%40..file%20ext%20e--xt%7d" 
alt="alt">
+</p>
+<p><code class="code">@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img class="image" src="f--ile.e--xt" alt="jk _&quot; %@ 
in b &quot;">
+<code class="code">@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; 
%@:}}</code> <img class="image" src="filejk%20_%22%20%25%40.jpg" alt="altjk 
_&quot; %@">
+</p>
+
+
+<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; &#274;&#768;
+&#262;&#807; &#262;&#807; a&#779; &#551; &aring; a&#865;
+&#259; &#462;
+ ? .
+</em></div>
+<div class="displaymath"><em>TeX LaTeX &lowast; &aring; &reg; &deg; 
+</em></div>
+<div class="displaymath"><em><code class="t">t</code> 
+</em></div>
+<ul class="itemize">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li>i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>without brace w a&ndash;b
+</li><li>without brace w c&ndash;d
+</li></ul>
+
+<dl class="table">
+<dt>a</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dt>a&ndash;missing style formatting</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-copying-a-2'><span>a<a class="copiable-link" 
href='#index-copying-a-2'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-copying-index-entry-between-item-and-itemx-1"></a>
+</dd>
+<dt id='index-copying-b-1'><span>b<a class="copiable-link" 
href='#index-copying-b-1'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn"><span class="category-def">fun: </span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-2"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and</var><a class="copiable-link" href='#index-copying-machin-2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-3"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and  after</var><a class="copiable-link" href='#index-copying-machin-3'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-4"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and </var><a class="copiable-link" href='#index-copying-machin-4'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-5"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and and after</var><a class="copiable-link" href='#index-copying-machin-5'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-followed-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-copying-followed-1'> 
&para;</a></span></dt>
+<dd><p>Various deff lines
+</p></dd><dt class="deffnx def-cmd-deffn" id="index-copying-after"><span 
class="category-def">truc: </span><span><strong class="def-name">after</strong> 
<var class="def-var-arguments">a deff item</var><a class="copiable-link" 
href='#index-copying-after'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-invalid"><span 
class="category-def">fsetinv: </span><span><strong class="def-name"><var 
class="var">invalid</var></strong> <var class="def-var-arguments">a g</var><a 
class="copiable-link" href='#index-copying-invalid'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def"><b class="b">id 
&lsquo;<samp class="samp">i</samp>&rsquo; ule</b>: </span></dt>
+<dt class="deffnx def-cmd-deffn"></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">aaa: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: </span></dt>
+</dl>
+
+<div class="group"><p>g&ndash;roupe
+</p></div>
+<p><code class="code">@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code class="code">@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code class="code">@ref{,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@ref{,,,,manual}</code> <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name}</code> &lsquo;cross ref 
name&rsquo;
+<code class="code">@ref{node,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#node">(file name)node</a>
+<code class="code">@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title, file name, manual}</code> 
<a data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,,file name,manual}</code> <a data-manual="file 
name" href="file%20name.html#node">node</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@ref{,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,,file name,manual}</code> <cite class="cite"><a 
data-manual="file name" href="file%20name.html#Top">manual</a></cite>
+</p>
+<p><code class="code">@inforef{,cross ref name }</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{,,file name}</code> See <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@inforef{,cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@inforef{}</code> 
+</p>
+
+<hr>
+
+
+
+
+
+
+
+<div class="top-level-extent" id="Top">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[ &lt; ]</td>
+<td>[<a href="#chapter" title="Next section in reading order"> &gt; </a>]</td>
+<td> &nbsp; </td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="top" id="Top-section">Top section</h1>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td class="menu-entry-destination"><a href="#chapter" rel="index">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description"></td></tr>
+<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+
+Menu comment
+
+</pre></th></tr><tr><td class="menu-entry-destination"><a href="#chapter2" 
rel="index">chapter 2</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">Chapter 2
+</td></tr>
+</table>
+
+
+<hr style="height: 6px;">
+<div class="chapter-level-extent" id="chapter">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#Top" title="Beginning of this chapter or previous chapter"> 
&lt;&lt; </a>]</td>
+<td>[<a href="#Top" title="Previous section in reading order"> &lt; </a>]</td>
+<td>[<a href="#Top" title="Up section"> Up </a>]</td>
+<td>[<a href="#s_002d_002dect_002cion" title="Next section in reading order"> 
&gt; </a>]</td>
+<td>[<a href="#chapter2" title="Next chapter"> &gt;&gt; </a>]</td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="chapter" id="chapter-1">1 chapter</h1>
+
+<p>First para
+</p>
+<p>qsddsqkdsqkkmljsqjsqodmmdsqdsmqj dqs sdq sqd sdq dsq sdq sqd sqd sdq sdq 
+qsd dsq sdq dsq dssdq sdq sdq sdq dsq sdq dsq dsq sdq dsq sdqsd q
+</p>
+<p>noindent in para.
+</p>
+<p>unneeded indent
+</p>
+<p>Insertcopying in normal text
+</p><p>In copying
+</p>
+<p>&lt;
+&gt;
+&quot;
+&amp;
+&rsquo;
+&lsquo;
+</p>
+<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+code: <code class="code">``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: <strong 
class="strong">&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong>
 <br>
+kbd: <kbd class="kbd">``simple-double--three---four----''</kbd> <br>
+</p>
+<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
+</p>
+<a class="index-entry-id" id="index-copying-_002d_002doption"></a>
+<a class="index-entry-id" id="index-copying-_0060_0060"></a>
+<a class="index-entry-id" id="index-copying-_0060_0060-1"></a>
+<a class="index-entry-id" id="index-copying-_002d_002dfoption"></a>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
+@~n &ntilde;
+@^a &acirc;
+@&rsquo;e &eacute;
+@=o &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;{@dotless{i}} &iacute; 
+@dotless{i} &inodot;
+@dotless{j} &#567;
+@&lsquo;{@=E} &#274;&#768; 
+@l{} &#322;
+@,{@&rsquo;C} &#262;&#807;
+@,c &ccedil;
+@,c@&quot;u &ccedil;&uuml; <br>
+</p>
+<p>@U{0075} &#x0075;
+</p>
+<p>@* <br>
+@ followed by a space
+&nbsp;
+@ followed by a tab
+&nbsp;
+@ followed by a new line
+&nbsp;<code class="code">@-</code> 
+<code class="code">@:</code> 
+<code class="code">@!</code> !
+<code class="code">@?</code> ?
+<code class="code">@.</code> .
+<code class="code">@@</code> @
+<code class="code">@}</code> }
+<code class="code">@{</code> {
+<code class="code">@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
+@LaTeX LaTeX
+@bullet &bull;
+@copyright &copy;
+@dots &hellip;
+@enddots <small class="enddots">...</small>
+@equiv &equiv;
+@error error&rarr;
+@expansion &rarr;
+@minus &minus;
+@point &lowast;
+@print -|
+@result &rArr;
+@today a sunny day
+</p>
+<p>@aa &aring;
+@AA &Aring;
+@ae &aelig;
+@oe &oelig;
+@AE &AElig;
+@OE &OElig;
+@o &oslash;
+@O &Oslash;
+@ss &szlig;
+@l &#322;
+@L &#321;
+@DH &ETH;
+@TH &THORN;
+@dh &eth;
+@th &thorn;
+</p>
+<p>@exclamdown &iexcl;
+@questiondown &iquest;
+@pounds &pound;
+@registeredsymbol &reg;
+@ordf &ordf;
+@ordm &ordm;
+@comma ,
+@quotedblleft &ldquo;
+@quotedblright &rdquo;
+@quoteleft &lsquo;
+@quoteright &rsquo;
+@quotedblbase &bdquo;
+@quotesinglbase &sbquo;
+@guillemetleft &laquo;
+@guillemetright &raquo;
+@guillemotleft &laquo;
+@guillemotright &raquo;
+@guilsinglleft &lsaquo;
+@guilsinglright &rsaquo;
+</p>
+<p>@textdegree &deg;
+@euro &euro;
+@arrow &rarr;
+@leq &le;
+@geq &ge;
+@tie a&nbsp;b
+</p>
+<p><code class="code">@acronym{--a,an accronym}</code> <abbr class="acronym" 
title="an accronym">&ndash;a</abbr> (an accronym)
+<code class="code">@acronym{--a}</code> <abbr class="acronym" title="an 
accronym">&ndash;a</abbr>
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
class="abbr" title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude Autonome)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code class="code">@asis{--a}</code> &ndash;a
+<code class="code">@b{--a}</code> <b class="b">&ndash;a</b>
+<code class="code">@cite{--a}</code> <cite class="cite">&ndash;a</cite>
+<code class="code">@code{--a}</code> <code class="code">--a</code>
+<code class="code">@command{--a}</code> <code class="command">--a</code>
+<code class="code">@dfn{--a}</code> <em class="dfn">&ndash;a</em>
+<code class="code">@dmn{--a}</code> <span class="dmn">&ndash;a</span>
+<code class="code">@email{--a,--b}</code> <a class="email" 
href="mailto:--a";>&ndash;b</a>
+<code class="code">@email{,--b}</code> &ndash;b
+<code class="code">@email{--a}</code> <a class="email" 
href="mailto:--a";>--a</a>
+<code class="code">@emph{--a}</code> <em class="emph">&ndash;a</em>
+<code class="code">@env{--a}</code> <code class="env">--a</code>
+<code class="code">@file{--a}</code> <samp class="file">--a</samp>
+<code class="code">@i{--a}</code> <i class="i">&ndash;a</i>
+<code class="code">@kbd{--a}</code> <kbd class="kbd">--a</kbd>
+<code class="code">@key{--a}</code> <kbd class="key">--a</kbd>
+<code class="code">@math{--a {\frac{1}{2}} @minus{}}</code> <em 
class="math">--a {\frac{1}{2}} &minus;</em>
+<code class="code">@option{--a}</code> <samp class="option">--a</samp>
+<code class="code">@r{--a}</code> <span class="r">&ndash;a</span>
+<code class="code">@samp{--a}</code> &lsquo;<samp 
class="samp">--a</samp>&rsquo;
+<code class="code">@sc{--a}</code> <small class="sc">&ndash;A</small>
+<code class="code">@strong{--a}</code> <strong class="strong">&ndash;a</strong>
+<code class="code">@t{--a}</code> <code class="t">--a</code>
+<code class="code">@sansserif{--a}</code> <span 
class="sansserif">&ndash;a</span>
+<code class="code">@slanted{--a}</code> <i class="slanted">&ndash;a</i>
+<code class="code">@titlefont{--a}</code> </p><h1 
class="titlefont">&ndash;a</h1>
+<p><code class="code">@indicateurl{--a}</code> &lsquo;<code 
class="indicateurl">--a</code>&rsquo;
+<code class="code">@uref{--a,--b}</code> <a class="uref" 
href="--a">&ndash;b</a>
+<code class="code">@uref{--a}</code> <a class="uref" href="--a">--a</a>
+<code class="code">@uref{,--b}</code> &ndash;b
+<code class="code">@uref{--a,--b,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,--b,--c}</code> &ndash;c
+<code class="code">@uref{--a,,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,,--c}</code> &ndash;c
+<code class="code">@url{--a,--b}</code> <a class="url" href="--a">&ndash;b</a>
+<code class="code">@url{--a,}</code> <a class="url" href="--a">--a</a>
+<code class="code">@url{,--b}</code> &ndash;b
+<code class="code">@var{--a}</code> <var class="var">&ndash;a</var>
+<code class="code">@verb{:--a:}</code> <code class="verb">--a</code>
+<code class="code">@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <code 
class="verb">a  &lt; &amp; @ % &quot; --    b</code>
+<code class="code">@w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a 
a a a a a a a}</code> 
a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a<!--
 /@w -->
+<code class="code">@H{a}</code> a&#779;
+<code class="code">@H{--a}</code> &ndash;a&#779;
+<code class="code">@dotaccent{a}</code> &#551;
+<code class="code">@dotaccent{--a}</code> &ndash;a&#775;
+<code class="code">@ringaccent{a}</code> &aring;
+<code class="code">@ringaccent{--a}</code> &ndash;a&#778;
+<code class="code">@tieaccent{a}</code> a&#865;
+<code class="code">@tieaccent{--a}</code> &ndash;&#865;a
+<code class="code">@u{a}</code> &#259;
+<code class="code">@u{--a}</code> &ndash;a&#774;
+<code class="code">@ubaraccent{a}</code> a&#818;
+<code class="code">@ubaraccent{--a}</code> &ndash;a&#818;
+<code class="code">@udotaccent{a}</code> &#7841;
+<code class="code">@udotaccent{--a}</code> &ndash;a&#803;
+<code class="code">@v{a}</code> &#462;
+<code class="code">@v{--a}</code> &ndash;a&#780;
+<code class="code">@,{c}</code> &ccedil;
+<code class="code">@,{--c}</code> &ndash;c&#807;
+<code class="code">@ogonek{a}</code> &#261;
+<code class="code">@ogonek{--a}</code> &ndash;a&#808;
+<code class="code">a@sup{h}@sub{l}</code> a<sup class="sup">h</sup><sub 
class="sub">l</sub>
+<code class="code">@footnote{in footnote}</code> <a class="footnote" 
id="DOCF1_5" href="#FOOT1_5"><sup>5</sup></a>
+<code class="code">@footnote{in footnote2}</code> <a class="footnote" 
id="DOCF2_6" href="#FOOT2_6"><sup>6</sup></a>
+</p>
+<p><code class="code">@sp 2</code><br>
+</p><br>
+<br>
+<p><code class="code">@page</code><br>
+</p>
+<p><code class="code">need 1002</code>
+</p>
+<p><code class="code">@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code class="code">@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
+
+<div class="displaymath"><em>disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup class="sup">-{1 \over 2}\left({x-\mu 
\over \sigma}\right)^2</sup>
+</em></div>
+<div class="displaymath"><em><strong 
class="strong">``simple-double--three---four----''</strong> aa<!-- /@w -->
+`<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
+
+</em></div>
+<div class="displaymath"><em>&inodot; &#567;
+&#322; &ccedil;
+a&#818; &#7841; &#261; a<sup class="sup">h</sup><sub class="sub">l</sub>
+
+ &nbsp;&nbsp; &nbsp;  ! @ } { 
+a sunny day
+</em></div>
+<div class="displaymath"><em>&rarr;
+&#x0075;
+&bull; &copy; &hellip; ... &equiv;
+error&rarr; &rarr; &minus; -| &rArr;
+&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
+&THORN; &eth; &thorn; &iexcl; &iquest; &pound;
+&ordf; &ordm; , 
+</em></div>
+<div class="displaymath"><em>&ldquo; &rdquo; 
+&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
+&raquo; &laquo; &raquo; &lsaquo;
+&rsaquo; &euro; &rarr; &le; &ge;
+</em></div>
+<div class="displaymath"><em><b class="b">b</b> <i class="i">i</i> <span 
class="r">r</span> <small class="sc">SC</small> <span 
class="sansserif">sansserif</span> <i class="slanted">slanted</i>
+</em></div>
+<p><kbd class="kbd">default kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem default kbdinputstyle</kbd><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example default 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
default kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">code kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem code kbdinputstyle</code><a 
class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><code class="code as-code-kbd">in example 
code kbdinputstyle</code>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><code class="code as-code-kbd">vtable 
i--tem in example code kbdinputstyle</code></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">example kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem example kbdinputstyle</code><a 
class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example example 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
example kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><kbd class="kbd">distinct kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt id='index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem distinct kbdinputstyle</kbd><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example distinct 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
distinct kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<blockquote class="quotation">
+<p>A quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note:</b> A Note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">note:</b> A note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Caution:</b> Caution
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Important:</b> Important
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Tip:</b> a Tip
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Warning:</b> a Warning.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something &eacute; TeX:</b> The something &eacute; TeX is here.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">@ at the end of line &nbsp;:</b> A @ at the end of the 
@quotation line.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note, the note:</b> Note, the note
+</p></blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+<p>aaa quotation
+</p></blockquote>
+<div class="center">&mdash; <em class="emph">quotation author</em>
+</div>
+<blockquote class="quotation">
+<p>indent in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line   and dash &mdash; in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>Not exdented followed by exdented
+</p><p class="exdent">exdented quotation line
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line
+</p><p>Followed by not exdented 
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>quotation1
+</p><p class="exdent">in exdented protected eol &nbsp;
+</p><p>following
+</p><p class="exdent">in exdented a @* <br> and following
+</p><p>after exdented
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p>A small quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">Note:</b> A small Note
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<ul class="itemize mark-bullet">
+<li>i&ndash;temize
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '+'">
+<li>i&ndash;tem +
+</li></ul>
+
+<ul class="itemize mark-bullet">
+<li>b&ndash;ullet
+</li></ul>
+
+<ul class="itemize mark-minus">
+<li>minu&ndash;s
+</li></ul>
+
+<ul class="itemize" style="list-style-type: 'after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li><a class="index-entry-id" 
id="index-copying-index-entry-within-itemize"></a>
+i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>with w a&ndash;b
+</li><li>with w c&ndash;d
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' on a line'">
+<li>line w a&ndash;b
+</li><li>line with w c&ndash;d
+</li></ul>
+
+<ol class="enumerate">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" start="3">
+<li> first third
+</li><li> second third
+</li></ol>
+
+<ol class="enumerate" type="a" start="1">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" type="a" start="3">
+<li> first c
+</li><li> second c
+</li></ol>
+
+<table class="multitable">
+<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
+<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
+<a class="index-entry-id" 
id="index-copying-index-entry-within-multitable"></a></td></tr>
+<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
+</tbody>
+</table>
+
+<table class="multitable">
+<tbody><tr><td>truc</td><td>bidule</td></tr>
+</tbody>
+</table>
+
+<div class="example">
+<pre class="example-preformatted">e--xample  some
+   text
+</pre></div>
+
+<div class="example user-first-arg">
+<pre class="example-preformatted">example one arg
+</pre></div>
+
+<div class="example user-first-arg user-second-arg">
+<pre class="example-preformatted">example two args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg">
+<pre class="example-preformatted">example three args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg">
+<pre class="example-preformatted">example four args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg user-fifth-arg">
+<pre class="example-preformatted">example five args
+</pre></div>
+
+<div class="example user-something-é-TeX">
+<pre class="example-preformatted">The something &eacute; TeX is here.
+</pre></div>
+
+<div class="example user-@-at-the-end-of-line--">
+<pre class="example-preformatted">A @ at the end of the @example line.
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">example with empty args
+</pre></div>
+
+<div class="example user-nonempty">
+<pre class="example-preformatted">example with empty and non empty args mix
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Exam---ple
+
+</pre><pre class="exdent">Other li---ne
+</pre><pre class="example-preformatted">not exdented
+</pre></div>
+
+<div class="example">
+<pre class="exdent">exdented  and dash --- in example
+</pre><pre class="example-preformatted">Not exdented one
+</pre><pre class="exdent">exdented two
+</pre><pre class="example-preformatted">Not exdented two
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Example   Hoho.
+</pre><div class="example">
+<pre class="example-preformatted">Nested Other line
+</pre><pre class="exdent">exdented nested other line
+</pre></div>
+</div>
+
+<div class="example smallexample">
+<pre class="example-preformatted">s--mallexample
+</pre></div>
+
+<p><code class="code">@noindent</code> after smallexample.
+</p><div class="example smallexample">
+<pre class="example-preformatted">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
+</pre></div>
+<p>Less recent versions are also present.
+</p>
+<div class="display">
+<pre class="display-preformatted">d&ndash;isplay
+</pre></div>
+
+<div class="display smalldisplay">
+<pre class="display-preformatted">s&ndash;malldisplay
+</pre></div>
+
+<div class="example lisp">
+<pre class="lisp-preformatted">l--isp
+</pre></div>
+
+<div class="example smalllisp lisp">
+<pre class="lisp-preformatted">s--malllisp
+</pre></div>
+
+<div class="format">
+<pre class="format-preformatted">f&ndash;ormat
+</pre></div>
+
+<div class="format smallformat">
+<pre class="format-preformatted">s&ndash;mallformat
+</pre></div>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-d_002d_002deffn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--effn_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002deffn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-de_002d_002dffn_005fname"><span 
class="category-def">cate&ndash;gory: </span><span><strong 
class="def-name">de--ffn_name</strong> <var 
class="def-var-arguments">ar&ndash;guments    more args <br> even more 
so</var><a class="copiable-link" 
href='#index-copying-de_002d_002dffn_005fname'> &para;</a></span></dt>
+<dd><p>def&ndash;fn
+</p></dd></dl>
+ 
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-i"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-copying-i'> &para;</a></span></dt>
+<dd><a class="index-entry-id" id="index-copying-index-entry-within-deffn"></a>
+</dd><dt class="deffnx def-cmd-deffn" id="index-copying-truc"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" 
href='#index-copying-truc'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-log-trap"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap</strong><a class="copiable-link" href='#index-copying-log-trap'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-log-trap1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap1</strong><a class="copiable-link" href='#index-copying-log-trap1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-log-trap2"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap2</strong><a class="copiable-link" href='#index-copying-log-trap2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-id-ule"><span 
class="category-def">cmde: </span><span><strong class="def-name"><b 
class="b">id ule</b></strong> <var class="def-var-arguments">truc</var><a 
class="copiable-link" href='#index-copying-id-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-id-i-ule"><span 
class="category-def">cmde2: </span><span><strong class="def-name"><b 
class="b">id &lsquo;<samp class="samp">i</samp>&rsquo; ule</b></strong> <var 
class="def-var-arguments">truc</var><a class="copiable-link" 
href='#index-copying-id-i-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin"><span 
class="category-def">: </span><span><strong class="def-name">machin</strong><a 
class="copiable-link" href='#index-copying-machin'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-bidule-machin"><span 
class="category-def">: </span><span><strong class="def-name">bidule 
machin</strong><a class="copiable-link" href='#index-copying-bidule-machin'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong><a class="copiable-link" 
href='#index-copying-machin-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: 
</span><strong class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-followed"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-copying-followed'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-a"><span 
class="category-def">truc: </span><span><strong class="def-name">a</strong> 
<var class="def-var-arguments">b c d e <b class="b">f g</b> h i</var><a 
class="copiable-link" href='#index-copying-a'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-deffnx"><span 
class="category-def">truc: </span><span><strong 
class="def-name">deffnx</strong> <var class="def-var-arguments">before end 
deffn</var><a class="copiable-link" href='#index-copying-deffnx'> 
&para;</a></span></dt>
+</dl>
+
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-deffn"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong><a class="copiable-link" 
href='#index-copying-deffn'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-deffn-1"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong> <var 
class="def-var-arguments">with deffnx</var><a class="copiable-link" 
href='#index-copying-deffn-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-deffnx-1"><span 
class="category-def">empty: </span><span><strong 
class="def-name">deffnx</strong><a class="copiable-link" 
href='#index-copying-deffnx-1'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-i-1"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-copying-i-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-truc-1"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" 
href='#index-copying-truc-1'> &para;</a></span></dt>
+<dd><p>text in def item for second def item
+</p></dd></dl>
+
+
+<dl class="first-defvr">
+<dt class="defvr" id="index-copying-d_002d_002defvr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--efvr_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002defvr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvr
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-n_002d_002dame"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-n_002d_002dame'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-n_002d_002dame-1"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong><a class="copiable-link" 
href='#index-copying-n_002d_002dame-1'> &para;</a></span></dt>
+<dd><p>d&ndash;effn no arg
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-copying-d_002d_002deftypefn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-copying-d_002d_002deftypefn_005fname-1"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg
+</p></dd></dl>
+
+<dl class="first-deftypevr">
+<dt class="deftypevr" id="index-copying-d_002d_002deftypevr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevr_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevr
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-copying-d_002d_002defcv_005fname"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong><a 
class="copiable-link" href='#index-copying-d_002d_002defcv_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efcv
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-copying-d_002d_002defcv_005fname-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;efcv with arguments
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong><a 
class="copiable-link" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop no arg
+</p></dd></dl>
+
+<dl class="first-deftp">
+<dt class="deftp" id="index-copying-d_002d_002deftp_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--eftp_name</strong> <var 
class="def-var-arguments">a&ndash;ttributes...</var><a class="copiable-link" 
href='#index-copying-d_002d_002deftp_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftp
+</p></dd></dl>
+
+<dl class="first-deffn first-defun-alias-first-deffn">
+<dt class="deffn defun-alias-deffn" 
id="index-copying-d_002d_002defun_005fname"><span 
class="category-def">Function: </span><span><strong 
class="def-name">d--efun_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efun
+</p></dd></dl>
+
+<dl class="first-deffn first-defmac-alias-first-deffn">
+<dt class="deffn defmac-alias-deffn" 
id="index-copying-d_002d_002defmac_005fname"><span class="category-def">Macro: 
</span><span><strong class="def-name">d--efmac_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defmac_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efmac
+</p></dd></dl>
+
+<dl class="first-deffn first-defspec-alias-first-deffn">
+<dt class="deffn defspec-alias-deffn" 
id="index-copying-d_002d_002defspec_005fname"><span 
class="category-def">Special Form: </span><span><strong 
class="def-name">d--efspec_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defspec_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efspec
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-copying-d_002d_002defvar_005fname"><span 
class="category-def">Variable: </span><span><strong 
class="def-name">d--efvar_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002defvar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvar
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-copying-d_002d_002defvar_005fname-1"><span 
class="category-def">Variable: </span><span><strong 
class="def-name">d--efvar_name</strong> <var 
class="def-var-arguments">arg&ndash;var arg&ndash;var1</var><a 
class="copiable-link" href='#index-copying-d_002d_002defvar_005fname-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efvar with args
+</p></dd></dl>
+
+<dl class="first-defvr first-defopt-alias-first-defvr">
+<dt class="defvr defopt-alias-defvr" 
id="index-copying-d_002d_002defopt_005fname"><span class="category-def">User 
Option: </span><span><strong class="def-name">d--efopt_name</strong><a 
class="copiable-link" href='#index-copying-d_002d_002defopt_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efopt
+</p></dd></dl>
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-copying-d_002d_002deftypefun_005fname"><span 
class="category-def">Function: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefun_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefun
+</p></dd></dl>
+
+<dl class="first-deftypevr first-deftypevar-alias-first-deftypevr">
+<dt class="deftypevr deftypevar-alias-deftypevr" 
id="index-copying-d_002d_002deftypevar_005fname"><span 
class="category-def">Variable: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevar_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevar
+</p></dd></dl>
+
+<dl class="first-defcv first-defivar-alias-first-defcv">
+<dt class="defcv defivar-alias-defcv" 
id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efivar_name</strong><a 
class="copiable-link" 
href='#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efivar
+</p></dd></dl>
+
+<dl class="first-deftypecv first-deftypeivar-alias-first-deftypecv">
+<dt class="deftypecv deftypeivar-alias-deftypecv" 
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeivar_name</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeivar
+</p></dd></dl>
+
+<dl class="first-defop first-defmethod-alias-first-defop">
+<dt class="defop defmethod-alias-defop" 
id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efmethod_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efmethod
+</p></dd></dl>
+
+<dl class="first-deftypeop first-deftypemethod-alias-first-deftypeop">
+<dt class="deftypeop deftypemethod-alias-deftypeop" 
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypemethod_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypemethod
+</p></dd></dl>
+
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-copying-name2"><span class="category-def">Function:<br> 
</span><span><code class="def-type">data-type2</code><br> <strong 
class="def-name">name2</strong> <code 
class="def-code-arguments">arguments2...</code><a class="copiable-link" 
href='#index-copying-name2'> &para;</a></span></dt>
+<dd><p>aaa2
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-copying-d_002d_002deftypefn_005fname2"><span 
class="category-def">c&ndash;ategory2:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypefn_name2</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments2
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-arg2"><span class="category-def">fun2: 
</span><span><strong class="def-name">arg2</strong><a class="copiable-link" 
href='#index-copying-arg2'> &para;</a></span></dt>
+<dd><p>fff2
+</p></dd></dl>
+
+
+<p><code class="code">@xref{c---hapter@@, cross r---ef name@@, t---itle@@, 
file n---ame@@, ma---nual@@}</code> See <a data-manual="file n---ame@" 
href="file%20n---ame%40.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite class="cite">ma&mdash;nual@</cite>.
+<code class="code">@ref{chapter, cross ref name, title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@pxref{chapter, cross ref name, title, file name, 
manual}</code> see <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+</p>
+<p><code class="code">@ref{chapter}</code> <a class="ref" 
href="#chapter">chapter</a>
+<code class="code">@xref{chapter}</code> See <a class="xref" 
href="#chapter">chapter</a>.
+<code class="code">@pxref{chapter}</code> see <a class="pxref" 
href="#chapter">chapter</a>
+<code class="code">@ref{s--ect@comma{}ion}</code> <a class="ref" 
href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code class="code">@ref{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
+<a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">a comma, in 
title</a> in <cite class="cite">a , in manual name</cite>
+</p>
+<p><code class="code">@ref{chapter,cross ref name}</code> <a class="ref" 
href="#chapter">cross ref name</a>
+<code class="code">@ref{chapter,,title}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross 
ref name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">chapter</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@ref{(pman)anode,cross ref name}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)cross ref name</a>
+<code class="code">@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,,,file name}</code> <a data-manual="file 
name" href="file%20name.html#anode">(file name)anode</a>
+<code class="code">@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)cross ref 
name</a>
+<code class="code">@ref{(pman)anode,cross ref name,,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">cross ref name</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#anode">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">anode</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@inforef{chapter, cross ref name, file name}</code> See 
<a data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code class="code">@inforef{chapter, cross ref name}</code> See &lsquo;cross 
ref name&rsquo;
+<code class="code">@inforef{chapter,,file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@inforef{node}</code> See &lsquo;node&rsquo;
+<code class="code">@inforef{node, cross ref name}</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{node,,file name}</code> See <a data-manual="file 
name" href="file%20name.html#node">(file name)node</a>
+<code class="code">@inforef{chapter, cross ref name, file name, spurious 
arg}</code> See <a data-manual="file name, spurious arg" 
href="file%20name%2c%20spurious%20arg.html#chapter">(file name, spurious 
arg)cross ref name</a>
+</p>
+<p><code class="code">@inforef{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in file}</code>
+See <a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+<p>&lsquo;<samp class="samp"><a class="ref" 
href="#chapter">chapter</a></samp>&rsquo;.
+</p>
+<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html%20%28uref3%29.html#ext">title with uref2 <a 
class="uref" href="href://http/myhost.com/index2.html">uref2</a></a> in <cite 
class="cite">printed manual with uref4 <a class="uref" 
href="href://http/myhost.com/index4.html">uref4</a></cite>
+<a class="ref" href="#chapter">title with uref2 <a class="uref" 
href="href://http/myhost.com/index2.html">uref2</a></a>
+</p>
+<dl class="table">
+<dt><strong class="strong">a&ndash;strong</strong></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="vtable">
+<dt id='index-copying-a_002d_002dasis'><span>a&ndash;asis<a 
class="copiable-link" href='#index-copying-a_002d_002dasis'> 
&para;</a></span></dt>
+<dt id='index-copying-b-2'><span>b<a class="copiable-link" 
href='#index-copying-b-2'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-copying-a-1'><span><em class="emph">a</em><a 
class="copiable-link" href='#index-copying-a-1'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-copying-index-entry-between-item-and-itemx"></a>
+</dd>
+<dt id='index-copying-b'><span><em class="emph">b</em><a class="copiable-link" 
href='#index-copying-b'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt><code class="code">a--code</code></dt>
+<dd><p>Value&ndash;table code
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt>&lsquo;<samp class="samp">a--samp</samp>&rsquo;</dt>
+<dt>&lsquo;<samp class="samp">a2--samp</samp>&rsquo;</dt>
+<dd><p>Value&ndash;table samp
+</p></dd>
+</dl>
+
+<table class="cartouche" border="1"><tr><td>
+<p>c&ndash;artouche
+</p></td></tr></table>
+
+<div class="flushleft"><p class="flushleft-paragraph">f&ndash;lushleft
+more text
+</p></div>
+<div class="flushright"><p class="flushright-paragraph">f&ndash;lushright
+more text
+</p></div>
+<div class="center">ce&ndash;ntered line
+</div>
+<div class="raggedright"><p class="raggedright-paragraph">r&ndash;raggedright
+more text
+</p></div>
+<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  &lt;&gt;.
+
+@bye
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
+
+<h1 class="majorheading" id="majorheading-1">majorheading</h1>
+
+<h1 class="chapheading" id="chapheading-1">chapheading</h1>
+
+<h2 class="heading" id="heading-1">heading</h2>
+
+<h3 class="subheading" id="subheading-1">subheading</h3>
+
+<h4 class="subsubheading" id="subsubheading-1">subsubheading</h4>
+
+
+<p><code class="code">@acronym{--a,an accronym @comma{} @enddots{}}</code> 
<abbr class="acronym" title="an accronym , ...">&ndash;a</abbr> (an accronym , 
<small class="enddots">...</small>)
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} 
}</code> <abbr class="abbr" title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude&ndash;, <b 
class="b">Autonome</b>)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code class="code">@math{--a@minus{} {\frac{1}{2}}}</code> <em 
class="math">--a&minus; {\frac{1}{2}}</em>
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, &#807;<br>
+@,@&quot;u &#807;&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; &#769;<br>
+@&rsquo;@&quot;u &#769;&uuml;
+</p>
+<p><code class="code">@|</code> 
+</p>
+<p>@dotless{truc} truc
+@dotless{ij} ij
+<code class="code">@dotless{--a}</code> &ndash;a
+<code class="code">@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
+@U{z}, with non-hex arg &#xz;
+@U{abc}, with &lt;4 hex digits &#xabc;
+@U{FFFFFFFFFFFFFF}, value much too large &#xFFFFFFFFFFFFFF;
+@U{110000}, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX
+<code class="code">@#</code> #
+</p>
+<p><code class="code">@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code class="code">@image{,1--xt}</code> 
+<code class="code">@image{,,2--xt}</code> 
+<code class="code">@image{,,,3--xt}</code> 
+</p>
+<p><code class="code">@image{f-ile,aze,,a--lt}</code> <img class="image" 
src="f-ile.jpg" alt="a&ndash;lt">
+<code class="code">@image{f-ile,,,alt@verb{:jk _&quot; %}}</code> <img 
class="image" src="f-ile.jpg" alt="altjk _&quot; %@">
+</p>
+<p><code class="code">@image{f--ile}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,,alt}</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{f--ile,,,,.e-d-xt}</code> <img class="image" 
src="f--ile.e--xt" alt="f--ile">
+<code class="code">@image{f--ile,l--i}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,l--e}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,aze,az,alt,.e--xt}</code> <img class="image" 
src="f--ile.e--xt" alt="alt">
+<code class="code">@image{f--ile,aze,az,alt,</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} 
e--xt@}</code> <img class="image" src="f--ile%40..file%20ext%20e--xt%7d" 
alt="alt">
+</p>
+<p><code class="code">@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img class="image" src="f--ile.e--xt" alt="jk _&quot; %@ 
in b &quot;">
+<code class="code">@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; 
%@:}}</code> <img class="image" src="filejk%20_%22%20%25%40.jpg" alt="altjk 
_&quot; %@">
+</p>
+
+
+<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; &#274;&#768;
+&#262;&#807; &#262;&#807; a&#779; &#551; &aring; a&#865;
+&#259; &#462;
+ ? .
+</em></div>
+<div class="displaymath"><em>TeX LaTeX &lowast; &aring; &reg; &deg; 
+</em></div>
+<div class="displaymath"><em><code class="t">t</code> 
+</em></div>
+<ul class="itemize">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li>i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>without brace w a&ndash;b
+</li><li>without brace w c&ndash;d
+</li></ul>
+
+<dl class="table">
+<dt>a</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dt>a&ndash;missing style formatting</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-copying-a-2'><span>a<a class="copiable-link" 
href='#index-copying-a-2'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-copying-index-entry-between-item-and-itemx-1"></a>
+</dd>
+<dt id='index-copying-b-1'><span>b<a class="copiable-link" 
href='#index-copying-b-1'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn"><span class="category-def">fun: </span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-2"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and</var><a class="copiable-link" href='#index-copying-machin-2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-3"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and  after</var><a class="copiable-link" href='#index-copying-machin-3'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-4"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and </var><a class="copiable-link" href='#index-copying-machin-4'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-machin-5"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and and after</var><a class="copiable-link" href='#index-copying-machin-5'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-copying-followed-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-copying-followed-1'> 
&para;</a></span></dt>
+<dd><p>Various deff lines
+</p></dd><dt class="deffnx def-cmd-deffn" id="index-copying-after"><span 
class="category-def">truc: </span><span><strong class="def-name">after</strong> 
<var class="def-var-arguments">a deff item</var><a class="copiable-link" 
href='#index-copying-after'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-copying-invalid"><span 
class="category-def">fsetinv: </span><span><strong class="def-name"><var 
class="var">invalid</var></strong> <var class="def-var-arguments">a g</var><a 
class="copiable-link" href='#index-copying-invalid'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def"><b class="b">id 
&lsquo;<samp class="samp">i</samp>&rsquo; ule</b>: </span></dt>
+<dt class="deffnx def-cmd-deffn"></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">aaa: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: </span></dt>
+</dl>
+
+<div class="group"><p>g&ndash;roupe
+</p></div>
+<p><code class="code">@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code class="code">@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code class="code">@ref{,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@ref{,,,,manual}</code> <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name}</code> &lsquo;cross ref 
name&rsquo;
+<code class="code">@ref{node,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#node">(file name)node</a>
+<code class="code">@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title, file name, manual}</code> 
<a data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,,file name,manual}</code> <a data-manual="file 
name" href="file%20name.html#node">node</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@ref{,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,,file name,manual}</code> <cite class="cite"><a 
data-manual="file name" href="file%20name.html#Top">manual</a></cite>
+</p>
+<p><code class="code">@inforef{,cross ref name }</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{,,file name}</code> See <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@inforef{,cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@inforef{}</code> 
+</p>
+
+
+<p>Normal text
+</p>
+<p>&lt;
+&gt;
+&quot;
+&amp;
+&rsquo;
+&lsquo;
+</p>
+<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+code: <code class="code">``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: <strong 
class="strong">&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong>
 <br>
+kbd: <kbd class="kbd">``simple-double--three---four----''</kbd> <br>
+</p>
+<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
+</p>
+<a class="index-entry-id" id="index-_002d_002doption"></a>
+<a class="index-entry-id" id="index-_0060_0060"></a>
+<a class="index-entry-id" id="index-_0060_0060-2"></a>
+<a class="index-entry-id" id="index-_002d_002dfoption"></a>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
+@~n &ntilde;
+@^a &acirc;
+@&rsquo;e &eacute;
+@=o &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;{@dotless{i}} &iacute; 
+@dotless{i} &inodot;
+@dotless{j} &#567;
+@&lsquo;{@=E} &#274;&#768; 
+@l{} &#322;
+@,{@&rsquo;C} &#262;&#807;
+@,c &ccedil;
+@,c@&quot;u &ccedil;&uuml; <br>
+</p>
+<p>@U{0075} &#x0075;
+</p>
+<p>@* <br>
+@ followed by a space
+&nbsp;
+@ followed by a tab
+&nbsp;
+@ followed by a new line
+&nbsp;<code class="code">@-</code> 
+<code class="code">@:</code> 
+<code class="code">@!</code> !
+<code class="code">@?</code> ?
+<code class="code">@.</code> .
+<code class="code">@@</code> @
+<code class="code">@}</code> }
+<code class="code">@{</code> {
+<code class="code">@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
+@LaTeX LaTeX
+@bullet &bull;
+@copyright &copy;
+@dots &hellip;
+@enddots <small class="enddots">...</small>
+@equiv &equiv;
+@error error&rarr;
+@expansion &rarr;
+@minus &minus;
+@point &lowast;
+@print -|
+@result &rArr;
+@today a sunny day
+</p>
+<p>@aa &aring;
+@AA &Aring;
+@ae &aelig;
+@oe &oelig;
+@AE &AElig;
+@OE &OElig;
+@o &oslash;
+@O &Oslash;
+@ss &szlig;
+@l &#322;
+@L &#321;
+@DH &ETH;
+@TH &THORN;
+@dh &eth;
+@th &thorn;
+</p>
+<p>@exclamdown &iexcl;
+@questiondown &iquest;
+@pounds &pound;
+@registeredsymbol &reg;
+@ordf &ordf;
+@ordm &ordm;
+@comma ,
+@quotedblleft &ldquo;
+@quotedblright &rdquo;
+@quoteleft &lsquo;
+@quoteright &rsquo;
+@quotedblbase &bdquo;
+@quotesinglbase &sbquo;
+@guillemetleft &laquo;
+@guillemetright &raquo;
+@guillemotleft &laquo;
+@guillemotright &raquo;
+@guilsinglleft &lsaquo;
+@guilsinglright &rsaquo;
+</p>
+<p>@textdegree &deg;
+@euro &euro;
+@arrow &rarr;
+@leq &le;
+@geq &ge;
+@tie a&nbsp;b
+</p>
+<p><code class="code">@acronym{--a,an accronym}</code> <abbr class="acronym" 
title="an accronym">&ndash;a</abbr> (an accronym)
+<code class="code">@acronym{--a}</code> <abbr class="acronym" title="an 
accronym">&ndash;a</abbr>
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
class="abbr" title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude Autonome)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code class="code">@asis{--a}</code> &ndash;a
+<code class="code">@b{--a}</code> <b class="b">&ndash;a</b>
+<code class="code">@cite{--a}</code> <cite class="cite">&ndash;a</cite>
+<code class="code">@code{--a}</code> <code class="code">--a</code>
+<code class="code">@command{--a}</code> <code class="command">--a</code>
+<code class="code">@dfn{--a}</code> <em class="dfn">&ndash;a</em>
+<code class="code">@dmn{--a}</code> <span class="dmn">&ndash;a</span>
+<code class="code">@email{--a,--b}</code> <a class="email" 
href="mailto:--a";>&ndash;b</a>
+<code class="code">@email{,--b}</code> &ndash;b
+<code class="code">@email{--a}</code> <a class="email" 
href="mailto:--a";>--a</a>
+<code class="code">@emph{--a}</code> <em class="emph">&ndash;a</em>
+<code class="code">@env{--a}</code> <code class="env">--a</code>
+<code class="code">@file{--a}</code> <samp class="file">--a</samp>
+<code class="code">@i{--a}</code> <i class="i">&ndash;a</i>
+<code class="code">@kbd{--a}</code> <kbd class="kbd">--a</kbd>
+<code class="code">@key{--a}</code> <kbd class="key">--a</kbd>
+<code class="code">@math{--a {\frac{1}{2}} @minus{}}</code> <em 
class="math">--a {\frac{1}{2}} &minus;</em>
+<code class="code">@option{--a}</code> <samp class="option">--a</samp>
+<code class="code">@r{--a}</code> <span class="r">&ndash;a</span>
+<code class="code">@samp{--a}</code> &lsquo;<samp 
class="samp">--a</samp>&rsquo;
+<code class="code">@sc{--a}</code> <small class="sc">&ndash;A</small>
+<code class="code">@strong{--a}</code> <strong class="strong">&ndash;a</strong>
+<code class="code">@t{--a}</code> <code class="t">--a</code>
+<code class="code">@sansserif{--a}</code> <span 
class="sansserif">&ndash;a</span>
+<code class="code">@slanted{--a}</code> <i class="slanted">&ndash;a</i>
+<code class="code">@titlefont{--a}</code> </p><h1 
class="titlefont">&ndash;a</h1>
+<p><code class="code">@indicateurl{--a}</code> &lsquo;<code 
class="indicateurl">--a</code>&rsquo;
+<code class="code">@uref{--a,--b}</code> <a class="uref" 
href="--a">&ndash;b</a>
+<code class="code">@uref{--a}</code> <a class="uref" href="--a">--a</a>
+<code class="code">@uref{,--b}</code> &ndash;b
+<code class="code">@uref{--a,--b,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,--b,--c}</code> &ndash;c
+<code class="code">@uref{--a,,--c}</code> <a class="uref" 
href="--a">&ndash;c</a>
+<code class="code">@uref{,,--c}</code> &ndash;c
+<code class="code">@url{--a,--b}</code> <a class="url" href="--a">&ndash;b</a>
+<code class="code">@url{--a,}</code> <a class="url" href="--a">--a</a>
+<code class="code">@url{,--b}</code> &ndash;b
+<code class="code">@var{--a}</code> <var class="var">&ndash;a</var>
+<code class="code">@verb{:--a:}</code> <code class="verb">--a</code>
+<code class="code">@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <code 
class="verb">a  &lt; &amp; @ % &quot; --    b</code>
+<code class="code">@w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a 
a a a a a a a}</code> 
a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a&nbsp;a<!--
 /@w -->
+<code class="code">@H{a}</code> a&#779;
+<code class="code">@H{--a}</code> &ndash;a&#779;
+<code class="code">@dotaccent{a}</code> &#551;
+<code class="code">@dotaccent{--a}</code> &ndash;a&#775;
+<code class="code">@ringaccent{a}</code> &aring;
+<code class="code">@ringaccent{--a}</code> &ndash;a&#778;
+<code class="code">@tieaccent{a}</code> a&#865;
+<code class="code">@tieaccent{--a}</code> &ndash;&#865;a
+<code class="code">@u{a}</code> &#259;
+<code class="code">@u{--a}</code> &ndash;a&#774;
+<code class="code">@ubaraccent{a}</code> a&#818;
+<code class="code">@ubaraccent{--a}</code> &ndash;a&#818;
+<code class="code">@udotaccent{a}</code> &#7841;
+<code class="code">@udotaccent{--a}</code> &ndash;a&#803;
+<code class="code">@v{a}</code> &#462;
+<code class="code">@v{--a}</code> &ndash;a&#780;
+<code class="code">@,{c}</code> &ccedil;
+<code class="code">@,{--c}</code> &ndash;c&#807;
+<code class="code">@ogonek{a}</code> &#261;
+<code class="code">@ogonek{--a}</code> &ndash;a&#808;
+<code class="code">a@sup{h}@sub{l}</code> a<sup class="sup">h</sup><sub 
class="sub">l</sub>
+<code class="code">@footnote{in footnote}</code> <a class="footnote" 
id="DOCF5" href="#FOOT5"><sup>7</sup></a>
+<code class="code">@footnote{in footnote2}</code> <a class="footnote" 
id="DOCF6" href="#FOOT6"><sup>8</sup></a>
+</p>
+<p><code class="code">@sp 2</code><br>
+</p><br>
+<br>
+<p><code class="code">@page</code><br>
+</p>
+<p><code class="code">need 1002</code>
+</p>
+<p><code class="code">@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code class="code">@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
+
+<div class="displaymath"><em>disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup class="sup">-{1 \over 2}\left({x-\mu 
\over \sigma}\right)^2</sup>
+</em></div>
+<div class="displaymath"><em><strong 
class="strong">``simple-double--three---four----''</strong> aa<!-- /@w -->
+`<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
+
+</em></div>
+<div class="displaymath"><em>&inodot; &#567;
+&#322; &ccedil;
+a&#818; &#7841; &#261; a<sup class="sup">h</sup><sub class="sub">l</sub>
+
+ &nbsp;&nbsp; &nbsp;  ! @ } { 
+a sunny day
+</em></div>
+<div class="displaymath"><em>&rarr;
+&#x0075;
+&bull; &copy; &hellip; ... &equiv;
+error&rarr; &rarr; &minus; -| &rArr;
+&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
+&THORN; &eth; &thorn; &iexcl; &iquest; &pound;
+&ordf; &ordm; , 
+</em></div>
+<div class="displaymath"><em>&ldquo; &rdquo; 
+&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
+&raquo; &laquo; &raquo; &lsaquo;
+&rsaquo; &euro; &rarr; &le; &ge;
+</em></div>
+<div class="displaymath"><em><b class="b">b</b> <i class="i">i</i> <span 
class="r">r</span> <small class="sc">SC</small> <span 
class="sansserif">sansserif</span> <i class="slanted">slanted</i>
+</em></div>
+<p><kbd class="kbd">default kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem default kbdinputstyle</kbd><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example default 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
default kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">code kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem code kbdinputstyle</code><a 
class="copiable-link" href='#index-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><code class="code as-code-kbd">in example 
code kbdinputstyle</code>
+</pre><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><code 
class="table-term-preformatted-code"><code class="code as-code-kbd">vtable 
i--tem in example code kbdinputstyle</code></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><code class="code as-code-kbd">example kbdinputstyle</code>
+</p><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-example-kbdinputstyle'><span><code 
class="code as-code-kbd">vtable i--tem example kbdinputstyle</code><a 
class="copiable-link" 
href='#index-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example example 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
example kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<p><kbd class="kbd">distinct kbdinputstyle</kbd>
+</p><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd 
class="kbd">vtable i--tem distinct kbdinputstyle</kbd><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example distinct 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
distinct kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+</dl>
+</div>
+
+<blockquote class="quotation">
+<p>A quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note:</b> A Note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">note:</b> A note
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Caution:</b> Caution
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Important:</b> Important
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Tip:</b> a Tip
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Warning:</b> a Warning.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something &eacute; TeX:</b> The something &eacute; TeX is here.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">@ at the end of line &nbsp;:</b> A @ at the end of the 
@quotation line.
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<blockquote class="quotation">
+<p><b class="b">Note, the note:</b> Note, the note
+</p></blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+</blockquote>
+
+<blockquote class="quotation">
+<p>aaa quotation
+</p></blockquote>
+<div class="center">&mdash; <em class="emph">quotation author</em>
+</div>
+<blockquote class="quotation">
+<p>indent in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line   and dash &mdash; in quotation
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>Not exdented followed by exdented
+</p><p class="exdent">exdented quotation line
+</p></blockquote>
+
+<blockquote class="quotation">
+<p class="exdent">exdented quotation line
+</p><p>Followed by not exdented 
+</p></blockquote>
+
+<blockquote class="quotation">
+<p>quotation1
+</p><p class="exdent">in exdented protected eol &nbsp;
+</p><p>following
+</p><p class="exdent">in exdented a @* <br> and following
+</p><p>after exdented
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p>A small quot&mdash;ation
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">Note:</b> A small Note
+</p></blockquote>
+
+<blockquote class="quotation smallquotation">
+<p><b class="b">something, other thing:</b> something, other thing
+</p></blockquote>
+
+<ul class="itemize mark-bullet">
+<li>i&ndash;temize
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '+'">
+<li>i&ndash;tem +
+</li></ul>
+
+<ul class="itemize mark-bullet">
+<li>b&ndash;ullet
+</li></ul>
+
+<ul class="itemize mark-minus">
+<li>minu&ndash;s
+</li></ul>
+
+<ul class="itemize" style="list-style-type: 'after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li><a class="index-entry-id" id="index-index-entry-within-itemize"></a>
+i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>with w a&ndash;b
+</li><li>with w c&ndash;d
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' on a line'">
+<li>line w a&ndash;b
+</li><li>line with w c&ndash;d
+</li></ul>
+
+<ol class="enumerate">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" start="3">
+<li> first third
+</li><li> second third
+</li></ol>
+
+<ol class="enumerate" type="a" start="1">
+<li> e&ndash;numerate
+</li></ol>
+
+<ol class="enumerate" type="a" start="3">
+<li> first c
+</li><li> second c
+</li></ol>
+
+<table class="multitable">
+<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
+<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
+<a class="index-entry-id" 
id="index-index-entry-within-multitable"></a></td></tr>
+<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
+</tbody>
+</table>
+
+<table class="multitable">
+<tbody><tr><td>truc</td><td>bidule</td></tr>
+</tbody>
+</table>
+
+<div class="example">
+<pre class="example-preformatted">e--xample  some
+   text
+</pre></div>
+
+<div class="example user-first-arg">
+<pre class="example-preformatted">example one arg
+</pre></div>
+
+<div class="example user-first-arg user-second-arg">
+<pre class="example-preformatted">example two args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg">
+<pre class="example-preformatted">example three args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg">
+<pre class="example-preformatted">example four args
+</pre></div>
+
+<div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg user-fifth-arg">
+<pre class="example-preformatted">example five args
+</pre></div>
+
+<div class="example user-something-é-TeX">
+<pre class="example-preformatted">The something &eacute; TeX is here.
+</pre></div>
+
+<div class="example user-@-at-the-end-of-line--">
+<pre class="example-preformatted">A @ at the end of the @example line.
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">example with empty args
+</pre></div>
+
+<div class="example user-nonempty">
+<pre class="example-preformatted">example with empty and non empty args mix
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Exam---ple
+
+</pre><pre class="exdent">Other li---ne
+</pre><pre class="example-preformatted">not exdented
+</pre></div>
+
+<div class="example">
+<pre class="exdent">exdented  and dash --- in example
+</pre><pre class="example-preformatted">Not exdented one
+</pre><pre class="exdent">exdented two
+</pre><pre class="example-preformatted">Not exdented two
+</pre></div>
+
+<div class="example">
+<pre class="example-preformatted">Example   Hoho.
+</pre><div class="example">
+<pre class="example-preformatted">Nested Other line
+</pre><pre class="exdent">exdented nested other line
+</pre></div>
+</div>
+
+<div class="example smallexample">
+<pre class="example-preformatted">s--mallexample
+</pre></div>
+
+<p><code class="code">@noindent</code> after smallexample.
+</p><div class="example smallexample">
+<pre class="example-preformatted">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
+</pre></div>
+<p>Less recent versions are also present.
+</p>
+<div class="display">
+<pre class="display-preformatted">d&ndash;isplay
+</pre></div>
+
+<div class="display smalldisplay">
+<pre class="display-preformatted">s&ndash;malldisplay
+</pre></div>
+
+<div class="example lisp">
+<pre class="lisp-preformatted">l--isp
+</pre></div>
+
+<div class="example smalllisp lisp">
+<pre class="lisp-preformatted">s--malllisp
+</pre></div>
+
+<div class="format">
+<pre class="format-preformatted">f&ndash;ormat
+</pre></div>
+
+<div class="format smallformat">
+<pre class="format-preformatted">s&ndash;mallformat
+</pre></div>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-d_002d_002deffn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--effn_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002deffn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-de_002d_002dffn_005fname"><span 
class="category-def">cate&ndash;gory: </span><span><strong 
class="def-name">de--ffn_name</strong> <var 
class="def-var-arguments">ar&ndash;guments    more args <br> even more 
so</var><a class="copiable-link" href='#index-de_002d_002dffn_005fname'> 
&para;</a></span></dt>
+<dd><p>def&ndash;fn
+</p></dd></dl>
+ 
+<dl class="first-deffn">
+<dt class="deffn" id="index-i"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" href='#index-i'> 
&para;</a></span></dt>
+<dd><a class="index-entry-id" id="index-index-entry-within-deffn"></a>
+</dd><dt class="deffnx def-cmd-deffn" id="index-truc"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" href='#index-truc'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-log-trap"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap</strong><a class="copiable-link" href='#index-log-trap'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-log-trap1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap1</strong><a class="copiable-link" href='#index-log-trap1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-log-trap2"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap2</strong><a class="copiable-link" href='#index-log-trap2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-id-ule"><span 
class="category-def">cmde: </span><span><strong class="def-name"><b 
class="b">id ule</b></strong> <var class="def-var-arguments">truc</var><a 
class="copiable-link" href='#index-id-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-id-i-ule"><span 
class="category-def">cmde2: </span><span><strong class="def-name"><b 
class="b">id &lsquo;<samp class="samp">i</samp>&rsquo; ule</b></strong> <var 
class="def-var-arguments">truc</var><a class="copiable-link" 
href='#index-id-i-ule'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin"><span 
class="category-def">: </span><span><strong class="def-name">machin</strong><a 
class="copiable-link" href='#index-machin'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-bidule-machin"><span 
class="category-def">: </span><span><strong class="def-name">bidule 
machin</strong><a class="copiable-link" href='#index-bidule-machin'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong><a class="copiable-link" 
href='#index-machin-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: 
</span><strong class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-followed"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-followed'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-a-1"><span 
class="category-def">truc: </span><span><strong class="def-name">a</strong> 
<var class="def-var-arguments">b c d e <b class="b">f g</b> h i</var><a 
class="copiable-link" href='#index-a-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-deffnx"><span 
class="category-def">truc: </span><span><strong 
class="def-name">deffnx</strong> <var class="def-var-arguments">before end 
deffn</var><a class="copiable-link" href='#index-deffnx'> &para;</a></span></dt>
+</dl>
+
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-deffn"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong><a class="copiable-link" 
href='#index-deffn'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-deffn-1"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong> <var 
class="def-var-arguments">with deffnx</var><a class="copiable-link" 
href='#index-deffn-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-deffnx-1"><span 
class="category-def">empty: </span><span><strong 
class="def-name">deffnx</strong><a class="copiable-link" 
href='#index-deffnx-1'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-i-1"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" href='#index-i-1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-truc-1"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" href='#index-truc-1'> 
&para;</a></span></dt>
+<dd><p>text in def item for second def item
+</p></dd></dl>
+
+
+<dl class="first-defvr">
+<dt class="defvr" id="index-d_002d_002defvr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--efvr_name</strong><a class="copiable-link" 
href='#index-d_002d_002defvr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efvr
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-n_002d_002dame"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-n_002d_002dame'> &para;</a></span></dt>
+<dd><p>d&ndash;effn
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-n_002d_002dame-1"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">n--ame</strong><a class="copiable-link" 
href='#index-n_002d_002dame-1'> &para;</a></span></dt>
+<dd><p>d&ndash;effn no arg
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-d_002d_002deftypefn_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypefn_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-d_002d_002deftypefn_005fname-1"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg
+</p></dd></dl>
+
+<dl class="first-deftypevr">
+<dt class="deftypevr" id="index-d_002d_002deftypevr_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevr_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevr
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-d_002d_002defcv_005fname"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong><a 
class="copiable-link" href='#index-d_002d_002defcv_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efcv
+</p></dd></dl>
+
+<dl class="first-defcv">
+<dt class="defcv" id="index-d_002d_002defcv_005fname-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
+<dd><p>d&ndash;efcv with arguments
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" id="index-d_002d_002defop_005fname-on-c_002d_002dlass"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop
+</p></dd></dl>
+
+<dl class="first-defop">
+<dt class="defop" 
id="index-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span 
class="category-def">c&ndash;ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong><a 
class="copiable-link" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efop no arg
+</p></dd></dl>
+
+<dl class="first-deftp">
+<dt class="deftp" id="index-d_002d_002deftp_005fname"><span 
class="category-def">c&ndash;ategory: </span><span><strong 
class="def-name">d--eftp_name</strong> <var 
class="def-var-arguments">a&ndash;ttributes...</var><a class="copiable-link" 
href='#index-d_002d_002deftp_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftp
+</p></dd></dl>
+
+<dl class="first-deffn first-defun-alias-first-deffn">
+<dt class="deffn defun-alias-deffn" id="index-d_002d_002defun_005fname"><span 
class="category-def">Function: </span><span><strong 
class="def-name">d--efun_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efun
+</p></dd></dl>
+
+<dl class="first-deffn first-defmac-alias-first-deffn">
+<dt class="deffn defmac-alias-deffn" 
id="index-d_002d_002defmac_005fname"><span class="category-def">Macro: 
</span><span><strong class="def-name">d--efmac_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defmac_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efmac
+</p></dd></dl>
+
+<dl class="first-deffn first-defspec-alias-first-deffn">
+<dt class="deffn defspec-alias-deffn" 
id="index-d_002d_002defspec_005fname"><span class="category-def">Special Form: 
</span><span><strong class="def-name">d--efspec_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defspec_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;efspec
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-d_002d_002defvar_005fname"><span class="category-def">Variable: 
</span><span><strong class="def-name">d--efvar_name</strong><a 
class="copiable-link" href='#index-d_002d_002defvar_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efvar
+</p></dd></dl>
+
+<dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-d_002d_002defvar_005fname-1"><span class="category-def">Variable: 
</span><span><strong class="def-name">d--efvar_name</strong> <var 
class="def-var-arguments">arg&ndash;var arg&ndash;var1</var><a 
class="copiable-link" href='#index-d_002d_002defvar_005fname-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efvar with args
+</p></dd></dl>
+
+<dl class="first-defvr first-defopt-alias-first-defvr">
+<dt class="defvr defopt-alias-defvr" 
id="index-d_002d_002defopt_005fname"><span class="category-def">User Option: 
</span><span><strong class="def-name">d--efopt_name</strong><a 
class="copiable-link" href='#index-d_002d_002defopt_005fname'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efopt
+</p></dd></dl>
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-d_002d_002deftypefun_005fname"><span class="category-def">Function: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefun_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypefun_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefun
+</p></dd></dl>
+
+<dl class="first-deftypevr first-deftypevar-alias-first-deftypevr">
+<dt class="deftypevr deftypevar-alias-deftypevr" 
id="index-d_002d_002deftypevar_005fname"><span class="category-def">Variable: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevar_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypevar
+</p></dd></dl>
+
+<dl class="first-defcv first-defivar-alias-first-defcv">
+<dt class="defcv defivar-alias-defcv" 
id="index-d_002d_002defivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efivar_name</strong><a 
class="copiable-link" 
href='#index-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efivar
+</p></dd></dl>
+
+<dl class="first-deftypecv first-deftypeivar-alias-first-deftypecv">
+<dt class="deftypecv deftypeivar-alias-deftypecv" 
id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeivar_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeivar
+</p></dd></dl>
+
+<dl class="first-defop first-defmethod-alias-first-defop">
+<dt class="defop defmethod-alias-defop" 
id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efmethod_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;efmethod
+</p></dd></dl>
+
+<dl class="first-deftypeop first-deftypemethod-alias-first-deftypeop">
+<dt class="deftypeop deftypemethod-alias-deftypeop" 
id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypemethod_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypemethod
+</p></dd></dl>
+
+
+<dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" id="index-name2"><span 
class="category-def">Function:<br> </span><span><code 
class="def-type">data-type2</code><br> <strong class="def-name">name2</strong> 
<code class="def-code-arguments">arguments2...</code><a class="copiable-link" 
href='#index-name2'> &para;</a></span></dt>
+<dd><p>aaa2
+</p></dd></dl>
+
+<dl class="first-deftypefn">
+<dt class="deftypefn" id="index-d_002d_002deftypefn_005fname2"><span 
class="category-def">c&ndash;ategory2:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypefn_name2</strong><a class="copiable-link" 
href='#index-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
+<dd><p>d&ndash;eftypefn no arg2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop2
+</p></dd></dl>
+
+<dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 on <code 
class="code">c--lass2</code>:<br> </span><span><code 
class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypeop no arg2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv2
+</p></dd></dl>
+
+<dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span 
class="category-def">c&ndash;ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
+<dd><p>d&ndash;eftypecv with arguments2
+</p></dd></dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-arg2"><span class="category-def">fun2: 
</span><span><strong class="def-name">arg2</strong><a class="copiable-link" 
href='#index-arg2'> &para;</a></span></dt>
+<dd><p>fff2
+</p></dd></dl>
+
+
+<p><code class="code">@xref{c---hapter@@, cross r---ef name@@, t---itle@@, 
file n---ame@@, ma---nual@@}</code> See <a data-manual="file n---ame@" 
href="file%20n---ame%40.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite class="cite">ma&mdash;nual@</cite>.
+<code class="code">@ref{chapter, cross ref name, title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@pxref{chapter, cross ref name, title, file name, 
manual}</code> see <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+</p>
+<p><code class="code">@ref{chapter}</code> <a class="ref" 
href="#chapter">chapter</a>
+<code class="code">@xref{chapter}</code> See <a class="xref" 
href="#chapter">chapter</a>.
+<code class="code">@pxref{chapter}</code> see <a class="pxref" 
href="#chapter">chapter</a>
+<code class="code">@ref{s--ect@comma{}ion}</code> <a class="ref" 
href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code class="code">@ref{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
+<a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">a comma, in 
title</a> in <cite class="cite">a , in manual name</cite>
+</p>
+<p><code class="code">@ref{chapter,cross ref name}</code> <a class="ref" 
href="#chapter">cross ref name</a>
+<code class="code">@ref{chapter,,title}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross 
ref name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">chapter</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@ref{(pman)anode,cross ref name}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)cross ref name</a>
+<code class="code">@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,,,file name}</code> <a data-manual="file 
name" href="file%20name.html#anode">(file name)anode</a>
+<code class="code">@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)cross ref 
name</a>
+<code class="code">@ref{(pman)anode,cross ref name,,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">cross ref name</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#anode">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">anode</a> in <cite 
class="cite">manual</cite>
+</p>
+
+<p><code class="code">@inforef{chapter, cross ref name, file name}</code> See 
<a data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code class="code">@inforef{chapter, cross ref name}</code> See &lsquo;cross 
ref name&rsquo;
+<code class="code">@inforef{chapter,,file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@inforef{node}</code> See &lsquo;node&rsquo;
+<code class="code">@inforef{node, cross ref name}</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{node,,file name}</code> See <a data-manual="file 
name" href="file%20name.html#node">(file name)node</a>
+<code class="code">@inforef{chapter, cross ref name, file name, spurious 
arg}</code> See <a data-manual="file name, spurious arg" 
href="file%20name%2c%20spurious%20arg.html#chapter">(file name, spurious 
arg)cross ref name</a>
+</p>
+<p><code class="code">@inforef{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in file}</code>
+See <a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+<p>&lsquo;<samp class="samp"><a class="ref" 
href="#chapter">chapter</a></samp>&rsquo;.
+</p>
+<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html%20%28uref3%29.html#ext">title with uref2 <a 
class="uref" href="href://http/myhost.com/index2.html">uref2</a></a> in <cite 
class="cite">printed manual with uref4 <a class="uref" 
href="href://http/myhost.com/index4.html">uref4</a></cite>
+<a class="ref" href="#chapter">title with uref2 <a class="uref" 
href="href://http/myhost.com/index2.html">uref2</a></a>
+</p>
+<dl class="table">
+<dt><strong class="strong">a&ndash;strong</strong></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="vtable">
+<dt id='index-a_002d_002dasis'><span>a&ndash;asis<a class="copiable-link" 
href='#index-a_002d_002dasis'> &para;</a></span></dt>
+<dt id='index-b-4'><span>b<a class="copiable-link" href='#index-b-4'> 
&para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-a-2'><span><em class="emph">a</em><a class="copiable-link" 
href='#index-a-2'> &para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-index-entry-between-item-and-itemx"></a>
+</dd>
+<dt id='index-b'><span><em class="emph">b</em><a class="copiable-link" 
href='#index-b'> &para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt><code class="code">a--code</code></dt>
+<dd><p>Value&ndash;table code
+</p></dd>
+</dl>
+
+<dl class="table">
+<dd><p>Title
+</p></dd>
+<dt>&lsquo;<samp class="samp">a--samp</samp>&rsquo;</dt>
+<dt>&lsquo;<samp class="samp">a2--samp</samp>&rsquo;</dt>
+<dd><p>Value&ndash;table samp
+</p></dd>
+</dl>
+
+<table class="cartouche" border="1"><tr><td>
+<p>c&ndash;artouche
+</p></td></tr></table>
+
+<div class="flushleft"><p class="flushleft-paragraph">f&ndash;lushleft
+more text
+</p></div>
+<div class="flushright"><p class="flushright-paragraph">f&ndash;lushright
+more text
+</p></div>
+<div class="center">ce&ndash;ntered line
+</div>
+<div class="raggedright"><p class="raggedright-paragraph">r&ndash;raggedright
+more text
+</p></div>
+<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  &lt;&gt;.
+
+@bye
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
+
+<h1 class="majorheading" id="majorheading-2">majorheading</h1>
+
+<h1 class="chapheading" id="chapheading-2">chapheading</h1>
+
+<h2 class="heading" id="heading-2">heading</h2>
+
+<h3 class="subheading" id="subheading-2">subheading</h3>
+
+<h4 class="subsubheading" id="subsubheading-2">subsubheading</h4>
+
+
+<p><code class="code">@acronym{--a,an accronym @comma{} @enddots{}}</code> 
<abbr class="acronym" title="an accronym , ...">&ndash;a</abbr> (an accronym , 
<small class="enddots">...</small>)
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} 
}</code> <abbr class="abbr" title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude&ndash;, <b 
class="b">Autonome</b>)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code class="code">@math{--a@minus{} {\frac{1}{2}}}</code> <em 
class="math">--a&minus; {\frac{1}{2}}</em>
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, &#807;<br>
+@,@&quot;u &#807;&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; &#769;<br>
+@&rsquo;@&quot;u &#769;&uuml;
+</p>
+<p><code class="code">@|</code> 
+</p>
+<p>@dotless{truc} truc
+@dotless{ij} ij
+<code class="code">@dotless{--a}</code> &ndash;a
+<code class="code">@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
+@U{z}, with non-hex arg &#xz;
+@U{abc}, with &lt;4 hex digits &#xabc;
+@U{FFFFFFFFFFFFFF}, value much too large &#xFFFFFFFFFFFFFF;
+@U{110000}, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX
+<code class="code">@#</code> #
+</p>
+<p><code class="code">@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code class="code">@image{,1--xt}</code> 
+<code class="code">@image{,,2--xt}</code> 
+<code class="code">@image{,,,3--xt}</code> 
+</p>
+<p><code class="code">@image{f-ile,aze,,a--lt}</code> <img class="image" 
src="f-ile.jpg" alt="a&ndash;lt">
+<code class="code">@image{f-ile,,,alt@verb{:jk _&quot; %}}</code> <img 
class="image" src="f-ile.jpg" alt="altjk _&quot; %@">
+</p>
+<p><code class="code">@image{f--ile}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,,alt}</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{f--ile,,,,.e-d-xt}</code> <img class="image" 
src="f--ile.e--xt" alt="f--ile">
+<code class="code">@image{f--ile,l--i}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,l--e}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,aze,az,alt,.e--xt}</code> <img class="image" 
src="f--ile.e--xt" alt="alt">
+<code class="code">@image{f--ile,aze,az,alt,</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} 
e--xt@}</code> <img class="image" src="f--ile%40..file%20ext%20e--xt%7d" 
alt="alt">
+</p>
+<p><code class="code">@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img class="image" src="f--ile.e--xt" alt="jk _&quot; %@ 
in b &quot;">
+<code class="code">@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; 
%@:}}</code> <img class="image" src="filejk%20_%22%20%25%40.jpg" alt="altjk 
_&quot; %@">
+</p>
+
+
+<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; &#274;&#768;
+&#262;&#807; &#262;&#807; a&#779; &#551; &aring; a&#865;
+&#259; &#462;
+ ? .
+</em></div>
+<div class="displaymath"><em>TeX LaTeX &lowast; &aring; &reg; &deg; 
+</em></div>
+<div class="displaymath"><em><code class="t">t</code> 
+</em></div>
+<ul class="itemize">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: ' after emph'">
+<li>e&ndash;mph item
+</li></ul>
+
+<ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize line'">
+<li>i&ndash;tem 1
+</li><li>i&ndash;tem 2
+</li></ul>
+
+<ul class="itemize mark-none">
+<li>without brace w a&ndash;b
+</li><li>without brace w c&ndash;d
+</li></ul>
+
+<dl class="table">
+<dt>a</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="table">
+<dt>a&ndash;missing style formatting</dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="ftable">
+<dt id='index-a-3'><span>a<a class="copiable-link" href='#index-a-3'> 
&para;</a></span></dt>
+<dd><a class="index-entry-id" 
id="index-index-entry-between-item-and-itemx-1"></a>
+</dd>
+<dt id='index-b-1'><span>b<a class="copiable-link" href='#index-b-1'> 
&para;</a></span></dt>
+<dd><p>l&ndash;ine
+</p></dd>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn"><span class="category-def">fun: </span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-2"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and</var><a class="copiable-link" href='#index-machin-2'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-3"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and  after</var><a class="copiable-link" href='#index-machin-3'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-4"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and </var><a class="copiable-link" href='#index-machin-4'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-5"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and and after</var><a class="copiable-link" href='#index-machin-5'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-followed-1"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-followed-1'> 
&para;</a></span></dt>
+<dd><p>Various deff lines
+</p></dd><dt class="deffnx def-cmd-deffn" id="index-after"><span 
class="category-def">truc: </span><span><strong class="def-name">after</strong> 
<var class="def-var-arguments">a deff item</var><a class="copiable-link" 
href='#index-after'> &para;</a></span></dt>
+</dl>
+
+<dl class="first-deffn">
+<dt class="deffn" id="index-invalid"><span class="category-def">fsetinv: 
</span><span><strong class="def-name"><var class="var">invalid</var></strong> 
<var class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-invalid'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def"><b class="b">id 
&lsquo;<samp class="samp">i</samp>&rsquo; ule</b>: </span></dt>
+<dt class="deffnx def-cmd-deffn"></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">aaa: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: </span></dt>
+</dl>
+
+<div class="group"><p>g&ndash;roupe
+</p></div>
+<p><code class="code">@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code class="code">@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code class="code">@ref{,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@ref{,,,,manual}</code> <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name}</code> &lsquo;cross ref 
name&rsquo;
+<code class="code">@ref{node,,title}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#node">(file name)node</a>
+<code class="code">@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{node,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title, file name, manual}</code> 
<a data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,,file name,manual}</code> <a data-manual="file 
name" href="file%20name.html#node">node</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code class="code">@ref{,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@ref{,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,cross ref name,title,,manual}</code> 
&lsquo;title&rsquo; in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,,file name,manual}</code> <cite class="cite"><a 
data-manual="file name" href="file%20name.html#Top">manual</a></cite>
+</p>
+<p><code class="code">@inforef{,cross ref name }</code> See &lsquo;cross ref 
name&rsquo;
+<code class="code">@inforef{,,file name}</code> See <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@inforef{,cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@inforef{}</code> 
+</p>
+
+
+<p>In example.
+</p><div class="example">
+<pre class="example-preformatted">
+
+&lt;
+&gt;
+&quot;
+&amp;
+'
+`
+
+``simple-double--three---four----''
+
+code: <code class="code">``simple-double--three---four----''</code> 
+
+asis: ``simple-double--three---four----'' 
+
+strong: <strong class="strong">``simple-double--three---four----''</strong> 
+
+kbd: <kbd class="kbd">``simple-double--three---four----''</kbd> 
+
+
+`<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
+
+
+<a class="index-entry-id" id="index-_002d_002doption-1"></a><a 
class="index-entry-id" id="index-_0060_0060-1"></a><a class="index-entry-id" 
id="index-_0060_0060-3"></a><a class="index-entry-id" 
id="index-_002d_002dfoption-1"></a>
+@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
+@~n &ntilde;
+@^a &acirc;
+@'e &eacute;
+@=o &#333;
+@`i &igrave;
+@'{e} &eacute;
+@'{@dotless{i}} &iacute; 
+@dotless{i} &inodot;
+@dotless{j} &#567;
+@`{@=E} &#274;&#768; 
+@l{} &#322;
+@,{@'C} &#262;&#807;
+@,c &ccedil;
+@,c@&quot;u &ccedil;&uuml; 
+
+
+@U{0075} &#x0075;
+
+@* 
+
+@ followed by a space
+&nbsp;
+@ followed by a tab
+&nbsp;
+@ followed by a new line
+&nbsp;<code class="code">@-</code> 
+<code class="code">@:</code> 
+<code class="code">@!</code> !
+<code class="code">@?</code> ?
+<code class="code">@.</code> .
+<code class="code">@@</code> @
+<code class="code">@}</code> }
+<code class="code">@{</code> {
+<code class="code">@/</code> 
+
+foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+
+@TeX TeX
+@LaTeX LaTeX
+@bullet &bull;
+@copyright &copy;
+@dots &hellip;
+@enddots ...
+@equiv &equiv;
+@error error&rarr;
+@expansion &rarr;
+@minus &minus;
+@point &lowast;
+@print -|
+@result &rArr;
+@today a sunny day
+
+@aa &aring;
+@AA &Aring;
+@ae &aelig;
+@oe &oelig;
+@AE &AElig;
+@OE &OElig;
+@o &oslash;
+@O &Oslash;
+@ss &szlig;
+@l &#322;
+@L &#321;
+@DH &ETH;
+@TH &THORN;
+@dh &eth;
+@th &thorn;
+
+@exclamdown &iexcl;
+@questiondown &iquest;
+@pounds &pound;
+@registeredsymbol &reg;
+@ordf &ordf;
+@ordm &ordm;
+@comma ,
+@quotedblleft &ldquo;
+@quotedblright &rdquo;
+@quoteleft &lsquo;
+@quoteright &rsquo;
+@quotedblbase &bdquo;
+@quotesinglbase &sbquo;
+@guillemetleft &laquo;
+@guillemetright &raquo;
+@guillemotleft &laquo;
+@guillemotright &raquo;
+@guilsinglleft &lsaquo;
+@guilsinglright &rsaquo;
+
+@textdegree &deg;
+@euro &euro;
+@arrow &rarr;
+@leq &le;
+@geq &ge;
+@tie a&nbsp;b
+
+<code class="code">@acronym{--a,an accronym}</code> <abbr class="acronym" 
title="an accronym">--a</abbr> (an accronym)
+<code class="code">@acronym{--a}</code> <abbr class="acronym" title="an 
accronym">--a</abbr>
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
class="abbr" title="&Eacute;tude Autonome">&Eacute;--. ,A.</abbr> (&Eacute;tude 
Autonome)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude Autonome">&Eacute;--. ,A.</abbr>
+<code class="code">@asis{--a}</code> --a
+<code class="code">@b{--a}</code> <b class="b">--a</b>
+<code class="code">@cite{--a}</code> <cite class="cite">--a</cite>
+<code class="code">@code{--a}</code> <code class="code">--a</code>
+<code class="code">@command{--a}</code> <code class="command">--a</code>
+<code class="code">@dfn{--a}</code> <em class="dfn">--a</em>
+<code class="code">@dmn{--a}</code> <span class="dmn">--a</span>
+<code class="code">@email{--a,--b}</code> <a class="email" 
href="mailto:--a";>--b</a>
+<code class="code">@email{,--b}</code> --b
+<code class="code">@email{--a}</code> <a class="email" 
href="mailto:--a";>--a</a>
+<code class="code">@emph{--a}</code> <em class="emph">--a</em>
+<code class="code">@env{--a}</code> <code class="env">--a</code>
+<code class="code">@file{--a}</code> <samp class="file">--a</samp>
+<code class="code">@i{--a}</code> <i class="i">--a</i>
+<code class="code">@kbd{--a}</code> <kbd class="kbd">--a</kbd>
+<code class="code">@key{--a}</code> <kbd class="key">--a</kbd>
+<code class="code">@math{--a {\frac{1}{2}} @minus{}}</code> <em 
class="math">--a {\frac{1}{2}} &minus;</em>
+<code class="code">@option{--a}</code> <samp class="option">--a</samp>
+<code class="code">@r{--a}</code> <span class="r">&ndash;a</span>
+<code class="code">@samp{--a}</code> &lsquo;<samp 
class="samp">--a</samp>&rsquo;
+<code class="code">@sc{--a}</code> <span class="sc">--A</span>
+<code class="code">@strong{--a}</code> <strong class="strong">--a</strong>
+<code class="code">@t{--a}</code> <code class="t">--a</code>
+<code class="code">@sansserif{--a}</code> <span class="sansserif">--a</span>
+<code class="code">@slanted{--a}</code> <i class="slanted">--a</i>
+<code class="code">@titlefont{--a}</code> </pre><h1 
class="titlefont">--a</h1><pre class="example-preformatted">
+
+<code class="code">@indicateurl{--a}</code> &lsquo;<code 
class="indicateurl">--a</code>&rsquo;
+<code class="code">@uref{--a,--b}</code> <a class="uref" href="--a">--b</a>
+<code class="code">@uref{--a}</code> <a class="uref" href="--a">--a</a>
+<code class="code">@uref{,--b}</code> --b
+<code class="code">@uref{--a,--b,--c}</code> <a class="uref" href="--a">--c</a>
+<code class="code">@uref{,--b,--c}</code> --c
+<code class="code">@uref{--a,,--c}</code> <a class="uref" href="--a">--c</a>
+<code class="code">@uref{,,--c}</code> --c
+<code class="code">@url{--a,--b}</code> <a class="url" href="--a">--b</a>
+<code class="code">@url{--a,}</code> <a class="url" href="--a">--a</a>
+<code class="code">@url{,--b}</code> --b
+<code class="code">@var{--a}</code> <var class="var">--a</var>
+<code class="code">@verb{:--a:}</code> <code class="verb">--a</code>
+<code class="code">@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <code 
class="verb">a  &lt; &amp; @ % &quot; --    b</code>
+<code class="code">@w{a a a a a a a a a a a a a a a a a a a a a a a a a a a a 
a a a a a a a}</code> a a a a a a a a a a a a a a a a a a a a a a a a a a a a a 
a a a a a a<!-- /@w -->
+<code class="code">@H{a}</code> a&#779;
+<code class="code">@H{--a}</code> --a&#779;
+<code class="code">@dotaccent{a}</code> &#551;
+<code class="code">@dotaccent{--a}</code> --a&#775;
+<code class="code">@ringaccent{a}</code> &aring;
+<code class="code">@ringaccent{--a}</code> --a&#778;
+<code class="code">@tieaccent{a}</code> a&#865;
+<code class="code">@tieaccent{--a}</code> --a&#865;
+<code class="code">@u{a}</code> &#259;
+<code class="code">@u{--a}</code> --a&#774;
+<code class="code">@ubaraccent{a}</code> a&#818;
+<code class="code">@ubaraccent{--a}</code> --a&#818;
+<code class="code">@udotaccent{a}</code> &#7841;
+<code class="code">@udotaccent{--a}</code> --a&#803;
+<code class="code">@v{a}</code> &#462;
+<code class="code">@v{--a}</code> --a&#780;
+<code class="code">@,{c}</code> &ccedil;
+<code class="code">@,{--c}</code> --c&#807;
+<code class="code">@ogonek{a}</code> &#261;
+<code class="code">@ogonek{--a}</code> --a&#808;
+<code class="code">a@sup{h}@sub{l}</code> a<sup class="sup">h</sup><sub 
class="sub">l</sub>
+<code class="code">@footnote{in footnote}</code> <a class="footnote" 
id="DOCF7" href="#FOOT7">(9)</a>
+<code class="code">@footnote{in footnote2}</code> <a class="footnote" 
id="DOCF8" href="#FOOT8">(10)</a>
+
+<code class="code">@sp 2</code>
+
+
+
+<code class="code">@page</code>
+
+</pre><pre class="example-preformatted">
+
+<code class="code">need 1002</code>
+</pre><pre class="example-preformatted">
+
+<code class="code">@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code class="code">@clicksequence{click @click{} A}</code> click &rArr; A
+
+
+</pre><div class="displaymath"><em>disp--laymath
+f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup class="sup">-{1 \over 2}\left({x-\mu 
\over \sigma}\right)^2</sup>
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em><strong 
class="strong">``simple-double--three---four----''</strong> aa<!-- /@w -->
+`<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
+
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em>&inodot; &#567;
+&#322; &ccedil;
+a&#818; &#7841; &#261; a<sup class="sup">h</sup><sub class="sub">l</sub>
+
+ &nbsp;&nbsp; &nbsp;  ! @ } { 
+a sunny day
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em>&rarr;
+&#x0075;
+&bull; &copy; &hellip; ... &equiv;
+error&rarr; &rarr; &minus; -| &rArr;
+&Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
+&THORN; &eth; &thorn; &iexcl; &iquest; &pound;
+&ordf; &ordm; , 
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em>&ldquo; &rdquo; 
+&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
+&raquo; &laquo; &raquo; &lsaquo;
+&rsaquo; &euro; &rarr; &le; &ge;
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em><b class="b">b</b> <i class="i">i</i> <span 
class="r">r</span> <span class="sc">SC</span> <span 
class="sansserif">sansserif</span> <i class="slanted">slanted</i>
+</em></div><pre class="example-preformatted">
+
+<kbd class="kbd">default kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-default-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem default 
kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-default-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example default 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
default kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+</div>
+<pre class="example-preformatted">
+
+<code class="code as-code-kbd">code kbdinputstyle</code>
+</pre><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-code-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><code class="code as-code-kbd">vtable 
i--tem code kbdinputstyle</code></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-code-kbdinputstyle-1'> &para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><code class="code as-code-kbd">in example 
code kbdinputstyle</code>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><code class="code as-code-kbd">vtable 
i--tem in example code kbdinputstyle</code></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+</div>
+<pre class="example-preformatted">
+
+<kbd class="kbd">example kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-example-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem example 
kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-example-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example example 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
example kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+</div>
+<pre class="example-preformatted">
+
+<kbd class="kbd">distinct kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt id='index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1'><span><code 
class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem distinct 
kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+<div class="example">
+<pre class="example-preformatted"><kbd class="kbd">in example distinct 
kbdinputstyle</kbd>
+</pre><dl class="vtable">
+<dt 
id='index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1'><span><code
 class="table-term-preformatted-code"><kbd class="kbd">vtable i--tem in example 
distinct kbdinputstyle</kbd></code><a class="copiable-link" 
href='#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1'> 
&para;</a></span></dt>
+</dl>
+</div>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted">A quot---ation
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">Note:</b> A Note
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">note:</b> A note
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">Caution:</b> Caution
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">Important:</b> Important
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">Tip:</b> a Tip
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">Warning:</b> a Warning.
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">something &eacute; TeX:</b> The 
something &eacute; TeX is here.
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">@ at the end of line 
&nbsp;:</b> A @ at the end of the @quotation line.
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">something, other thing:</b> 
something, other thing
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted"><b class="b">Note, the note:</b> Note, the 
note
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+</blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+</blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+</blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+</blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted">aaa quotation
+</pre></blockquote>
+<div class="center">--- <em class="emph">quotation author</em>
+</div><pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted">indent in quotation
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="exdent">exdented quotation line   and dash --- in quotation
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted">Not exdented followed by exdented
+</pre><pre class="exdent">exdented quotation line
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="exdent">exdented quotation line
+</pre><pre class="example-preformatted">Followed by not exdented 
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation">
+<pre class="example-preformatted">quotation1
+</pre><pre class="exdent">in exdented protected eol &nbsp;
+</pre><pre class="example-preformatted">following
+</pre><pre class="exdent">in exdented a @* 
+ and following
+</pre><pre class="example-preformatted">after exdented
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation smallquotation">
+<pre class="example-preformatted">A small quot---ation
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation smallquotation">
+<pre class="example-preformatted"><b class="b">Note:</b> A small Note
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><blockquote class="quotation smallquotation">
+<pre class="example-preformatted"><b class="b">something, other thing:</b> 
something, other thing
+</pre></blockquote>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize mark-bullet">
+<li><pre class="example-preformatted">i--temize
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize" style="list-style-type: '+'">
+<li><pre class="example-preformatted">i--tem +
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize mark-bullet">
+<li><pre class="example-preformatted">b--ullet
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize mark-minus">
+<li><pre class="example-preformatted">minu--s
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize" style="list-style-type: 'after emph'">
+<li><pre class="example-preformatted">e--mph item
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize 
line'">
+<li><pre class="example-preformatted"><a class="index-entry-id" 
id="index-index-entry-within-itemize-1"></a>i--tem 1
+</pre></li><li><pre class="example-preformatted">i--tem 2
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize mark-none">
+<li><pre class="example-preformatted">with w a--b
+</pre></li><li><pre class="example-preformatted">with w c--d
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize" style="list-style-type: ' on a line'">
+<li><pre class="example-preformatted">line w a--b
+</pre></li><li><pre class="example-preformatted">line with w c--d
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ol class="enumerate">
+<li> <pre class="example-preformatted">e--numerate
+</pre></li></ol>
+<pre class="example-preformatted">
+
+</pre><ol class="enumerate" start="3">
+<li> <pre class="example-preformatted">first third
+</pre></li><li> <pre class="example-preformatted">second third
+</pre></li></ol>
+<pre class="example-preformatted">
+
+</pre><ol class="enumerate" type="a" start="1">
+<li> <pre class="example-preformatted">e--numerate
+</pre></li></ol>
+<pre class="example-preformatted">
+
+</pre><ol class="enumerate" type="a" start="3">
+<li> <pre class="example-preformatted">first c
+</pre></li><li> <pre class="example-preformatted">second c
+</pre></li></ol>
+<pre class="example-preformatted">
+
+</pre><table class="multitable">
+<thead><tr><th width="40%"><pre class="example-preformatted">mu--ltitable 
headitem</pre></th><th width="60%"><pre class="example-preformatted">another 
tab</pre></th></tr></thead>
+<tbody><tr><td width="40%"><pre class="example-preformatted">mu--ltitable 
item</pre></td><td width="60%"><pre class="example-preformatted">multitable 
tab</pre></td></tr>
+<tr><td width="40%"><pre class="example-preformatted">mu--ltitable item 
2</pre></td><td width="60%"><pre class="example-preformatted">multitable tab 2
+<a class="index-entry-id" 
id="index-index-entry-within-multitable-1"></a></pre></td></tr>
+<tr><td width="40%"><pre class="example-preformatted">lone mu--ltitable 
item</pre></td></tr>
+</tbody>
+</table>
+<pre class="example-preformatted">
+
+</pre><table class="multitable">
+<tbody><tr><td><pre class="example-preformatted">truc</pre></td><td><pre 
class="example-preformatted">bidule</pre></td></tr>
+</tbody>
+</table>
+<pre class="example-preformatted">
+
+</pre><div class="example">
+<pre class="example-preformatted">e--xample  some
+   text
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-first-arg">
+<pre class="example-preformatted">example one arg
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-first-arg user-second-arg">
+<pre class="example-preformatted">example two args
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-first-arg user-second-arg user-third-arg">
+<pre class="example-preformatted">example three args
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg">
+<pre class="example-preformatted">example four args
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-first-arg user-second-arg user-third-arg 
user-fourth-arg user-fifth-arg">
+<pre class="example-preformatted">example five args
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-something-é-TeX">
+<pre class="example-preformatted">The something &eacute; TeX is here.
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-@-at-the-end-of-line--">
+<pre class="example-preformatted">A @ at the end of the @example line.
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example">
+<pre class="example-preformatted">example with empty args
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example user-nonempty">
+<pre class="example-preformatted">example with empty and non empty args mix
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example">
+<pre class="example-preformatted">Exam---ple
+
+</pre><pre class="exdent">Other li---ne
+</pre><pre class="example-preformatted">not exdented
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example">
+<pre class="exdent">exdented  and dash --- in example
+</pre><pre class="example-preformatted">Not exdented one
+</pre><pre class="exdent">exdented two
+</pre><pre class="example-preformatted">Not exdented two
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example">
+<pre class="example-preformatted">Example   Hoho.
+</pre><div class="example">
+<pre class="example-preformatted">Nested Other line
+</pre><pre class="exdent">exdented nested other line
+</pre></div>
+</div>
+<pre class="example-preformatted">
+
+</pre><div class="example smallexample">
+<pre class="example-preformatted">s--mallexample
+</pre></div>
+<pre class="example-preformatted">
+
+<code class="code">@noindent</code> after smallexample.
+</pre><div class="example smallexample">
+<pre class="example-preformatted">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
+</pre></div>
+<pre class="example-preformatted">Less recent versions are also present.
+
+</pre><div class="display">
+<pre class="example-preformatted">d--isplay
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="display smalldisplay">
+<pre class="example-preformatted">s--malldisplay
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example lisp">
+<pre class="lisp-preformatted">l--isp
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="example smalllisp lisp">
+<pre class="lisp-preformatted">s--malllisp
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="format">
+<pre class="example-preformatted">f--ormat
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><div class="format smallformat">
+<pre class="example-preformatted">s--mallformat
+</pre></div>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-d_002d_002deffn_005fname-1"><span 
class="category-def">c--ategory: </span><span><strong 
class="def-name">d--effn_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002deffn_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--effn
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-de_002d_002dffn_005fname-1"><span 
class="category-def">cate--gory: </span><span><strong 
class="def-name">de--ffn_name</strong> <var 
class="def-var-arguments">ar&ndash;guments    more args 
+ even more so</var><a class="copiable-link" 
href='#index-de_002d_002dffn_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">def--fn
+</pre></dd></dl>
+<pre class="example-preformatted"> 
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-i-2"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" href='#index-i-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted"><a class="index-entry-id" 
id="index-index-entry-within-deffn-1"></a></pre></dd><dt class="deffnx 
def-cmd-deffn" id="index-truc-2"><span class="category-def">cmde: 
</span><span><strong class="def-name">truc</strong><a class="copiable-link" 
href='#index-truc-2'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-log-trap-1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap</strong><a class="copiable-link" href='#index-log-trap-1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-log-trap1-1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap1</strong><a class="copiable-link" href='#index-log-trap1-1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-log-trap2-1"><span 
class="category-def">Command: </span><span><strong class="def-name">log 
trap2</strong><a class="copiable-link" href='#index-log-trap2-1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-id-ule-1"><span 
class="category-def">cmde: </span><span><strong class="def-name"><b 
class="b">id ule</b></strong> <var class="def-var-arguments">truc</var><a 
class="copiable-link" href='#index-id-ule-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-id-i-ule-1"><span 
class="category-def">cmde2: </span><span><strong class="def-name"><b 
class="b">id &lsquo;<samp class="samp">i</samp>&rsquo; ule</b></strong> <var 
class="def-var-arguments">truc</var><a class="copiable-link" 
href='#index-id-i-ule-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-6"><span 
class="category-def">: </span><span><strong class="def-name">machin</strong><a 
class="copiable-link" href='#index-machin-6'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-bidule-machin-1"><span 
class="category-def">: </span><span><strong class="def-name">bidule 
machin</strong><a class="copiable-link" href='#index-bidule-machin-1'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-7"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong><a class="copiable-link" 
href='#index-machin-7'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: 
</span><strong class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-followed-2"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-followed-2'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span><strong 
class="def-name"></strong></dt>
+<dt class="deffnx def-cmd-deffn" id="index-a-4"><span 
class="category-def">truc: </span><span><strong class="def-name">a</strong> 
<var class="def-var-arguments">b c d e <b class="b">f g</b> h i</var><a 
class="copiable-link" href='#index-a-4'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-deffnx-2"><span 
class="category-def">truc: </span><span><strong 
class="def-name">deffnx</strong> <var class="def-var-arguments">before end 
deffn</var><a class="copiable-link" href='#index-deffnx-2'> 
&para;</a></span></dt>
+</dl>
+<pre class="example-preformatted">
+
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-deffn-2"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong><a class="copiable-link" 
href='#index-deffn-2'> &para;</a></span></dt>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-deffn-3"><span class="category-def">empty: 
</span><span><strong class="def-name">deffn</strong> <var 
class="def-var-arguments">with deffnx</var><a class="copiable-link" 
href='#index-deffn-3'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-deffnx-3"><span 
class="category-def">empty: </span><span><strong 
class="def-name">deffnx</strong><a class="copiable-link" 
href='#index-deffnx-3'> &para;</a></span></dt>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-i-3"><span class="category-def">fset: 
</span><span><strong class="def-name"><var class="var">i</var></strong> <var 
class="def-var-arguments">a g</var><a class="copiable-link" href='#index-i-3'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-truc-3"><span 
class="category-def">cmde: </span><span><strong 
class="def-name">truc</strong><a class="copiable-link" href='#index-truc-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">text in def item for second def item
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+
+</pre><dl class="first-defvr">
+<dt class="defvr" id="index-d_002d_002defvr_005fname-1"><span 
class="category-def">c--ategory: </span><span><strong 
class="def-name">d--efvr_name</strong><a class="copiable-link" 
href='#index-d_002d_002defvr_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efvr
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-n_002d_002dame-2"><span 
class="category-def">c--ategory: </span><span><strong 
class="def-name">n--ame</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-n_002d_002dame-2'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--effn
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-n_002d_002dame-3"><span 
class="category-def">c--ategory: </span><span><strong 
class="def-name">n--ame</strong><a class="copiable-link" 
href='#index-n_002d_002dame-3'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--effn no arg
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypefn">
+<dt class="deftypefn" id="index-d_002d_002deftypefn_005fname-2"><span 
class="category-def">c--ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypefn_005fname-2'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypefn
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypefn">
+<dt class="deftypefn" id="index-d_002d_002deftypefn_005fname-3"><span 
class="category-def">c--ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefn_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypefn_005fname-3'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypefn no arg
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2"><span 
class="category-def">c--ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypeop
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3"><span 
class="category-def">c--ategory on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeop_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypeop no arg
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypevr">
+<dt class="deftypevr" id="index-d_002d_002deftypevr_005fname-1"><span 
class="category-def">c--ategory: </span><span><code 
class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevr_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypevr_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypevr
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defcv">
+<dt class="defcv" id="index-d_002d_002defcv_005fname-2"><span 
class="category-def">c--ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong><a 
class="copiable-link" href='#index-d_002d_002defcv_005fname-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efcv
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defcv">
+<dt class="defcv" id="index-d_002d_002defcv_005fname-3"><span 
class="category-def">c--ategory of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efcv_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defcv_005fname-3'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efcv with arguments
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2"><span 
class="category-def">c--ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypecv
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3"><span 
class="category-def">c--ategory of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypecv_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypecv with arguments
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defop">
+<dt class="defop" 
id="index-d_002d_002defop_005fname-on-c_002d_002dlass-2"><span 
class="category-def">c--ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efop
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defop">
+<dt class="defop" 
id="index-d_002d_002defop_005fname-on-c_002d_002dlass-3"><span 
class="category-def">c--ategory on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efop_name</strong><a 
class="copiable-link" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efop no arg
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftp">
+<dt class="deftp" id="index-d_002d_002deftp_005fname-1"><span 
class="category-def">c--ategory: </span><span><strong 
class="def-name">d--eftp_name</strong> <var 
class="def-var-arguments">a&ndash;ttributes...</var><a class="copiable-link" 
href='#index-d_002d_002deftp_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftp
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn first-defun-alias-first-deffn">
+<dt class="deffn defun-alias-deffn" 
id="index-d_002d_002defun_005fname-1"><span class="category-def">Function: 
</span><span><strong class="def-name">d--efun_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defun_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efun
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn first-defmac-alias-first-deffn">
+<dt class="deffn defmac-alias-deffn" 
id="index-d_002d_002defmac_005fname-1"><span class="category-def">Macro: 
</span><span><strong class="def-name">d--efmac_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defmac_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efmac
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn first-defspec-alias-first-deffn">
+<dt class="deffn defspec-alias-deffn" 
id="index-d_002d_002defspec_005fname-1"><span class="category-def">Special 
Form: </span><span><strong class="def-name">d--efspec_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defspec_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efspec
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-d_002d_002defvar_005fname-2"><span class="category-def">Variable: 
</span><span><strong class="def-name">d--efvar_name</strong><a 
class="copiable-link" href='#index-d_002d_002defvar_005fname-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efvar
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defvr first-defvar-alias-first-defvr">
+<dt class="defvr defvar-alias-defvr" 
id="index-d_002d_002defvar_005fname-3"><span class="category-def">Variable: 
</span><span><strong class="def-name">d--efvar_name</strong> <var 
class="def-var-arguments">arg&ndash;var arg&ndash;var1</var><a 
class="copiable-link" href='#index-d_002d_002defvar_005fname-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efvar with args
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defvr first-defopt-alias-first-defvr">
+<dt class="defvr defopt-alias-defvr" 
id="index-d_002d_002defopt_005fname-1"><span class="category-def">User Option: 
</span><span><strong class="def-name">d--efopt_name</strong><a 
class="copiable-link" href='#index-d_002d_002defopt_005fname-1'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efopt
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" 
id="index-d_002d_002deftypefun_005fname-1"><span class="category-def">Function: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypefun_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypefun_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypefun
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypevr first-deftypevar-alias-first-deftypevr">
+<dt class="deftypevr deftypevar-alias-deftypevr" 
id="index-d_002d_002deftypevar_005fname-1"><span class="category-def">Variable: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypevar_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypevar_005fname-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypevar
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defcv first-defivar-alias-first-defcv">
+<dt class="defcv defivar-alias-defcv" 
id="index-d_002d_002defivar_005fname-of-c_002d_002dlass-1"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efivar_name</strong><a 
class="copiable-link" 
href='#index-d_002d_002defivar_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efivar
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypecv first-deftypeivar-alias-first-deftypecv">
+<dt class="deftypecv deftypeivar-alias-deftypecv" 
id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1"><span 
class="category-def">Instance Variable of <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypeivar_name</strong><a class="copiable-link" 
href='#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypeivar
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-defop first-defmethod-alias-first-defop">
+<dt class="defop defmethod-alias-defop" 
id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><strong class="def-name">d--efmethod_name</strong> <var 
class="def-var-arguments">a&ndash;rguments...</var><a class="copiable-link" 
href='#index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--efmethod
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypeop first-deftypemethod-alias-first-deftypeop">
+<dt class="deftypeop deftypemethod-alias-deftypeop" 
id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"><span 
class="category-def">Method on <code class="code">c--lass</code>: 
</span><span><code class="def-type">t--ype</code> <strong 
class="def-name">d--eftypemethod_name</strong> <code 
class="def-code-arguments">a--rguments...</code><a class="copiable-link" 
href='#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypemethod
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+
+</pre><dl class="first-deftypefn first-deftypefun-alias-first-deftypefn">
+<dt class="deftypefn deftypefun-alias-deftypefn" id="index-name2-1"><span 
class="category-def">Function:
+ </span><span><code class="def-type">data-type2</code><br> <strong 
class="def-name">name2</strong> <code 
class="def-code-arguments">arguments2...</code><a class="copiable-link" 
href='#index-name2-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">aaa2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypefn">
+<dt class="deftypefn" id="index-d_002d_002deftypefn_005fname2-1"><span 
class="category-def">c--ategory2:
+ </span><span><code class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypefn_name2</strong><a class="copiable-link" 
href='#index-d_002d_002deftypefn_005fname2-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypefn no arg2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2"><span 
class="category-def">c--ategory2 on <code class="code">c--lass2</code>:
+ </span><span><code class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypeop2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypeop">
+<dt class="deftypeop" 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3"><span 
class="category-def">c--ategory2 on <code class="code">c--lass2</code>:
+ </span><span><code class="def-type">t--ype2</code><br> <strong 
class="def-name">d--eftypeop_name2</strong><a class="copiable-link" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypeop no arg2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2"><span 
class="category-def">c--ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypecv2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deftypecv">
+<dt class="deftypecv" 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3"><span 
class="category-def">c--ategory2 of <code class="code">c--lass2</code>: 
</span><span><code class="def-type">t--ype2</code> <strong 
class="def-name">d--eftypecv_name2</strong> <code 
class="def-code-arguments">a--rguments2...</code><a class="copiable-link" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">d--eftypecv with arguments2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-arg2-1"><span class="category-def">fun2: 
</span><span><strong class="def-name">arg2</strong><a class="copiable-link" 
href='#index-arg2-1'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">fff2
+</pre></dd></dl>
+<pre class="example-preformatted">
+
+
+<code class="code">@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file 
n---ame@@, ma---nual@@}</code> See <a data-manual="file n---ame@" 
href="file%20n---ame%40.html#c_002d_002d_002dhapter_0040">t---itle@</a> in 
<cite class="cite">ma---nual@</cite>.
+<code class="code">@ref{chapter, cross ref name, title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@pxref{chapter, cross ref name, title, file name, 
manual}</code> see <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+
+<code class="code">@ref{chapter}</code> <a class="ref" 
href="#chapter">chapter</a>
+<code class="code">@xref{chapter}</code> See <a class="xref" 
href="#chapter">chapter</a>.
+<code class="code">@pxref{chapter}</code> see <a class="pxref" 
href="#chapter">chapter</a>
+<code class="code">@ref{s--ect@comma{}ion}</code> <a class="ref" 
href="#s_002d_002dect_002cion">A section</a>
+
+<code class="code">@ref{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
+<a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">a comma, in 
title</a> in <cite class="cite">a , in manual name</cite>
+
+<code class="code">@ref{chapter,cross ref name}</code> <a class="ref" 
href="#chapter">cross ref name</a>
+<code class="code">@ref{chapter,,title}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@ref{chapter,,,,manual}</code> `chapter' in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,}</code> <a class="ref" 
href="#chapter">title</a>
+<code class="code">@ref{chapter,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@ref{chapter,cross ref name,,,manual}</code> `cross ref 
name' in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,cross ref name,title,,manual}</code> `title' 
in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#chapter">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{chapter,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#chapter">(file name)title</a>
+<code class="code">@ref{chapter,,title,,manual}</code> `title' in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">chapter</a> in <cite 
class="cite">manual</cite>
+
+
+<code class="code">@ref{(pman)anode,cross ref name}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)cross ref name</a>
+<code class="code">@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,,,file name}</code> <a data-manual="file 
name" href="file%20name.html#anode">(file name)anode</a>
+<code class="code">@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,}</code> <a 
data-manual="pman" href="pman.html#anode">(pman)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)cross ref 
name</a>
+<code class="code">@ref{(pman)anode,cross ref name,,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">cross ref name</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,cross ref name,title, file name, 
manual}</code> <a data-manual="file name" 
href="file%20name.html#anode">title</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#anode">(file name)title</a>
+<code class="code">@ref{(pman)anode,,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{(pman)anode,,,file name,manual}</code> <a 
data-manual="file name" href="file%20name.html#anode">anode</a> in <cite 
class="cite">manual</cite>
+
+
+<code class="code">@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)cross ref 
name</a>
+<code class="code">@inforef{chapter}</code> See `chapter'
+<code class="code">@inforef{chapter, cross ref name}</code> See `cross ref 
name'
+<code class="code">@inforef{chapter,,file name}</code> See <a 
data-manual="file name" href="file%20name.html#chapter">(file name)chapter</a>
+<code class="code">@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@inforef{node}</code> See `node'
+<code class="code">@inforef{node, cross ref name}</code> See `cross ref name'
+<code class="code">@inforef{node,,file name}</code> See <a data-manual="file 
name" href="file%20name.html#node">(file name)node</a>
+<code class="code">@inforef{chapter, cross ref name, file name, spurious 
arg}</code> See <a data-manual="file name, spurious arg" 
href="file%20name%2c%20spurious%20arg.html#chapter">(file name, spurious 
arg)cross ref name</a>
+
+<code class="code">@inforef{s--ect@comma{}ion, a @comma{} in cross
+ref, a comma@comma{} in file}</code>
+See <a data-manual="a comma, in file" 
href="a%20comma%2c%20in%20file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+
+&lsquo;<samp class="samp"><a class="ref" 
href="#chapter">chapter</a></samp>&rsquo;.
+
+<a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html%20%28uref3%29.html#ext">title with uref2 <a 
class="uref" href="href://http/myhost.com/index2.html">uref2</a></a> in <cite 
class="cite">printed manual with uref4 <a class="uref" 
href="href://http/myhost.com/index4.html">uref4</a></cite>
+<a class="ref" href="#chapter">title with uref2 <a class="uref" 
href="href://http/myhost.com/index2.html">uref2</a></a>
+
+</pre><dl class="table">
+<dt><code class="table-term-preformatted-code"><strong 
class="strong">a--strong</strong></code></dt>
+<dd><pre class="example-preformatted">l--ine
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="vtable">
+<dt id='index-a_002d_002dasis-1'><span><code 
class="table-term-preformatted-code">a--asis</code><a class="copiable-link" 
href='#index-a_002d_002dasis-1'> &para;</a></span></dt>
+<dt id='index-b-5'><span><code class="table-term-preformatted-code">b</code><a 
class="copiable-link" href='#index-b-5'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">l--ine
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="ftable">
+<dt id='index-a-5'><span><code class="table-term-preformatted-code"><em 
class="emph">a</em></code><a class="copiable-link" href='#index-a-5'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted"><a class="index-entry-id" 
id="index-index-entry-between-item-and-itemx-2"></a></pre></dd>
+<dt id='index-b-2'><span><code class="table-term-preformatted-code"><em 
class="emph">b</em></code><a class="copiable-link" href='#index-b-2'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">l--ine
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="table">
+<dd><pre class="example-preformatted">Title
+</pre></dd>
+<dt><code class="table-term-preformatted-code"><code 
class="code">a--code</code></code></dt>
+<dd><pre class="example-preformatted">Value--table code
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="table">
+<dd><pre class="example-preformatted">Title
+</pre></dd>
+<dt><code class="table-term-preformatted-code">&lsquo;<samp 
class="samp">a--samp</samp>&rsquo;</code></dt>
+<dt><code class="table-term-preformatted-code">&lsquo;<samp 
class="samp">a2--samp</samp>&rsquo;</code></dt>
+<dd><pre class="example-preformatted">Value--table samp
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><table class="cartouche" border="1"><tr><td>
+<pre class="example-preformatted">c--artouche
+</pre></td></tr></table>
+<pre class="example-preformatted">
+
+</pre><div class="flushleft"><pre class="example-preformatted">f--lushleft
+more text
+</pre></div><pre class="example-preformatted">
+
+</pre><div class="flushright"><pre class="example-preformatted">f--lushright
+more text
+</pre></div><pre class="example-preformatted">
+
+</pre><div class="center">ce--ntered line
+</div><pre class="example-preformatted">
+
+</pre><div class="raggedright"><pre class="example-preformatted">r--raggedright
+more text
+</pre></div><pre class="example-preformatted">
+
+</pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
+
+@c this file is used in tests in @verbatiminclude but not converted
+
+@setfilename simplest.info
+
+@node Top
+
+This is a very simple texi manual @  &lt;&gt;.
+
+@bye
+</pre><pre class="example-preformatted">
+
+</pre><pre class="verbatim">in verbatim ''
+</pre><pre class="example-preformatted">
+
+
+html ''
+
+
+
+
+</pre><strong class="majorheading" id="majorheading-3">majorheading</strong>
+<pre class="example-preformatted">
+
+</pre><strong class="chapheading" id="chapheading-3">chapheading</strong>
+<pre class="example-preformatted">
+
+</pre><strong class="heading" id="heading-3">heading</strong>
+<pre class="example-preformatted">
+
+</pre><strong class="subheading" id="subheading-3">subheading</strong>
+<pre class="example-preformatted">
+
+</pre><strong class="subsubheading" id="subsubheading-3">subsubheading</strong>
+<pre class="example-preformatted">
+
+
+<code class="code">@acronym{--a,an accronym @comma{} @enddots{}}</code> <abbr 
class="acronym" title="an accronym , ...">--a</abbr> (an accronym , ...)
+<code class="code">@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} 
}</code> <abbr class="abbr" title="&Eacute;tude&ndash;, Autonome">&Eacute;--. 
,A.</abbr> (&Eacute;tude--, <b class="b">Autonome</b>)
+<code class="code">@abbr{@'E--. @comma{}A.}</code> <abbr class="abbr" 
title="&Eacute;tude&ndash;, Autonome">&Eacute;--. ,A.</abbr>
+
+<code class="code">@math{--a@minus{} {\frac{1}{2}}}</code> <em 
class="math">--a&minus; {\frac{1}{2}}</em>
+
+
+
+
+Somehow invalid use of @,:
+
+@, &#807;
+
+@,@&quot;u &#807;&uuml;
+
+Invalid use of @':
+
+@' &#769;
+
+@'@&quot;u &#769;&uuml;
+
+<code class="code">@|</code> 
+
+@dotless{truc} truc
+@dotless{ij} ij
+<code class="code">@dotless{--a}</code> --a
+<code class="code">@dotless{a}</code> a
+
+@U, without braces @U{}, with empty arg 
+@U{z}, with non-hex arg &#xz;
+@U{abc}, with &lt;4 hex digits &#xabc;
+@U{FFFFFFFFFFFFFF}, value much too large &#xFFFFFFFFFFFFFF;
+@U{110000}, value just beyond Unicode &#x110000;
+
+@TeX, but without brace TeX
+<code class="code">@#</code> #
+
+<code class="code">@w{--a}</code> --a<!-- /@w -->
+
+<code class="code">@image{,1--xt}</code> 
+<code class="code">@image{,,2--xt}</code> 
+<code class="code">@image{,,,3--xt}</code> 
+
+<code class="code">@image{f-ile,aze,,a--lt}</code> <img class="image" 
src="f-ile.jpg" alt="a&ndash;lt">
+<code class="code">@image{f-ile,,,alt@verb{:jk _&quot; %}}</code> <img 
class="image" src="f-ile.jpg" alt="altjk _&quot; %@">
+
+<code class="code">@image{f--ile}</code> <img class="image" src="f--ile.png" 
alt="f--ile">
+<code class="code">@image{f--ile,,,alt}</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{f--ile,,,,.e-d-xt}</code> <img class="image" 
src="f--ile.e--xt" alt="f--ile">
+<code class="code">@image{f--ile,l--i}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,,l--e}</code> <img class="image" 
src="f--ile.png" alt="f--ile">
+<code class="code">@image{f--ile,aze,az,alt,.e--xt}</code> <img class="image" 
src="f--ile.e--xt" alt="alt">
+<code class="code">@image{f--ile,aze,az,alt,</code> <img class="image" 
src="f--ile.png" alt="alt">
+<code class="code">@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} 
e--xt@}</code> <img class="image" src="f--ile%40..file%20ext%20e--xt%7d" 
alt="alt">
+
+<code class="code">@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img class="image" src="f--ile.e--xt" alt="jk _&quot; %@ 
in b &quot;">
+<code class="code">@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; 
%@:}}</code> <img class="image" src="filejk%20_%22%20%25%40.jpg" alt="altjk 
_&quot; %@">
+
+
+
+</pre><div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; 
&#333; &igrave; &eacute; &#274;&#768;
+&#262;&#807; &#262;&#807; a&#779; &#551; &aring; a&#865;
+&#259; &#462;
+ ? .
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em>TeX LaTeX &lowast; &aring; &reg; &deg; 
+</em></div><pre class="example-preformatted">
+
+</pre><div class="displaymath"><em><code class="t">t</code> 
+</em></div><pre class="example-preformatted">
+
+</pre><ul class="itemize">
+<li><pre class="example-preformatted">e--mph item
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize" style="list-style-type: ' after emph'">
+<li><pre class="example-preformatted">e--mph item
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize" style="list-style-type: '\2022  a\2013 n itemize 
line'">
+<li><pre class="example-preformatted">i--tem 1
+</pre></li><li><pre class="example-preformatted">i--tem 2
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><ul class="itemize mark-none">
+<li><pre class="example-preformatted">without brace w a--b
+</pre></li><li><pre class="example-preformatted">without brace w c--d
+</pre></li></ul>
+<pre class="example-preformatted">
+
+</pre><dl class="table">
+<dt><code class="table-term-preformatted-code">a</code></dt>
+<dd><pre class="example-preformatted">l--ine
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="table">
+<dt><code class="table-term-preformatted-code">a--missing style 
formatting</code></dt>
+<dd><pre class="example-preformatted">l--ine
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="ftable">
+<dt id='index-a-6'><span><code class="table-term-preformatted-code">a</code><a 
class="copiable-link" href='#index-a-6'> &para;</a></span></dt>
+<dd><pre class="example-preformatted"><a class="index-entry-id" 
id="index-index-entry-between-item-and-itemx-3"></a></pre></dd>
+<dt id='index-b-3'><span><code class="table-term-preformatted-code">b</code><a 
class="copiable-link" href='#index-b-3'> &para;</a></span></dt>
+<dd><pre class="example-preformatted">l--ine
+</pre></dd>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn"><span class="category-def">fun: </span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-8"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and</var><a class="copiable-link" href='#index-machin-8'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-9"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and  after</var><a class="copiable-link" href='#index-machin-9'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-10"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and </var><a class="copiable-link" href='#index-machin-10'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-machin-11"><span 
class="category-def">truc: </span><span><strong 
class="def-name">machin</strong> <var class="def-var-arguments">bidule chose 
and and after</var><a class="copiable-link" href='#index-machin-11'> 
&para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn" id="index-followed-3"><span 
class="category-def">truc: </span><span><strong 
class="def-name">followed</strong> <var class="def-var-arguments">by a 
comment</var><a class="copiable-link" href='#index-followed-3'> 
&para;</a></span></dt>
+<dd><pre class="example-preformatted">Various deff lines
+</pre></dd><dt class="deffnx def-cmd-deffn" id="index-after-1"><span 
class="category-def">truc: </span><span><strong class="def-name">after</strong> 
<var class="def-var-arguments">a deff item</var><a class="copiable-link" 
href='#index-after-1'> &para;</a></span></dt>
+</dl>
+<pre class="example-preformatted">
+
+</pre><dl class="first-deffn">
+<dt class="deffn" id="index-invalid-1"><span class="category-def">fsetinv: 
</span><span><strong class="def-name"><var class="var">invalid</var></strong> 
<var class="def-var-arguments">a g</var><a class="copiable-link" 
href='#index-invalid-1'> &para;</a></span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def"><b class="b">id 
&lsquo;<samp class="samp">i</samp>&rsquo; ule</b>: </span></dt>
+<dt class="deffnx def-cmd-deffn"></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">aaa: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">: </span></dt>
+<dt class="deffnx def-cmd-deffn"><span class="category-def">truc: </span></dt>
+</dl>
+<pre class="example-preformatted">
+
+</pre><div class="group"><pre class="example-preformatted">g--roupe
+</pre></div><pre class="example-preformatted">
+
+<code class="code">@ref{node}</code> `node'
+
+<code class="code">@ref{,cross ref name}</code> `cross ref name'
+<code class="code">@ref{,,title}</code> `title'
+<code class="code">@ref{,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@ref{,,,,manual}</code> <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name}</code> `cross ref name'
+<code class="code">@ref{node,,title}</code> `title'
+<code class="code">@ref{node,,,file name}</code> <a data-manual="file name" 
href="file%20name.html#node">(file name)node</a>
+<code class="code">@ref{node,,,,manual}</code> `node' in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,}</code> `title'
+<code class="code">@ref{node,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)cross ref 
name</a>
+<code class="code">@ref{node,cross ref name,,,manual}</code> `cross ref name' 
in <cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,cross ref name,title,,manual}</code> `title' in 
<cite class="cite">manual</cite>
+<code class="code">@ref{node,cross ref name,title, file name, manual}</code> 
<a data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title,file name}</code> <a data-manual="file 
name" href="file%20name.html#node">(file name)title</a>
+<code class="code">@ref{node,,title,,manual}</code> `title' in <cite 
class="cite">manual</cite>
+<code class="code">@ref{chapter,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#chapter">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#node">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{node,,,file name,manual}</code> <a data-manual="file 
name" href="file%20name.html#node">node</a> in <cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,}</code> `title'
+<code class="code">@ref{,cross ref name,,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@ref{,cross ref name,,,manual}</code> `cross ref name' in 
<cite class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,cross ref name,title,,manual}</code> `title' in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title,file name}</code> <a data-manual="file name" 
href="file%20name.html#Top">(file name)title</a>
+<code class="code">@ref{,,title,,manual}</code> `title' in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,title, file name, manual}</code> <a 
data-manual="file name" href="file%20name.html#Top">title</a> in <cite 
class="cite">manual</cite>
+<code class="code">@ref{,,,file name,manual}</code> <cite class="cite"><a 
data-manual="file name" href="file%20name.html#Top">manual</a></cite>
+
+<code class="code">@inforef{,cross ref name }</code> See `cross ref name'
+<code class="code">@inforef{,,file name}</code> See <a data-manual="file name" 
href="file%20name.html#Top">(file name)</a>
+<code class="code">@inforef{,cross ref name, file name}</code> See <a 
data-manual="file name" href="file%20name.html#Top">(file name)cross ref 
name</a>
+<code class="code">@inforef{}</code> 
+
+
+</pre></div>
+
+<a class="index-entry-id" id="index-t_002d_002druc"></a>
+<a class="index-entry-id" id="index-T_002d_002druc"></a>
+<a class="index-entry-id" id="index-_002e"></a>
+<a class="index-entry-id" id="index-_003f"></a>
+<a class="index-entry-id" id="index-a"></a>
+<a class="index-entry-id" id="index-t_002d_002druc-1"></a>
+<a class="index-entry-id" id="index-T_002d_002druc-1"></a>
+<a class="index-entry-id" id="index-_002e-1"></a>
+<a class="index-entry-id" id="index-_003f-1"></a>
+<a class="index-entry-id" id="index-a-7"></a>
+
+<a class="index-entry-id" id="index-a_002d_002d_002da"></a>
+<a class="index-entry-id" id="index-b_002d_002d_002db"></a>
+<a class="index-entry-id" id="index-d_002d_002d_002ddd"></a>
+
+<a class="index-entry-id" id="index-f_002d_002d_002daa"></a>
+<a class="index-entry-id" id="index-f_002d_002d_002dbb"></a>
+<a class="index-entry-id" id="index-f_002d_002d_002dddd"></a>
+
+
+
+<a class="index-entry-id" id="index-aaa"></a>
+
+<a class="index-entry-id" id="index-xxx"></a>
+
+<a class="index-entry-id" id="index-"></a>
+
+<a class="index-entry-id" 
id="index-a-index_002d_002d_002dentry-te-_002d_002d_002d-i"></a>
+
+<a class="index-entry-id" id="index-truc-4"></a>
+
+<a class="index-entry-id" id="index-g_002d_002d_002dgg"></a>
+
+<a class="index-entry-id" id="index-f_002d_002d_002dggg"></a>
+
+
+
+
+<p>Text<a class="footnote" id="DOCF9" href="#FOOT9"><sup>11</sup></a>
+</p>
+<p>truc
+</p>
+<div class="printindex truc-printindex">
+<table class="truc-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_truc_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-4">truc</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+</div>
+
+<p>codeidx
+</p>
+<div class="printindex codeidx-printindex">
+<table class="codeidx-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_codeidx_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-index_002d_002d_002dentry-te-_002d_002d_002d-i"><code>a <var 
class="var">index---entry</var> t&#7869; --- 
&icirc;</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+</div>
+
+<p>cp
+</p><div class="printindex cp-printindex">
+<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-1_cp_symbol-1"><b>&quot;</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_symbol-2"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_symbol-3"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_symbol-4"><b>?</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-G"><b>G</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-V"><b>V</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="cp-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_symbol-1">&quot;</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060-1">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_symbol-2">-</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002doption-1">&ndash;option</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_symbol-3">.</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002e">.</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_symbol-4">?</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003f">?</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a">a</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry">aaa</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-aaa"><span 
class="index-entry-level-1">bbb</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a_002d_002d_002da">a&mdash;a</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a_002d_002dasis-1"><code>a--asis</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-see-entry">aaa, <em 
class="emph">See</em> bbb</td><td>&nbsp;</td><td 
class="printindex-index-see-entry-section"></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-4"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-5"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td 
class="printindex-index-entry">b&mdash;b</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b_002d_002d_002db"><span 
class="index-entry-level-1">c&mdash;c</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-C">C</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-counting-entry">counting entry</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td 
class="printindex-index-entry">d&mdash;dd</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1">e&mdash;ee</span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002d_002ddd"><span 
class="index-entry-level-2">f&mdash;ff</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname-2"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname-3"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defivar_005fname-of-c_002d_002dlass"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defivar_005fname-of-c_002d_002dlass-1"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defopt_005fname"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defopt_005fname"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defopt_005fname"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defopt_005fname-1"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypevar_005fname"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypevar_005fname"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevar_005fname"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevar_005fname-1"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypevr_005fname"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypevr_005fname"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevr_005fname"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevr_005fname-1"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defvar_005fname"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defvar_005fname-1"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defvar_005fname"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defvar_005fname-1"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname-1"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname-2"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname-3"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defvr_005fname"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defvr_005fname"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvr_005fname"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvr_005fname-1"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry">ddd</td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> ccc</td></tr>
+<tr><td></td><td class="printindex-index-entry">ddd</td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> ccc</td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-G">G</th><td></td><td></td></tr>
+<tr><td></td><td 
class="printindex-index-entry">g&mdash;gg</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1">h&mdash;hh jjj</span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-g_002d_002d_002dgg"><span class="index-entry-level-2">k&mdash;kk, 
l&mdash;ll</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-between-item-and-itemx">index entry between 
item and itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-between-item-and-itemx-1">index entry between 
item and itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-between-item-and-itemx">index entry between 
item and itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-between-item-and-itemx-1">index entry 
between item and itemx</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx-1">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx-2">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx-3">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-in-footnote">index entry in 
footnote</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-within-deffn">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-within-deffn">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-deffn">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-deffn-1">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-within-itemize">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-within-itemize">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-itemize">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-itemize-1">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-within-multitable">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-within-multitable">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-multitable">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-multitable-1">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-t_002d_002druc">t&ndash;ruc</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-T_002d_002druc">T&ndash;ruc</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_cp_letter-V">V</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable 
i--tem code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable 
i--tem code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable i--tem code 
kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-code-kbdinputstyle-1"><code>vtable i--tem 
code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-default-kbdinputstyle"><code>vtable 
i--tem default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle"><code>vtable
 i--tem default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-default-kbdinputstyle"><code>vtable i--tem 
default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-default-kbdinputstyle-1"><code>vtable i--tem 
default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle"><code>vtable 
i--tem distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle"><code>vtable
 i--tem distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-distinct-kbdinputstyle"><code>vtable i--tem 
distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1"><code>vtable 
i--tem distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-example-kbdinputstyle"><code>vtable 
i--tem example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle"><code>vtable
 i--tem example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-example-kbdinputstyle"><code>vtable i--tem 
example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-example-kbdinputstyle-1"><code>vtable i--tem 
example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle"><code>vtable
 i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle"><code>vtable
 i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle"><code>vtable 
i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1"><code>vtable
 i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-1_cp_symbol-1"><b>&quot;</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_symbol-2"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_symbol-3"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_symbol-4"><b>?</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-G"><b>G</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_cp_letter-V"><b>V</b></a>
+ &nbsp; 
+</td></tr></table>
+</div>
+
+<p>fn
+</p><div class="printindex fn-printindex">
+<table class="fn-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-1_fn_symbol-1"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_symbol-2"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_symbol-3"><b>?</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_symbol-4"><b>`</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-F"><b>F</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-L"><b>L</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-M"><b>M</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-N"><b>N</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-X"><b>X</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="fn-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_symbol-1">-</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_002d_002dfoption"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_002d_002dfoption"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002dfoption"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002dfoption-1"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_symbol-2">.</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002e-1"><code>.</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_symbol-3">?</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003f-1"><code>?</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_symbol-4">`</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_0060_0060-1"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_0060_0060-1"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060-2"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060-3"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a-1"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a-2"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a-1"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a-2"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-1"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-2"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-3"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-4"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-5"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-6"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-7"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-after"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-after"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-after"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-after-1"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-arg2"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-arg2"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-arg2"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-arg2-1"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-b"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-b-1"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-b"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-b-1"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-1"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-3"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-bidule-machin"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-bidule-machin"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bidule-machin"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bidule-machin-1"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deffn_005fname"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deffn_005fname"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deffn_005fname"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deffn_005fname-1"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defmac_005fname"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defmac_005fname"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmac_005fname"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmac_005fname-1"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmethod_005fname-on-c_002d_002dlass"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass"><code>d--efop_name on 
c--lass</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass-1"><code>d--efop_name 
on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass-2"><code>d--efop_name 
on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass-3"><code>d--efop_name 
on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defspec_005fname"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defspec_005fname"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defspec_005fname"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defspec_005fname-1"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefn_005fname"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefn_005fname-1"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefn_005fname"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefn_005fname-1"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname-1"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname-2"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname-3"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefn_005fname2"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefn_005fname2"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname2"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname2-1"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefun_005fname"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefun_005fname"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefun_005fname"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefun_005fname-1"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defun_005fname"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defun_005fname"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defun_005fname"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defun_005fname-1"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-de_002d_002dffn_005fname"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-de_002d_002dffn_005fname"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-de_002d_002dffn_005fname"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-de_002d_002dffn_005fname-1"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffn"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffn-1"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffn"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffn-1"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn-1"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn-2"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn-3"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffnx"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffnx-1"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffnx"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffnx-1"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx-1"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx-2"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx-3"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-F">F</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002daa"><code>f---aa</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-see-entry"><code 
class="code">f---aaa</code>, <em class="emph">See</em> <code 
class="code">f---bbb</code></td><td>&nbsp;</td><td 
class="printindex-index-see-entry-section"></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---bb</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002dbb"><span 
class="index-entry-level-1"><code>f---cc</code></span></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ddd</code></td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> 
f---ccc</td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ddd</code></td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> 
f---ccc</td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ddd</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1"><code>f---eee</code></span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002dddd"><span 
class="index-entry-level-2"><code>ffff</code></span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ggg</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1"><code>f---hhh 
fjjj</code></span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002dggg"><span 
class="index-entry-level-2"><code>f---kkk, 
f---lll</code></span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-followed"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-followed-1"><code>followed</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-followed"><code>followed</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-followed-1"><code>followed</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed-1"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed-2"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed-3"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-i"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-i-1"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-i"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-i-1"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-i"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i-1"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i-2"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i-3"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-id-i-ule"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-id-i-ule"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-i-ule"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-i-ule-1"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-id-ule"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-id-ule"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-ule"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-ule-1"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-invalid"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-invalid"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-invalid"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-invalid-1"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-L">L</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-log-trap"><code>log trap</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-log-trap"><code>log 
trap</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap"><code>log trap</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap-1"><code>log trap</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-log-trap1"><code>log 
trap1</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-log-trap1"><code>log 
trap1</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap1"><code>log trap1</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap1-1"><code>log trap1</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-log-trap2"><code>log 
trap2</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-log-trap2"><code>log 
trap2</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap2"><code>log trap2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap2-1"><code>log trap2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-M">M</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-1"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-2"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-3"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-4"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-5"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-1"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-2"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-3"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-4"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-5"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-1"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-2"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-3"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-4"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-5"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-6"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-7"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-8"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-9"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-10"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-11"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-N">N</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-n_002d_002dame"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-n_002d_002dame-1"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-n_002d_002dame"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-n_002d_002dame-1"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame-1"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame-2"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame-3"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-name2"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-name2"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-name2"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-name2-1"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-t_002d_002druc-1"><code>t--ruc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-T_002d_002druc-1"><code>T--ruc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-truc"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-truc-1"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-truc"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-truc-1"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-1"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-2"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-3"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_fn_letter-X">X</th><td></td><td></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>xxx</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-xxx"><span 
class="index-entry-level-1"><code>zzz</code></span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table class="fn-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-1_fn_symbol-1"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_symbol-2"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_symbol-3"><b>?</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_symbol-4"><b>`</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-F"><b>F</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-L"><b>L</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-M"><b>M</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-N"><b>N</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-1_fn_letter-X"><b>X</b></a>
+ &nbsp; 
+</td></tr></table>
+</div>
+
+<p>vr
+</p>
+<p>ky
+</p>
+<p>pg
+</p>
+<p>tp
+</p><div class="printindex tp-printindex">
+<table class="tp-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-1_tp_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftp_005fname"><code>d--eftp_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftp_005fname"><code>d--eftp_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftp_005fname"><code>d--eftp_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftp_005fname-1"><code>d--eftp_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+</div>
+
+
+
+<p><a class="footnote" id="DOCF10" href="#FOOT10"><sup>12</sup></a>
+</p>
+<div class="format">
+<table class="menu" border="0" cellspacing="0"><tr><td>
+<pre class="menu-preformatted">&bull; <a 
href="#s_002d_002dect_002cion">s--ect,ion</a>:: </pre><pre 
class="menu-entry-description-preformatted">s&ndash;ect,ion
+</pre><pre class="menu-comment-preformatted">
+
+Menu comment
+&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;
+
+
+</pre></td></tr></table>
+</div>
+
+<hr>
+<div class="section-level-extent" id="s_002d_002dect_002cion">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
+<td>[<a href="#chapter" title="Previous section in reading order"> &lt; 
</a>]</td>
+<td>[<a href="#chapter" title="Up section"> Up </a>]</td>
+<td>[<a href="#subsection" title="Next section in reading order"> &gt; 
</a>]</td>
+<td>[<a href="#chapter2" title="Next chapter"> &gt;&gt; </a>]</td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h2 class="section" id="A-section">1.1 A section</h2>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td class="menu-entry-destination"><a href="#subsection">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td class="menu-entry-description">
+</td></tr>
+<tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">
+
+</pre></th></tr><tr><th class="menu-comment" colspan="3"><pre 
class="menu-comment-preformatted">In detailmenu
+
+</pre></th></tr><tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</td></tr>
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</td></tr>
+</table>
+
+<hr>
+<div class="subsection-level-extent" id="subsection">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
+<td>[<a href="#s_002d_002dect_002cion" title="Previous section in reading 
order"> &lt; </a>]</td>
+<td>[<a href="#s_002d_002dect_002cion" title="Up section"> Up </a>]</td>
+<td>[<a href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
title="Next section in reading order"> &gt; </a>]</td>
+<td>[<a href="#chapter2" title="Next chapter"> &gt;&gt; </a>]</td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h3 class="subsection" id="subsection-1">1.1.1 subsection</h3>
+
+<table class="menu" border="0" cellspacing="0">
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</td></tr>
+<tr><td class="menu-entry-destination"><a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></td><td>&nbsp;&nbsp;</td><td 
class="menu-entry-description">
+</td></tr>
+</table>
+
+<a class="anchor" id="anchor"></a>
+<hr>
+<div class="subsubsection-level-extent" 
id="subsubsection-_0060_0060simple_002ddouble_002d_002d">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
+<td>[<a href="#subsection" title="Previous section in reading order"> &lt; 
</a>]</td>
+<td>[<a href="#subsection" title="Up section"> Up </a>]</td>
+<td>[<a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
title="Next section in reading order"> &gt; </a>]</td>
+<td>[<a href="#chapter2" title="Next chapter"> &gt;&gt; </a>]</td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h4 class="subsubsection" 
id="subsubsection-_0060_0060simple_002ddouble_002d_002d-1">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</h4>
+
+<hr>
+</div>
+<div class="subsubsection-level-extent" 
id="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
+<td>[<a href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" 
title="Previous section in reading order"> &lt; </a>]</td>
+<td>[<a href="#subsection" title="Up section"> Up </a>]</td>
+<td>[<a href="#chapter2" title="Next section in reading order"> &gt; </a>]</td>
+<td>[<a href="#chapter2" title="Next chapter"> &gt;&gt; </a>]</td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h4 class="subsubsection" 
id="three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2 
three&mdash;four&mdash;-&rdquo;</h4>
+
+<hr>
+</div>
+</div>
+</div>
+</div>
+<div class="centerchap-level-extent" id="chapter2">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#chapter" title="Beginning of this chapter or previous 
chapter"> &lt;&lt; </a>]</td>
+<td>[<a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
title="Previous section in reading order"> &lt; </a>]</td>
+<td>[<a href="#Top" title="Up section"> Up </a>]</td>
+<td>[ &gt; ]</td>
+<td>[ &gt;&gt; ]</td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td> &nbsp; </td>
+<td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="centerchap" id="chapter-2">chapter 2</h1>
+
+<div class="printindex cp-printindex">
+<table class="cp-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-2_cp_symbol-1"><b>&quot;</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_symbol-2"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_symbol-3"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_symbol-4"><b>?</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-G"><b>G</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-V"><b>V</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="cp-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_symbol-1">&quot;</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060-1">&ldquo;</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_symbol-2">-</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002doption-1">&ndash;option</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_symbol-3">.</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002e">.</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_symbol-4">?</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003f">?</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a">a</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry">aaa</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-aaa"><span 
class="index-entry-level-1">bbb</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a_002d_002d_002da">a&mdash;a</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a_002d_002dasis-1"><code>a--asis</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-see-entry">aaa, <em 
class="emph">See</em> bbb</td><td>&nbsp;</td><td 
class="printindex-index-see-entry-section"></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-4"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-5"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td 
class="printindex-index-entry">b&mdash;b</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b_002d_002d_002db"><span 
class="index-entry-level-1">c&mdash;c</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-C">C</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-counting-entry">counting entry</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td 
class="printindex-index-entry">d&mdash;dd</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1">e&mdash;ee</span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002d_002ddd"><span 
class="index-entry-level-2">f&mdash;ff</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname-2"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defcv_005fname-3"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defivar_005fname-of-c_002d_002dlass"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defivar_005fname-of-c_002d_002dlass-1"><code>d--efivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defopt_005fname"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defopt_005fname"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defopt_005fname"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defopt_005fname-1"><code>d--efopt_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3"><code>d--eftypecv_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3"><code>d--eftypecv_name2
 of c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1"><code>d--eftypeivar_name
 of c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypevar_005fname"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypevar_005fname"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevar_005fname"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevar_005fname-1"><code>d--eftypevar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypevr_005fname"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypevr_005fname"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevr_005fname"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypevr_005fname-1"><code>d--eftypevr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defvar_005fname"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defvar_005fname-1"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defvar_005fname"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defvar_005fname-1"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname-1"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname-2"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvar_005fname-3"><code>d--efvar_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defvr_005fname"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defvr_005fname"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvr_005fname"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defvr_005fname-1"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry">ddd</td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> ccc</td></tr>
+<tr><td></td><td class="printindex-index-entry">ddd</td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> ccc</td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-G">G</th><td></td><td></td></tr>
+<tr><td></td><td 
class="printindex-index-entry">g&mdash;gg</td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1">h&mdash;hh jjj</span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-g_002d_002d_002dgg"><span class="index-entry-level-2">k&mdash;kk, 
l&mdash;ll</span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-between-item-and-itemx">index entry between 
item and itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-between-item-and-itemx-1">index entry between 
item and itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-between-item-and-itemx">index entry between 
item and itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-between-item-and-itemx-1">index entry 
between item and itemx</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx-1">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx-2">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-between-item-and-itemx-3">index entry between item and 
itemx</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-in-footnote">index entry in 
footnote</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-within-deffn">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-within-deffn">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-deffn">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-deffn-1">index entry within 
deffn</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-within-itemize">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-within-itemize">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-itemize">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-itemize-1">index entry within 
itemize</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-index-entry-within-multitable">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-index-entry-within-multitable">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-multitable">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-index-entry-within-multitable-1">index entry within 
multitable</a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-t_002d_002druc">t&ndash;ruc</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-T_002d_002druc">T&ndash;ruc</a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_cp_letter-V">V</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable 
i--tem code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable 
i--tem code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable i--tem code 
kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-code-kbdinputstyle-1"><code>vtable i--tem 
code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-default-kbdinputstyle"><code>vtable 
i--tem default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle"><code>vtable
 i--tem default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-default-kbdinputstyle"><code>vtable i--tem 
default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-default-kbdinputstyle-1"><code>vtable i--tem 
default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle"><code>vtable 
i--tem distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle"><code>vtable
 i--tem distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-distinct-kbdinputstyle"><code>vtable i--tem 
distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1"><code>vtable 
i--tem distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-example-kbdinputstyle"><code>vtable 
i--tem example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle"><code>vtable
 i--tem example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-example-kbdinputstyle"><code>vtable i--tem 
example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-example-kbdinputstyle-1"><code>vtable i--tem 
example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle"><code>vtable
 i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle"><code>vtable
 i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle"><code>vtable 
i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1"><code>vtable
 i--tem in example code kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1"><code>vtable
 i--tem in example default kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1"><code>vtable
 i--tem in example distinct kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table class="cp-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-2_cp_symbol-1"><b>&quot;</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_symbol-2"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_symbol-3"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_symbol-4"><b>?</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-C"><b>C</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-G"><b>G</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_cp_letter-V"><b>V</b></a>
+ &nbsp; 
+</td></tr></table>
+</div>
+<div class="printindex fn-printindex">
+<table class="fn-letters-header-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-2_fn_symbol-1"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_symbol-2"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_symbol-3"><b>?</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_symbol-4"><b>`</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-F"><b>F</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-L"><b>L</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-M"><b>M</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-N"><b>N</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-X"><b>X</b></a>
+ &nbsp; 
+</td></tr></table>
+<table class="fn-entries-printindex" border="0">
+<tr><td></td><th class="entries-header-printindex">Index 
Entry</th><td>&nbsp;</td><th class="sections-header-printindex"> 
Section</th></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_symbol-1">-</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_002d_002dfoption"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_002d_002dfoption"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002dfoption"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002d_002dfoption-1"><code>--foption</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_symbol-2">.</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_002e-1"><code>.</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_symbol-3">?</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_003f-1"><code>?</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_symbol-4">`</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-_0060_0060-1"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-_0060_0060-1"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060-2"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-_0060_0060-3"><code>``</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-A">A</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a-1"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-a-2"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a-1"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-a-2"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-1"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-2"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-3"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-4"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-5"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-6"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-a-7"><code>a</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-after"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-after"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-after"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-after-1"><code>after</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-arg2"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-arg2"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-arg2"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-arg2-1"><code>arg2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-B">B</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-b"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-b-1"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-b"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-b-1"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-1"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-b-3"><code>b</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-bidule-machin"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-bidule-machin"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bidule-machin"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-bidule-machin-1"><code>bidule 
machin</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-D">D</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deffn_005fname"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deffn_005fname"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deffn_005fname"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deffn_005fname-1"><code>d--effn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defmac_005fname"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defmac_005fname"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmac_005fname"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmac_005fname-1"><code>d--efmac_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmethod_005fname-on-c_002d_002dlass"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"><code>d--efmethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1"><code>d--efop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass"><code>d--efop_name on 
c--lass</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass-1"><code>d--efop_name 
on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass-2"><code>d--efop_name 
on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defop_005fname-on-c_002d_002dlass-3"><code>d--efop_name 
on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defspec_005fname"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defspec_005fname"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defspec_005fname"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defspec_005fname-1"><code>d--efspec_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefn_005fname"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefn_005fname-1"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefn_005fname"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefn_005fname-1"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname-1"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname-2"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname-3"><code>d--eftypefn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefn_005fname2"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefn_005fname2"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname2"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefn_005fname2-1"><code>d--eftypefn_name2</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypefun_005fname"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypefun_005fname"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefun_005fname"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypefun_005fname-1"><code>d--eftypefun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"><code>d--eftypemethod_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3"><code>d--eftypeop_name
 on c--lass</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3"><code>d--eftypeop_name2
 on c--lass2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-d_002d_002defun_005fname"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-d_002d_002defun_005fname"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defun_005fname"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-d_002d_002defun_005fname-1"><code>d--efun_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-de_002d_002dffn_005fname"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-de_002d_002dffn_005fname"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-de_002d_002dffn_005fname"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-de_002d_002dffn_005fname-1"><code>de--ffn_name</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffn"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffn-1"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffn"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffn-1"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn-1"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn-2"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffn-3"><code>deffn</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffnx"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-deffnx-1"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffnx"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-deffnx-1"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx-1"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx-2"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-deffnx-3"><code>deffnx</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-F">F</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002daa"><code>f---aa</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-see-entry"><code 
class="code">f---aaa</code>, <em class="emph">See</em> <code 
class="code">f---bbb</code></td><td>&nbsp;</td><td 
class="printindex-index-see-entry-section"></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---bb</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002dbb"><span 
class="index-entry-level-1"><code>f---cc</code></span></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ddd</code></td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> 
f---ccc</td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ddd</code></td><td>&nbsp;</td><td 
class="printindex-index-see-also"><em class="emph">See also</em> 
f---ccc</td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ddd</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1"><code>f---eee</code></span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002dddd"><span 
class="index-entry-level-2"><code>ffff</code></span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>f---ggg</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><span 
class="index-entry-level-1"><code>f---hhh 
fjjj</code></span></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-f_002d_002d_002dggg"><span 
class="index-entry-level-2"><code>f---kkk, 
f---lll</code></span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-followed"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-followed-1"><code>followed</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-followed"><code>followed</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-followed-1"><code>followed</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed-1"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed-2"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-followed-3"><code>followed</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-I">I</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-i"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-i-1"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-i"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-i-1"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-i"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i-1"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i-2"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-i-3"><code><var 
class="var">i</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-id-i-ule"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-id-i-ule"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-i-ule"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-i-ule-1"><code><b class="b">id &lsquo;<samp 
class="samp">i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-id-ule"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-id-ule"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-ule"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-id-ule-1"><code><b class="b">id 
ule</b></code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-invalid"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-invalid"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-invalid"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-invalid-1"><code><var 
class="var">invalid</var></code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-L">L</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-log-trap"><code>log trap</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-log-trap"><code>log 
trap</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap"><code>log trap</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap-1"><code>log trap</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-log-trap1"><code>log 
trap1</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-log-trap1"><code>log 
trap1</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap1"><code>log trap1</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap1-1"><code>log trap1</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-log-trap2"><code>log 
trap2</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-log-trap2"><code>log 
trap2</code></a></td><td>&nbsp;</td><td class="printindex-index-section"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap2"><code>log trap2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-log-trap2-1"><code>log trap2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-M">M</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-1"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-2"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-3"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-4"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-machin-5"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-1"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-2"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-3"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-4"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-machin-5"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-1"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-2"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-3"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-4"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-5"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-6"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-7"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-8"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-9"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-10"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-machin-11"><code>machin</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-N">N</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-n_002d_002dame"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-n_002d_002dame-1"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-n_002d_002dame"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-n_002d_002dame-1"><code>n--ame</code></a></td><td>&nbsp;</td><td
 class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame-1"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame-2"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-n_002d_002dame-3"><code>n--ame</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-name2"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-name2"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-name2"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-name2-1"><code>name2</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-T">T</th><td></td><td></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-t_002d_002druc-1"><code>t--ruc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-T_002d_002druc-1"><code>T--ruc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-truc"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-copying-truc-1"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-truc"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-titlepage-truc-1"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-1"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-2"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a 
href="#index-truc-3"><code>truc</code></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+<tr><th id="chapter-2_fn_letter-X">X</th><td></td><td></td></tr>
+<tr><td></td><td 
class="printindex-index-entry"><code>xxx</code></td><td>&nbsp;</td><td 
class="printindex-index-section"></td></tr>
+<tr><td></td><td class="printindex-index-entry"><a href="#index-xxx"><span 
class="index-entry-level-1"><code>zzz</code></span></a></td><td>&nbsp;</td><td 
class="printindex-index-section"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td colspan="4"> <hr></td></tr>
+</table>
+<table class="fn-letters-footer-printindex"><tr><th>Jump to: &nbsp; 
</th><td><a class="summary-letter-printindex" 
href="#chapter-2_fn_symbol-1"><b>-</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_symbol-2"><b>.</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_symbol-3"><b>?</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_symbol-4"><b>`</b></a>
+ &nbsp; 
+<br>
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-A"><b>A</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-B"><b>B</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-D"><b>D</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-F"><b>F</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-I"><b>I</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-L"><b>L</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-M"><b>M</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-N"><b>N</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-T"><b>T</b></a>
+ &nbsp; 
+<a class="summary-letter-printindex" href="#chapter-2_fn_letter-X"><b>X</b></a>
+ &nbsp; 
+</td></tr></table>
+</div>
+
+<hr style="height: 6px;">
+</div>
+</div>
+<div class="element-footnotes" id="SEC_Footnotes">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="footnotes-heading">Footnotes</h1>
+
+<h5 class="footnote-body-heading"><a id="FOOT3" href="#DOCF3">(1)</a></h5>
+<p>in footnote</p>
+<h5 class="footnote-body-heading"><a id="FOOT4" href="#DOCF4">(2)</a></h5>
+<p>in footnote2</p>
+<h5 class="footnote-body-heading"><a id="FOOT1" href="#DOCF1">(3)</a></h5>
+<p>in footnote</p>
+<h5 class="footnote-body-heading"><a id="FOOT2" href="#DOCF2">(4)</a></h5>
+<p>in footnote2</p>
+<h5 class="footnote-body-heading"><a id="FOOT1_5" href="#DOCF1_5">(5)</a></h5>
+<p>in footnote</p>
+<h5 class="footnote-body-heading"><a id="FOOT2_6" href="#DOCF2_6">(6)</a></h5>
+<p>in footnote2</p>
+<h5 class="footnote-body-heading"><a id="FOOT5" href="#DOCF5">(7)</a></h5>
+<p>in footnote</p>
+<h5 class="footnote-body-heading"><a id="FOOT6" href="#DOCF6">(8)</a></h5>
+<p>in footnote2</p>
+<h5 class="footnote-body-heading"><a id="FOOT7" href="#DOCF7">(9)</a></h5>
+<p>in footnote</p>
+<h5 class="footnote-body-heading"><a id="FOOT8" href="#DOCF8">(10)</a></h5>
+<p>in footnote2</p>
+<h5 class="footnote-body-heading"><a id="FOOT9" href="#DOCF9">(11)</a></h5>
+<p>in footnote
+<a class="index-entry-id" id="index-index-entry-in-footnote"></a>
+</p>
+<p>Blah
+</p>
+<p>Blih
+</p>
+<a class="index-entry-id" id="index-counting-entry"></a>
+<h5 class="footnote-body-heading"><a id="FOOT10" href="#DOCF10">(12)</a></h5>
+<p>in footnote</p>
+</div><hr>
+<div class="element-contents" id="SEC_Contents">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="contents-heading">Table of Contents</h1>
+
+<div class="contents">
+
+<ul class="toc-numbered-mark">
+  <li><a id="toc-chapter-1" href="#chapter" rel="index">1 chapter</a>
+  <ul class="toc-numbered-mark">
+    <li><a id="toc-A-section" href="#s_002d_002dect_002cion">1.1 A section</a>
+    <ul class="toc-numbered-mark">
+      <li><a id="toc-subsection-1" href="#subsection">1.1.1 subsection</a>
+      <ul class="toc-numbered-mark">
+        <li><a id="toc-subsubsection-_0060_0060simple_002ddouble_002d_002d-1" 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></li>
+        <li><a id="toc-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></li>
+      </ul></li>
+    </ul></li>
+  </ul></li>
+  <li><a id="toc-chapter-2" href="#chapter2" rel="index">chapter 2</a></li>
+</ul>
+</div>
+</div><hr>
+<div class="element-shortcontents" id="SEC_Shortcontents">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="shortcontents-heading">Short Table of Contents</h1>
+
+<div class="shortcontents">
+<ul class="toc-numbered-mark">
+<li><a id="stoc-chapter-1" href="#chapter" rel="index">1 chapter</a></li>
+<li><a id="stoc-chapter-2" href="#chapter2" rel="index">chapter 2</a></li>
+</ul>
+</div>
+</div><hr>
+<div class="element-about" id="SEC_About">
+<table class="nav-panel" cellpadding="1" cellspacing="1" border="0">
+<tr><td>[<a href="#Top" title="Cover (top) of document">Top</a>]</td>
+<td>[<a href="#SEC_Contents" title="Table of contents">Contents</a>]</td>
+<td>[<a href="#chapter" title="Index">Index</a>]</td>
+<td>[<a href="#SEC_About" title="About (help)"> ? </a>]</td>
+</tr></table>
+<h1 class="about-heading">About This Document</h1>
+
+<p>
+  This document was generated on <em class="emph">a sunny day</em> using <a 
class="uref" href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.
+</p>
+<p>
+  The buttons in the navigation panels have the following meaning:
+</p>
+<table border="1">
+  <tr>
+    <th> Button </th>
+    <th> Name </th>
+    <th> Go to </th>
+    <th> From 1.2.3 go to</th>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [ &lt;&lt; ] </td>
+    <td class="name-direction-about">FastBack</td>
+    <td>Beginning of this chapter or previous chapter</td>
+    <td>1</td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [ &lt; ] </td>
+    <td class="name-direction-about">Back</td>
+    <td>Previous section in reading order</td>
+    <td>1.2.2</td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [ Up ] </td>
+    <td class="name-direction-about">Up</td>
+    <td>Up section</td>
+    <td>1.2</td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [ &gt; ] </td>
+    <td class="name-direction-about">Forward</td>
+    <td>Next section in reading order</td>
+    <td>1.2.4</td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [ &gt;&gt; ] </td>
+    <td class="name-direction-about">FastForward</td>
+    <td>Next chapter</td>
+    <td>2</td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [Top] </td>
+    <td class="name-direction-about">Top</td>
+    <td>Cover (top) of document</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [Contents] </td>
+    <td class="name-direction-about">Contents</td>
+    <td>Table of contents</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [Index] </td>
+    <td class="name-direction-about">Index</td>
+    <td>Index</td>
+    <td> &nbsp; </td>
+  </tr>
+  <tr>
+    <td class="button-direction-about"> [ ? ] </td>
+    <td class="name-direction-about">About</td>
+    <td>About (help)</td>
+    <td> &nbsp; </td>
+  </tr>
+</table>
+
+<p>
+  where the <strong class="strong"> Example </strong> assumes that the current 
position is at <strong class="strong"> Subsubsection One-Two-Three </strong> of 
a document of the following structure:
+</p>
+
+<ul>
+  <li> 1. Section One
+    <ul>
+      <li>1.1 Subsection One-One
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.2 Subsection One-Two
+        <ul>
+          <li>1.2.1 Subsubsection One-Two-One</li>
+          <li>1.2.2 Subsubsection One-Two-Two</li>
+          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
+            <strong>&lt;== Current Position </strong></li>
+          <li>1.2.4 Subsubsection One-Two-Four</li>
+        </ul>
+      </li>
+      <li>1.3 Subsection One-Three
+        <ul>
+          <li>...</li>
+        </ul>
+      </li>
+      <li>1.4 Subsection One-Four</li>
+    </ul>
+  </li>
+</ul>
+</div><hr>
+<p>
+  <span class="program-in-footer">This document was generated on <em 
class="emph">a sunny day</em> using <a class="uref" 
href="http://www.gnu.org/software/texinfo/";><em 
class="emph">texi2any</em></a>.</span>
+</p>
+
+
+</body>
+</html>
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
new file mode 100644
index 0000000000..e28900429e
--- /dev/null
+++ 
b/tp/tests/layout/res_parser/formatting_sort_element_counts/formatting_elt_counts.txt
@@ -0,0 +1,7 @@
+1710  @chapter chapter
+1669  @top Top section
+  10  @section A section
+   7  @subsection subsection
+   4  @centerchap chapter 2
+   3  @subsubsection three---four----''
+   3  @subsubsection subsubsection ``simple-double--
diff --git a/tp/tests/test_scripts/layout_formatting_sort_element_counts.sh 
b/tp/tests/test_scripts/layout_formatting_sort_element_counts.sh
new file mode 100755
index 0000000000..a650d4cf44
--- /dev/null
+++ b/tp/tests/test_scripts/layout_formatting_sort_element_counts.sh
@@ -0,0 +1,19 @@
+#! /bin/sh
+# This file generated by maintain/regenerate_cmd_tests.sh
+
+if test z"$srcdir" = "z"; then
+  srcdir=.
+fi
+
+one_test_logs_dir=test_log
+
+
+dir=layout
+name='formatting_sort_element_counts'
+mkdir -p $dir
+
+"$srcdir"/run_parser_all.sh -dir $dir $name
+exit_status=$?
+cat $dir/$one_test_logs_dir/$name.log
+exit $exit_status
+
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index 804d0ba6ff..5ab688d74a 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -1682,7 +1682,7 @@ while(@input_files) {
     }
   }
   if (defined(get_conf('SORT_ELEMENT_COUNT')) and $file_number == 0) {
-    require Texinfo::Convert::Converter;
+    require Texinfo::Convert::TextContent;
     my $converter_element_count_file 
       = Texinfo::Convert::TextContent->converter($converter_options);
     # here could be $format or $converted_format.  Since $converted_format



reply via email to

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