texinfo-commits
[Top][All Lists]
Advanced

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

[7763] texi2any strip CRs from line endings


From: gavinsmith0123
Subject: [7763] texi2any strip CRs from line endings
Date: Sat, 29 Apr 2017 14:23:15 -0400 (EDT)

Revision: 7763
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7763
Author:   gavin
Date:     2017-04-29 14:23:14 -0400 (Sat, 29 Apr 2017)
Log Message:
-----------
texi2any strip CRs from line endings

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/Texinfo/Parser.pm
    trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2
    trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html
    trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2
    trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-04-29 13:09:49 UTC (rev 7762)
+++ trunk/ChangeLog     2017-04-29 18:23:14 UTC (rev 7763)
@@ -1,5 +1,13 @@
 2017-04-29  Gavin Smith  <address@hidden>
 
+       * tp/Texinfo/Parser.pm (_next_text): Strip \r from end of line.
+       This produces changes in the results of the
+       test_scripts/coverage_formatting_cr.sh test.  (Eli Zaretskii
+       reported that the results of this test were different under 
+       MinGW on MS-Windows.)
+
+2017-04-29  Gavin Smith  <address@hidden>
+
        * tp/Texinfo/Parser.pm (_parse_texi_regex),
        * tp/Texinfo/MiscXS/misc.c (xs_parse_texi_regex): Do not
        consider any whitespace other than space, tab or newline

Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm  2017-04-29 13:09:49 UTC (rev 7762)
+++ trunk/tp/Texinfo/Parser.pm  2017-04-29 18:23:14 UTC (rev 7763)
@@ -2022,6 +2022,9 @@
         # add an end of line if there is none at the end of file
         if (eof($fh) and $line !~ /\n/) {
           $line .= "\n";
+        } else {
+          # Convert any MS-DOS style line endings.
+          $line =~ s/\r\n$/\n/;
         }
         $line =~ s/\x{7F}.*\s*//;
         if ($self->{'CPP_LINE_DIRECTIVES'}

Modified: trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2
===================================================================
--- trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2    
2017-04-29 13:09:49 UTC (rev 7762)
+++ trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.2    
2017-04-29 18:23:14 UTC (rev 7763)
@@ -1,7 +1,4 @@
-formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:25: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -16,7 +13,9 @@
 formatting-cr.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:25: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting-cr.texi:25: warning: accent command `@,' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:25: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting-cr.texi:25: warning: accent command `@'' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:25: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
 formatting-cr.texi:25: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
 formatting-cr.texi:25: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
@@ -45,10 +44,7 @@
 formatting-cr.texi:25: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
 formatting-cr.texi:25: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
 formatting-cr.texi:25: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:35: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -63,7 +59,9 @@
 formatting-cr.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:35: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting-cr.texi:35: warning: accent command `@,' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:35: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting-cr.texi:35: warning: accent command `@'' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:35: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
 formatting-cr.texi:35: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
 formatting-cr.texi:35: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
@@ -92,10 +90,7 @@
 formatting-cr.texi:35: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
 formatting-cr.texi:35: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
 formatting-cr.texi:35: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:45: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -110,7 +105,9 @@
 formatting-cr.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:45: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting-cr.texi:45: warning: accent command `@,' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:45: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting-cr.texi:45: warning: accent command `@'' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:45: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
 formatting-cr.texi:45: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
 formatting-cr.texi:45: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)
@@ -139,10 +136,7 @@
 formatting-cr.texi:45: warning: command @ref missing a node or external manual 
argument (possibly involving @mymacro)
 formatting-cr.texi:45: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
 formatting-cr.texi:45: warning: command @inforef missing a node or external 
manual argument (possibly involving @mymacro)
-formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:49: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -157,7 +151,9 @@
 formatting-cr.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
 formatting-cr.texi:49: warning: @verb should not appear in @image (possibly 
involving @mymacro)
+formatting-cr.texi:49: warning: accent command `@,' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:49: use braces to give a command as an argument to @, 
(possibly involving @mymacro)
+formatting-cr.texi:49: warning: accent command `@'' must not be followed by 
new line (possibly involving @mymacro)
 formatting-cr.texi:49: use braces to give a command as an argument to @' 
(possibly involving @mymacro)
 formatting-cr.texi:49: @dotless expects `i' or `j' as argument, not `truc' 
(possibly involving @mymacro)
 formatting-cr.texi:49: @dotless expects `i' or `j' as argument, not `ij' 
(possibly involving @mymacro)

Modified: trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html
===================================================================
--- trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html 
2017-04-29 13:09:49 UTC (rev 7762)
+++ trunk/tp/tests/coverage/res_parser/formatting_cr/formatting-cr.html 
2017-04-29 18:23:14 UTC (rev 7763)
@@ -1,315 +1,313 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
 <html>
-<!-- In copying
-
-<
->
-"
-&
-'
-`
-
+<!-- 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" 
-@"{U} U" 
address@hidden n~
address@hidden a^
-@'e e'
address@hidden o=
address@hidden i`
-@'{e} e'
-@'address@hidden i' 
address@hidden i
address@hidden j
address@hidden@=E} E=` 
address@hidden /l
-@,{@'C} C',
-@,c c,
+
+
+
+@"u u" 
+@"{U} U" 
address@hidden n~
address@hidden a^
+@'e e'
address@hidden o=
address@hidden i`
+@'{e} e'
+@'address@hidden i' 
address@hidden i
address@hidden j
address@hidden@=E} E=` 
address@hidden /l
+@,{@'C} C',
+@,c c,
 @,c@"u c,u" 
-
-
address@hidden 0075
-
+
+
address@hidden 0075
+
 @* 
-
-@ followed by a space
- 
-@ followed by a tab
- 
-@ followed by a new line
-
address@hidden 
-@| 
-@: 
address@hidden !
address@hidden ?
address@hidden .
-@@ @
address@hidden }
address@hidden {
-@/ 
-
-foo vs. bar. 
-colon :And something else.
-semi colon ;.
-And ? ?.
-Now ! !@
-but , ,
-
address@hidden TeX
address@hidden LaTeX
address@hidden *
address@hidden (C)
address@hidden ...
address@hidden ...
address@hidden ==
address@hidden error->
address@hidden ==>
address@hidden -
address@hidden -!-
address@hidden -|
address@hidden =>
address@hidden a sunny day
address@hidden aa
address@hidden AA
address@hidden ae
address@hidden oe
address@hidden AE
address@hidden OE
address@hidden /o
address@hidden /O
address@hidden ss
address@hidden /l
address@hidden /L
address@hidden D
address@hidden TH
address@hidden d
address@hidden th
address@hidden !
address@hidden ?
address@hidden #
address@hidden (R)
address@hidden a
address@hidden o
address@hidden ,
address@hidden ``
address@hidden ''
address@hidden `
address@hidden '
address@hidden ,,
address@hidden ,
address@hidden <<
address@hidden >>
address@hidden <<
address@hidden >>
address@hidden <
address@hidden >
address@hidden o
address@hidden Euro
address@hidden ->
address@hidden <=
address@hidden >=
-
address@hidden,an accronym} -a (an accronym)
address@hidden -a
address@hidden@'E-. @comma{}A., @'Etude Autonome } E'-. ,A. (E'tude Autonome)
address@hidden@'E-. @comma{}A.} E'-. ,A.
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden,-b} -b
address@hidden,-b} -b
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden {\frac{1}{2}} @minus{}} -a {\frac{1}{2}} -
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -A
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden,-b} -a (-b)
address@hidden -a
address@hidden,-b}  (-b)
address@hidden,-b,-c} -c
address@hidden,-b,-c} -c
address@hidden,,-c} -c
address@hidden,,-c} -c
address@hidden,-b} -a (-b)
address@hidden,} -a
address@hidden,-b}  (-b)
address@hidden -a
address@hidden:-a:} -a
address@hidden:a  < & @ % " -    b:} a  < & @ % " -    b
address@hidden 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
address@hidden a''
address@hidden -a''
address@hidden a.
address@hidden -a.
address@hidden a*
address@hidden -a*
address@hidden a[
address@hidden -a[
address@hidden a(
address@hidden -a(
address@hidden a_
address@hidden -a_
address@hidden .a
address@hidden .-a
address@hidden a<
address@hidden -a<
-@,{c} c,
-@,{-c} -c,
address@hidden a;
address@hidden -a;
address@hidden footnote} 
address@hidden footnote2} 
-
address@hidden f-ile
address@hidden,l-i} f-ile
address@hidden,,l-e} f-ile
address@hidden,,,alt} f-ile
address@hidden,,,,e-d-xt} f-ile
address@hidden,aze,az,alt,e-xt} f-ile
address@hidden,aze,,a-lt} f-ile
address@hidden@file{f-ile}@@@.,aze,az,alt,@file{file ext} address@hidden 
address@hidden
-
 
+@ followed by a space
+ 
+@ followed by a tab
+ 
+@ followed by a new line
+ @- 
+@| 
+@: 
address@hidden !
address@hidden ?
address@hidden .
+@@ @
address@hidden }
address@hidden {
+@/ 
 
-
address@hidden @click{} A} click -> A
-After clickstyle =>
address@hidden @click{} A} click => A
-
-A quot-ation
-
-Note
-A Note
-
-note
-A note
-
-Caution
-Caution
-
-Important
-Important
-
-Tip
-a Tip
-
-Warning
-a Warning.
-
-something e' TeX
-The something e' 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
-
-
-
-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
-
-e-mph item
-
-i-tem 1
-i-tem 2
-
-1. e-numerate
-
-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
-
-s-mallexample
-
-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
+foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+
address@hidden TeX
address@hidden LaTeX
address@hidden *
address@hidden (C)
address@hidden ...
address@hidden ...
address@hidden ==
address@hidden error->
address@hidden ==>
address@hidden -
address@hidden -!-
address@hidden -|
address@hidden =>
address@hidden a sunny day
address@hidden aa
address@hidden AA
address@hidden ae
address@hidden oe
address@hidden AE
address@hidden OE
address@hidden /o
address@hidden /O
address@hidden ss
address@hidden /l
address@hidden /L
address@hidden D
address@hidden TH
address@hidden d
address@hidden th
address@hidden !
address@hidden ?
address@hidden #
address@hidden (R)
address@hidden a
address@hidden o
address@hidden ,
address@hidden ``
address@hidden ''
address@hidden `
address@hidden '
address@hidden ,,
address@hidden ,
address@hidden <<
address@hidden >>
address@hidden <<
address@hidden >>
address@hidden <
address@hidden >
address@hidden o
address@hidden Euro
address@hidden ->
address@hidden <=
address@hidden >=
+
address@hidden,an accronym} -a (an accronym)
address@hidden -a
address@hidden@'E-. @comma{}A., @'Etude Autonome } E'-. ,A. (E'tude Autonome)
address@hidden@'E-. @comma{}A.} E'-. ,A.
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden,-b} -b
address@hidden,-b} -b
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden {\frac{1}{2}} @minus{}} -a {\frac{1}{2}} -
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -A
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden -a
address@hidden,-b} -a (-b)
address@hidden -a
address@hidden,-b}  (-b)
address@hidden,-b,-c} -c
address@hidden,-b,-c} -c
address@hidden,,-c} -c
address@hidden,,-c} -c
address@hidden,-b} -a (-b)
address@hidden,} -a
address@hidden,-b}  (-b)
address@hidden -a
address@hidden:-a:} -a
address@hidden:a  < & @ % " -    b:} a  < & @ % " -    b
address@hidden 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
address@hidden a''
address@hidden -a''
address@hidden a.
address@hidden -a.
address@hidden a*
address@hidden -a*
address@hidden a[
address@hidden -a[
address@hidden a(
address@hidden -a(
address@hidden a_
address@hidden -a_
address@hidden .a
address@hidden .-a
address@hidden a<
address@hidden -a<
+@,{c} c,
+@,{-c} -c,
address@hidden a;
address@hidden -a;
address@hidden footnote} 
address@hidden footnote2} 
+
address@hidden f-ile
address@hidden,l-i} f-ile
address@hidden,,l-e} f-ile
address@hidden,,,alt} f-ile
address@hidden,,,,e-d-xt} f-ile
address@hidden,aze,az,alt,e-xt} f-ile
address@hidden,aze,,a-lt} f-ile
address@hidden@file{f-ile}@@@.,aze,az,alt,@file{file ext} address@hidden 
address@hidden
+
+
+
+
address@hidden @click{} A} click -> A
+After clickstyle =>
address@hidden @click{} A} click => A
+
+A quot-ation
+
+Note
+A Note
+
+note
+A note
+
+Caution
+Caution
+
+Important
+Important
+
+Tip
+a Tip
+
+Warning
+a Warning.
+
+something e' TeX
+The something e' 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
+
+
+
+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
+
+e-mph item
+
+i-tem 1
+i-tem 2
+
+1. e-numerate
+
+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
+
+s-mallexample
+
+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
 id i ule: 
 aaa: 
 : 
@@ -318,157 +316,157 @@
 : bidule machin
 truc: machin
 truc: 
-truc: followed by a comment
+truc: followed by a comment
 truc: 
 : 
-truc: a b c d e f g h i
-truc: deffnx before end deffn
-
+truc: a b c d e f g h i
+truc: deffnx before end deffn
+
 empty: deffn
-
-empty: deffn with deffnx
+
+empty: deffn with deffnx
 empty: deffnx
-
-fset: i a g
-cmde: truc 
-text in def item for second def item
-
+
+fset: i a g
+cmde: truc 
+text in def item for second def item
+
 c-ategory: d-efvr_name
-d-efvr
-
-c-ategory: t-ype d-eftypefn_name a-rguments...
-d-eftypefn
-
-c-ategory on c-lass: t-ype d-eftypeop_name a-rguments...
-d-eftypeop
-
+d-efvr
+
+c-ategory: t-ype d-eftypefn_name a-rguments...
+d-eftypefn
+
+c-ategory on c-lass: t-ype d-eftypeop_name a-rguments...
+d-eftypeop
+
 c-ategory: t-ype d-eftypevr_name
-d-eftypevr
-
+d-eftypevr
+
 c-ategory of c-lass: d-efcv_name
-d-efcv
-
-c-ategory on c-lass: d-efop_name a-rguments...
-d-efop
-
-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 argvar argvar1
-d-efvar
-
+d-efcv
+
+c-ategory on c-lass: d-efop_name a-rguments...
+d-efop
+
+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 argvar argvar1
+d-efvar
+
 User Option: d-efopt_name
-d-efopt
-
-Function: t-ype d-eftypefun_name a-rguments...
-d-eftypefun
-
+d-efopt
+
+Function: t-ype d-eftypefun_name a-rguments...
+d-eftypefun
+
 Variable: t-ype d-eftypevar_name
-d-eftypevar
-
+d-eftypevar
+
 Instance Variable of c-lass: d-efivar_name
-d-efivar
-
+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
-
address@hidden@@, cross r-ef name@@, t-itle@@, file n-ame@@, ma-nual@@} 
address@hidden
address@hidden, cross ref name, title, file name, manual} chapter
address@hidden, cross ref name, title, file name, manual} chapter
address@hidden, cross ref name, file name} chapter
-
address@hidden chapter
address@hidden chapter.
address@hidden chapter
address@hidden@comma{}ion} s-ect,ion
-
address@hidden@comma{}ion, a @comma{} in cross
-ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }
-s-ect,ion
-
address@hidden,cross ref name} chapter
address@hidden,,title} chapter
address@hidden,,,file name} chapter
address@hidden,,,,manual} chapter
address@hidden,cross ref name,title,} chapter
address@hidden,cross ref name,,file name} chapter
address@hidden,cross ref name,,,manual} chapter
address@hidden,cross ref name,title,file name} chapter
address@hidden,cross ref name,title,,manual} chapter
address@hidden,cross ref name,title, file name, manual} chapter
address@hidden,,title,file name} chapter
address@hidden,,title,,manual} chapter
address@hidden,,title, file name, manual} chapter
address@hidden,,,file name,manual} chapter
-
-
address@hidden(pman)anode,cross ref name} (pman)anode
address@hidden(pman)anode,,title} (pman)anode
address@hidden(pman)anode,,,file name} (pman)anode
address@hidden(pman)anode,,,,manual} (pman)anode
address@hidden(pman)anode,cross ref name,title,} (pman)anode
address@hidden(pman)anode,cross ref name,,file name} (pman)anode
address@hidden(pman)anode,cross ref name,,,manual} (pman)anode
address@hidden(pman)anode,cross ref name,title,file name} (pman)anode
address@hidden(pman)anode,cross ref name,title,,manual} (pman)anode
address@hidden(pman)anode,cross ref name,title, file name, manual} (pman)anode
address@hidden(pman)anode,,title,file name} (pman)anode
address@hidden(pman)anode,,title,,manual} (pman)anode
address@hidden(pman)anode,,title, file name, manual} (pman)anode
address@hidden(pman)anode,,,file name,manual} (pman)anode
-
-
address@hidden, cross ref name, file name} chapter
address@hidden chapter
address@hidden, cross ref name} chapter
address@hidden,,file name} chapter
address@hidden, cross ref name, file name} node
address@hidden node
address@hidden, cross ref name} node
address@hidden,,file name} node
address@hidden, cross ref name, file name, spurious arg} chapter
-
address@hidden@comma{}ion, a @comma{} in cross
-ref, a address@hidden in file}
-s-ect,ion
-
-
+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
+
address@hidden@@, cross r-ef name@@, t-itle@@, file n-ame@@, ma-nual@@} 
address@hidden
address@hidden, cross ref name, title, file name, manual} chapter
address@hidden, cross ref name, title, file name, manual} chapter
address@hidden, cross ref name, file name} chapter
+
address@hidden chapter
address@hidden chapter.
address@hidden chapter
address@hidden@comma{}ion} s-ect,ion
+
address@hidden@comma{}ion, a @comma{} in cross
+ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }
+s-ect,ion
+
address@hidden,cross ref name} chapter
address@hidden,,title} chapter
address@hidden,,,file name} chapter
address@hidden,,,,manual} chapter
address@hidden,cross ref name,title,} chapter
address@hidden,cross ref name,,file name} chapter
address@hidden,cross ref name,,,manual} chapter
address@hidden,cross ref name,title,file name} chapter
address@hidden,cross ref name,title,,manual} chapter
address@hidden,cross ref name,title, file name, manual} chapter
address@hidden,,title,file name} chapter
address@hidden,,title,,manual} chapter
address@hidden,,title, file name, manual} chapter
address@hidden,,,file name,manual} chapter
+
+
address@hidden(pman)anode,cross ref name} (pman)anode
address@hidden(pman)anode,,title} (pman)anode
address@hidden(pman)anode,,,file name} (pman)anode
address@hidden(pman)anode,,,,manual} (pman)anode
address@hidden(pman)anode,cross ref name,title,} (pman)anode
address@hidden(pman)anode,cross ref name,,file name} (pman)anode
address@hidden(pman)anode,cross ref name,,,manual} (pman)anode
address@hidden(pman)anode,cross ref name,title,file name} (pman)anode
address@hidden(pman)anode,cross ref name,title,,manual} (pman)anode
address@hidden(pman)anode,cross ref name,title, file name, manual} (pman)anode
address@hidden(pman)anode,,title,file name} (pman)anode
address@hidden(pman)anode,,title,,manual} (pman)anode
address@hidden(pman)anode,,title, file name, manual} (pman)anode
address@hidden(pman)anode,,,file name,manual} (pman)anode
+
+
address@hidden, cross ref name, file name} chapter
address@hidden chapter
address@hidden, cross ref name} chapter
address@hidden,,file name} chapter
address@hidden, cross ref name, file name} node
address@hidden node
address@hidden, cross ref name} node
address@hidden,,file name} node
address@hidden, cross ref name, file name, spurious arg} chapter
+
address@hidden@comma{}ion, a @comma{} in cross
+ref, a address@hidden in file}
+s-ect,ion
+
+
 a
-l-ine
-
+l-ine
+
 a
 b
-l-ine
-
+l-ine
+
 a
 b
-l-ine
-
-c-artouche
-
-g-roupe
-
-f-lushleft
-
-f-lushright
-
+l-ine
+
+c-artouche
+
+g-roupe
+
+f-lushleft
+
+f-lushright
+
 ce-ntered line
-
+
 \input texinfo @c -*-texinfo-*-
 
 @setfilename simplest.info
@@ -478,132 +476,128 @@
 This is a very simple texi manual @  <>.
 
 @bye
-
-in verbatim ''
-
-
-html ''
-
-
-
+
+in verbatim ''
+
+
+html ''
+
+
+
 majorheading
 ************
-
+
 chapheading
 ***********
-
+
 heading
 =======
-
+
 subheading
 -
-
+
 subsubheading
 .............
-
-
address@hidden,an accronym @comma{} @enddots{}} -a (an accronym , ...)
address@hidden@'E-. @comma{}A., @'address@hidden @b{Autonome} } E'-. ,A. 
(E'tude-, Autonome)
address@hidden@'E-. @comma{}A.} E'-. ,A.
-
address@hidden@minus{} {\frac{1}{2}}} -a- {\frac{1}{2}}
-
address@hidden,,,address@hidden:jk _" %}} f-ile
address@hidden,aze,az,@verb{:jk _" %@:} @b{in b "},e-xt} f-ile
address@hidden@verb{:jk _" %@:},,,address@hidden:jk _" %@:}} filejk _" %@
-
-
-
-
+
+
address@hidden,an accronym @comma{} @enddots{}} -a (an accronym , ...)
address@hidden@'E-. @comma{}A., @'address@hidden @b{Autonome} } E'-. ,A. 
(E'tude-, Autonome)
address@hidden@'E-. @comma{}A.} E'-. ,A.
+
address@hidden@minus{} {\frac{1}{2}}} -a- {\frac{1}{2}}
+
address@hidden,,,address@hidden:jk _" %}} f-ile
address@hidden,aze,az,@verb{:jk _" %@:} @b{in b "},e-xt} f-ile
address@hidden@verb{:jk _" %@:},,,address@hidden:jk _" %@:}} filejk _" %@
+
+
+
+
 Somehow invalid use of @,:
-
-@, 
-,
 
-
-@,@"u ,u"
-
+@, ,
+
+
+@,@"u ,u"
+
 Invalid use of @':
-
-@' 
-'
 
-
-@'@"u 'u"
-
address@hidden truc
address@hidden ij
address@hidden -a
address@hidden a
-
address@hidden, without braces @U{}, with empty arg 
address@hidden, with non-hex arg z
address@hidden, with <4 hex digits abc
address@hidden, value much too large FFFFFFFFFFFFFF
address@hidden, value just beyond Unicode 110000
-
address@hidden, but without brace address@hidden #
-
address@hidden -a
-
address@hidden,1-xt} 
address@hidden,,2-xt} 
address@hidden,,,3-xt} 
-
-
-e-mph item
-
-i-tem 1
-i-tem 2
-
+@' '
+
+
+@'@"u 'u"
+
address@hidden truc
address@hidden ij
address@hidden -a
address@hidden a
+
address@hidden, without braces @U{}, with empty arg 
address@hidden, with non-hex arg z
address@hidden, with <4 hex digits abc
address@hidden, value much too large FFFFFFFFFFFFFF
address@hidden, value just beyond Unicode 110000
+
address@hidden, but without brace address@hidden #
+
address@hidden -a
+
address@hidden,1-xt} 
address@hidden,,2-xt} 
address@hidden,,,3-xt} 
+
+
+e-mph item
+
+i-tem 1
+i-tem 2
+
 fun: 
-truc: machin bidule chose and 
-truc: machin bidule chose and  after
 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
-
address@hidden node
-
address@hidden,cross ref name} 
address@hidden,,title} 
address@hidden,,,file name} 
address@hidden,,,,manual} 
address@hidden,cross ref name} node
address@hidden,,title} node
address@hidden,,,file name} node
address@hidden,,,,manual} node
address@hidden,cross ref name,title,} node
address@hidden,cross ref name,,file name} node
address@hidden,cross ref name,,,manual} node
address@hidden,cross ref name,title,file name} node
address@hidden,cross ref name,title,,manual} node
address@hidden,cross ref name,title, file name, manual} node
address@hidden,,title,file name} node
address@hidden,,title,,manual} node
address@hidden,,title, file name, manual} chapter
address@hidden,,title, file name, manual} node
address@hidden,,,file name,manual} node
address@hidden,cross ref name,title,} 
address@hidden,cross ref name,,file name} 
address@hidden,cross ref name,,,manual} 
address@hidden,cross ref name,title,file name} 
address@hidden,cross ref name,title,,manual} 
address@hidden,cross ref name,title, file name, manual} 
address@hidden,,title,file name} 
address@hidden,,title,,manual} 
address@hidden,,title, file name, manual} 
address@hidden,,,file name,manual} 
-
address@hidden,cross ref name } 
address@hidden,,file name} 
address@hidden,cross ref name, file name} 
address@hidden 
-
-
-
+truc: followed by a comment
+Various deff lines
+truc: after a deff item
+
address@hidden node
+
address@hidden,cross ref name} 
address@hidden,,title} 
address@hidden,,,file name} 
address@hidden,,,,manual} 
address@hidden,cross ref name} node
address@hidden,,title} node
address@hidden,,,file name} node
address@hidden,,,,manual} node
address@hidden,cross ref name,title,} node
address@hidden,cross ref name,,file name} node
address@hidden,cross ref name,,,manual} node
address@hidden,cross ref name,title,file name} node
address@hidden,cross ref name,title,,manual} node
address@hidden,cross ref name,title, file name, manual} node
address@hidden,,title,file name} node
address@hidden,,title,,manual} node
address@hidden,,title, file name, manual} chapter
address@hidden,,title, file name, manual} node
address@hidden,,,file name,manual} node
address@hidden,cross ref name,title,} 
address@hidden,cross ref name,,file name} 
address@hidden,cross ref name,,,manual} 
address@hidden,cross ref name,title,file name} 
address@hidden,cross ref name,title,,manual} 
address@hidden,cross ref name,title, file name, manual} 
address@hidden,,title,file name} 
address@hidden,,title,,manual} 
address@hidden,,title, file name, manual} 
address@hidden,,,file name,manual} 
+
address@hidden,cross ref name } 
address@hidden,,file name} 
address@hidden,cross ref name, file name} 
address@hidden 
+
  -->
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
@@ -652,387 +646,376 @@
 <h3 align="right">subtitle 2 &ndash;a</h3>
 <strong>author1 &ndash;a with accents in name T&eacute;&ccedil;a</strong><br>
 <strong>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>``simple-double--three---four----''</code> <br>
-asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
-strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
-kbd: <kbd>``simple-double--three---four----''</kbd> <br>
-</p>
-<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
-</p>
+<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>``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
+kbd: <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 name="index-titlepage-_002d_002doption"></a>
 <a name="index-titlepage-_0060_0060"></a>
 <a name="index-titlepage-_0060_0060-1"></a>
 <a name="index-titlepage-_002d_002dfoption"></a>
-
-<p>@&quot;u &uuml; 
-@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
-@&rsquo;e &eacute;
address@hidden &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
-@&lsquo;address@hidden &#274;` 
address@hidden &#322;
-@,{@&rsquo;C} &#262;,
-@,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
-</p>
-<p><code>@-</code> 
-<code>@|</code> 
-<code>@:</code> 
-<code>@!</code> !
-<code>@?</code> ?
-<code>@.</code> .
-<code>@@</code> @
-<code>@}</code> }
-<code>@{</code> {
-<code>@/</code> 
-</p>
-<p>foo vs. bar. 
-colon :And something else.
-semi colon ;.
-And ? ?.
-Now ! !@
-but , ,
-</p>
-<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
-</p>
-<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
-<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
-<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-<code>@asis{--a}</code> &ndash;a
-<code>@b{--a}</code> <b>&ndash;a</b>
-<code>@cite{--a}</code> <cite>&ndash;a</cite>
-<code>@code{--a}</code> <code>--a</code>
-<code>@command{--a}</code> <code>--a</code>
-<code>@ctrl{--a}</code> ^&ndash;a
-<code>@dfn{--a}</code> <em>&ndash;a</em>
-<code>@dmn{--a}</code> &ndash;a
-<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
-<code>@email{,--b}</code> &ndash;b
-<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
-<code>@emph{--a}</code> <em>&ndash;a</em>
-<code>@env{--a}</code> <code>--a</code>
-<code>@file{--a}</code> <samp>--a</samp>
-<code>@i{--a}</code> <i>&ndash;a</i>
-<code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <tt class="key">--a</tt>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
-<code>@option{--a}</code> <samp>--a</samp>
-<code>@r{--a}</code> <span class="roman">&ndash;a</span>
-<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
-<code>@sc{--a}</code> <small>&ndash;A</small>
-<code>@strong{--a}</code> <strong>&ndash;a</strong>
-<code>@t{--a}</code> <tt>--a</tt>
-<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
-<code>@slanted{--a}</code> <i>&ndash;a</i>
-<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
-<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
-<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@uref{--a}</code> <a href="--a">--a</a>
-<code>@uref{,--b}</code> &ndash;b
-<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,--b,--c}</code> &ndash;c
-<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,,--c}</code> &ndash;c
-<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@url{--a,}</code> <a href="--a">--a</a>
-<code>@url{,--b}</code> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
-<code>@verb{:--a:}</code> <tt>--a</tt>
-<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
-<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>@H{a}</code> a''
-<code>@H{--a}</code> &ndash;a''
-<code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a.
-<code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a*
-<code>@tieaccent{a}</code> a[
-<code>@tieaccent{--a}</code> &ndash;a[
-<code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a(
-<code>@ubaraccent{a}</code> a_
-<code>@ubaraccent{--a}</code> &ndash;a_
-<code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> .&ndash;a
-<code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&lt;
-<code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c,
-<code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a;
-<code>@footnote{in footnote}</code> <a name="DOCF3" 
href="#FOOT3"><sup>7</sup></a>
-<code>@footnote{in footnote2}</code> <a name="DOCF4" 
href="#FOOT4"><sup>8</sup></a>
-</p>
-<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
-<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
-<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
-<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
-<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
-</p>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
+@&rsquo;e &eacute;
address@hidden &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
+@&lsquo;address@hidden &#274;` 
address@hidden &#322;
+@,{@&rsquo;C} &#262;,
+@,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>@-</code> 
+<code>@|</code> 
+<code>@:</code> 
+<code>@!</code> !
+<code>@?</code> ?
+<code>@.</code> .
+<code>@@</code> @
+<code>@}</code> }
+<code>@{</code> {
+<code>@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
+</p>
+<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
+<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code>@asis{--a}</code> &ndash;a
+<code>@b{--a}</code> <b>&ndash;a</b>
+<code>@cite{--a}</code> <cite>&ndash;a</cite>
+<code>@code{--a}</code> <code>--a</code>
+<code>@command{--a}</code> <code>--a</code>
+<code>@ctrl{--a}</code> ^&ndash;a
+<code>@dfn{--a}</code> <em>&ndash;a</em>
+<code>@dmn{--a}</code> &ndash;a
+<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
+<code>@email{,--b}</code> &ndash;b
+<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
+<code>@emph{--a}</code> <em>&ndash;a</em>
+<code>@env{--a}</code> <code>--a</code>
+<code>@file{--a}</code> <samp>--a</samp>
+<code>@i{--a}</code> <i>&ndash;a</i>
+<code>@kbd{--a}</code> <kbd>--a</kbd>
+<code>@key{--a}</code> <tt class="key">--a</tt>
+<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
+<code>@option{--a}</code> <samp>--a</samp>
+<code>@r{--a}</code> <span class="roman">&ndash;a</span>
+<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
+<code>@sc{--a}</code> <small>&ndash;A</small>
+<code>@strong{--a}</code> <strong>&ndash;a</strong>
+<code>@t{--a}</code> <tt>--a</tt>
+<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
+<code>@slanted{--a}</code> <i>&ndash;a</i>
+<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
+<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
+<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@uref{--a}</code> <a href="--a">--a</a>
+<code>@uref{,--b}</code> &ndash;b
+<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,--b,--c}</code> &ndash;c
+<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,,--c}</code> &ndash;c
+<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@url{--a,}</code> <a href="--a">--a</a>
+<code>@url{,--b}</code> &ndash;b
+<code>@var{--a}</code> <var>&ndash;a</var>
+<code>@verb{:--a:}</code> <tt>--a</tt>
+<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
+<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>@H{a}</code> a''
+<code>@H{--a}</code> &ndash;a''
+<code>@dotaccent{a}</code> &#551;
+<code>@dotaccent{--a}</code> &ndash;a.
+<code>@ringaccent{a}</code> &aring;
+<code>@ringaccent{--a}</code> &ndash;a*
+<code>@tieaccent{a}</code> a[
+<code>@tieaccent{--a}</code> &ndash;a[
+<code>@u{a}</code> &#259;
+<code>@u{--a}</code> &ndash;a(
+<code>@ubaraccent{a}</code> a_
+<code>@ubaraccent{--a}</code> &ndash;a_
+<code>@udotaccent{a}</code> &#7841;
+<code>@udotaccent{--a}</code> .&ndash;a
+<code>@v{a}</code> &#462;
+<code>@v{--a}</code> &ndash;a&lt;
+<code>@,{c}</code> &ccedil;
+<code>@,{--c}</code> &ndash;c,
+<code>@ogonek{a}</code> &#261;
+<code>@ogonek{--a}</code> &ndash;a;
+<code>@footnote{in footnote}</code> <a name="DOCF3" 
href="#FOOT3"><sup>7</sup></a>
+<code>@footnote{in footnote2}</code> <a name="DOCF4" 
href="#FOOT4"><sup>8</sup></a>
+</p>
+<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
+<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
+<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
+<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
+<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
+</p>
 <br>
 <br>
-
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
-</p>
+
+<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code>@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note:</b> A Note
+<p><b>Note:</b> A Note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>note:</b> A note
+<p><b>note:</b> A note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Caution:</b> Caution
+<p><b>Caution:</b> Caution
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Important:</b> Important
+<p><b>Important:</b> Important
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Tip:</b> a Tip
+<p><b>Tip:</b> a Tip
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Warning:</b> a Warning.
+<p><b>Warning:</b> a Warning.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
+<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>@ at the end of line:</b> A @ at the end of the @quotation line.
+<p><b>@ at the end of line &nbsp;:</b> A @ at the end of the @quotation line.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note, the note:</b> Note, the note
+<p><b>Note, the note:</b> Note, the note
 </p></blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote class="smallquotation">
-<p>A small quot&mdash;ation
+<p>A small quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>Note:</b> A small Note
+<p><b>Note:</b> A small Note
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <ul>
-<li> i&ndash;temize
+<li> i&ndash;temize
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>+ i&ndash;tem +
+<li>+ i&ndash;tem +
 </li></ul>
-
+
 <ul>
-<li> b&ndash;ullet
+<li> b&ndash;ullet
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>- minu&ndash;s
+<li>- minu&ndash;s
 </li></ul>
-
+
 <ul class="no-bullet">
-<li> e&ndash;mph item
+<li> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li><em>after emph</em> e&ndash;mph item
+<li><em>after emph</em> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
 <li>&bull; a&ndash;n itemize line <a 
name="index-titlepage-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <ol>
-<li> e&ndash;numerate
+<li> e&ndash;numerate
 </li></ol>
-
+
 <table>
 <thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
 <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
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
 <a name="index-titlepage-index-entry-within-multitable"></a></td></tr>
 <tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
 </table>
-
+
 <table>
 <tr><td>truc</td><td>bidule</td></tr>
 </table>
-
+
 <div class="example">
-<pre class="example">e--xample  some
-   text
+<pre class="example">e--xample  some
+   text
 </pre></div>
-
+
 <div class="smallexample">
-<pre class="smallexample">s--mallexample
+<pre class="smallexample">s--mallexample
 </pre></div>
-
+
 <div class="display">
-<pre class="display">d&ndash;isplay
+<pre class="display">d&ndash;isplay
 </pre></div>
-
+
 <div class="smalldisplay">
-<pre class="smalldisplay">s&ndash;malldisplay
+<pre class="smalldisplay">s&ndash;malldisplay
 </pre></div>
-
+
 <div class="lisp">
-<pre class="lisp">l--isp
+<pre class="lisp">l--isp
 </pre></div>
-
+
 <div class="smalllisp">
-<pre class="smalllisp">s--malllisp
+<pre class="smalllisp">s--malllisp
 </pre></div>
-
+
 <div class="format">
-<pre class="format">f&ndash;ormat
+<pre class="format">f&ndash;ormat
 </pre></div>
-
+
 <div class="smallformat">
-<pre class="smallformat">s&ndash;mallformat
+<pre class="smallformat">s&ndash;mallformat
 </pre></div>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;effn
+<dt><a name="index-titlepage-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;effn
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
-</em></dt>
-<dd><p>more args <br> even more so
-def&ndash;fn
+<dt><a name="index-titlepage-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def&ndash;fn
 </p></dd></dl>
- 
+ 
 <dl>
-<dt><a name="index-titlepage-i"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
+<dt><a name="index-titlepage-i"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
 <dd><a name="index-titlepage-index-entry-within-deffn"></a>
-</dd><dt><a name="index-titlepage-truc"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dt><a name="index-titlepage-log-trap"></a>Command: <strong>log trap</strong> 
<em>
-</em></dt>
-<dt><a name="index-titlepage-log-trap1"></a>Command: <strong>log 
trap1</strong> <em>  
-</em></dt>
-<dt><a name="index-titlepage-log-trap2"></a>Command: <strong>log 
trap2</strong> <em>
-</em></dt>
-<dt><a name="index-titlepage-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc
-</em></dt>
-<dt><a name="index-titlepage-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc
-</em></dt>
+</dd><dt><a name="index-titlepage-truc"></a>cmde: <strong>truc</strong> 
<em></em></dt>
+<dt><a name="index-titlepage-log-trap"></a>Command: <strong>log trap</strong> 
<em></em></dt>
+<dt><a name="index-titlepage-log-trap1"></a>Command: <strong>log 
trap1</strong> <em>  </em></dt>
+<dt><a name="index-titlepage-log-trap2"></a>Command: <strong>log 
trap2</strong> <em></em></dt>
+<dt><a name="index-titlepage-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt><a name="index-titlepage-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc</em></dt>
 <dt><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: <strong></strong></dt>
 <dt>: <strong></strong></dt>
 <dt>aaa: <strong></strong></dt>
@@ -1042,203 +1025,186 @@
 <dt><a name="index-titlepage-bidule-machin"></a>: <strong>bidule 
machin</strong></dt>
 <dt><a name="index-titlepage-machin-1"></a>truc: <strong>machin</strong></dt>
 <dt>truc: <strong></strong></dt>
-<dt><a name="index-titlepage-followed"></a>truc: <strong>followed</strong> 
<em>by a comment
-</em></dt>
+<dt><a name="index-titlepage-followed"></a>truc: <strong>followed</strong> 
<em>by a comment</em></dt>
 <dt>truc: <strong></strong></dt>
 <dt>: <strong></strong></dt>
-<dt><a name="index-titlepage-a"></a>truc: <strong>a</strong> <em>b c d e <b>f 
g</b> h i
-</em></dt>
-<dt><a name="index-titlepage-deffnx"></a>truc: <strong>deffnx</strong> 
<em>before end deffn
-</em></dt>
+<dt><a name="index-titlepage-a"></a>truc: <strong>a</strong> <em>b c d e <b>f 
g</b> h i</em></dt>
+<dt><a name="index-titlepage-deffnx"></a>truc: <strong>deffnx</strong> 
<em>before end deffn</em></dt>
 </dl>
-
+
 <dl>
 <dt><a name="index-titlepage-deffn"></a>empty: <strong>deffn</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-titlepage-deffn-1"></a>empty: <strong>deffn</strong> 
<em>with deffnx
-</em></dt>
+<dt><a name="index-titlepage-deffn-1"></a>empty: <strong>deffn</strong> 
<em>with deffnx</em></dt>
 <dt><a name="index-titlepage-deffnx-1"></a>empty: <strong>deffnx</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-titlepage-i-1"></a>fset: <strong><var>i</var></strong> 
<em>a g
-</em></dt>
-<dt><a name="index-titlepage-truc-1"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dd><p>text in def item for second def item
+<dt><a name="index-titlepage-i-1"></a>fset: <strong><var>i</var></strong> 
<em>a g</em></dt>
+<dt><a name="index-titlepage-truc-1"></a>cmde: <strong>truc</strong> 
<em></em></dt>
+<dd><p>text in def item for second def item
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-titlepage-d_002d_002defvr_005fname"></a>c--ategory: 
<strong>d--efvr_name</strong></dt>
-<dd><p>d&ndash;efvr
+<dd><p>d&ndash;efvr
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefn
+<dt><a name="index-titlepage-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefn
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypeop
+<dt><a 
name="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypeop
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-titlepage-d_002d_002deftypevr_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
-<dd><p>d&ndash;eftypevr
+<dd><p>d&ndash;eftypevr
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-titlepage-d_002d_002defcv_005fname"></a>c--ategory of 
c--lass: <strong>d--efcv_name</strong></dt>
-<dd><p>d&ndash;efcv
+<dd><p>d&ndash;efcv
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <strong>d--efop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efop
+<dt><a 
name="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efop
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...
-</em></dt>
-<dd><p>d&ndash;eftp
+<dt><a name="index-titlepage-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d&ndash;eftp
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efun
+<dt><a name="index-titlepage-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efun
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmac
+<dt><a name="index-titlepage-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmac
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efspec
+<dt><a name="index-titlepage-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efspec
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1
-</em></dt>
-<dd><p>d&ndash;efvar
+<dt><a name="index-titlepage-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1</em></dt>
+<dd><p>d&ndash;efvar
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-titlepage-d_002d_002defopt_005fname"></a>User Option: 
<strong>d--efopt_name</strong></dt>
-<dd><p>d&ndash;efopt
+<dd><p>d&ndash;efopt
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-titlepage-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefun
+<dt><a name="index-titlepage-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefun
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-titlepage-d_002d_002deftypevar_005fname"></a>Variable: 
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
-<dd><p>d&ndash;eftypevar
+<dd><p>d&ndash;eftypevar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass"></a>Instance
 Variable of c--lass: <strong>d--efivar_name</strong></dt>
-<dd><p>d&ndash;efivar
+<dd><p>d&ndash;efivar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"></a>Instance
 Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
-<dd><p>d&ndash;eftypeivar
+<dd><p>d&ndash;eftypeivar
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmethod
+<dt><a 
name="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmethod
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypemethod
+<dt><a 
name="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypemethod
 </p></dd></dl>
-
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-</p>
-<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
-<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
-<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
-<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
-<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
-</p>
-<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
-<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
-<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@inforef{node}</code> See &lsquo;node&rsquo;
-<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in file}</code>
-See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
-ref</a>
-</p>
-
+
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
+<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+</p>
+<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
+<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
+<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
+<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
+<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
+</p>
+<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
+<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
+<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
+</p>
+
+<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
+<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
+<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
+<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
+</p>
+
+<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
+<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@inforef{node}</code> See &lsquo;node&rsquo;
+<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
+<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in file}</code>
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+
 <dl compact="compact">
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-titlepage-a-2"></a>
@@ -1246,10 +1212,10 @@
 <dt>b
 <a name="index-titlepage-b-1"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-titlepage-a-1"></a>
@@ -1259,22 +1225,22 @@
 <dt>b
 <a name="index-titlepage-b"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<p>c&ndash;artouche
 </p></td></tr></table>
-
-<p>g&ndash;roupe
-</p>
-<p align="left">f&ndash;lushleft
-</p>
-<p align="right">f&ndash;lushright
-</p>
+
+<p>g&ndash;roupe
+</p>
+<p align="left">f&ndash;lushleft
+</p>
+<p align="right">f&ndash;lushright
+</p>
 <div align="center">ce&ndash;ntered line
-</div>
+</div>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
 @setfilename simplest.info
@@ -1284,521 +1250,503 @@
 This is a very simple texi manual @  &lt;&gt;.
 
 @bye
-</pre>
-<pre class="verbatim">in verbatim ''
-</pre>
-
-html ''
-
-
-
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
 <a name="majorheading-3"></a>
 <h1 class="majorheading">majorheading</h1>
-
+
 <a name="chapheading-3"></a>
 <h1 class="chapheading">chapheading</h1>
-
+
 <a name="heading-3"></a>
 <h2 class="heading">heading</h2>
-
+
 <a name="subheading-3"></a>
 <h3 class="subheading">subheading</h3>
-
+
 <a name="subsubheading-3"></a>
 <h4 class="subsubheading">subsubheading</h4>
-
-
-<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
-<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-</p>
-<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
-</p>
-<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
-<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
-<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
-</p>
-
-
-
-<p>Somehow invalid use of @,:<br>
-@, 
-,
-<br>
-@,@&quot;u ,&uuml;
-</p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; 
-'
-<br>
-@&rsquo;@&quot;u '&uuml;
-</p>
-<p>@dotless{truc} truc
address@hidden ij
-<code>@dotless{--a}</code> &ndash;a
-<code>@dotless{a}</code> a
-</p>
-<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
-</p>
-<p>@TeX, but without brace TeX<code>@#</code> #
-</p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
-</p>
-<p><code>@image{,1--xt}</code> 
-<code>@image{,,2--xt}</code> 
-<code>@image{,,,3--xt}</code> 
-</p>
-
+
+
+<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
+<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
+</p>
+<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
+<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, ,
+<br>
+@,@&quot;u ,&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; '
+<br>
+@&rsquo;@&quot;u '&uuml;
+</p>
+<p>@dotless{truc} truc
address@hidden ij
+<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX<code>@#</code> #
+</p>
+<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code>@image{,1--xt}</code> 
+<code>@image{,,2--xt}</code> 
+<code>@image{,,,3--xt}</code> 
+</p>
+
 <ul class="no-bullet">
-<li> after emph e&ndash;mph item
+<li> after emph e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>&bull; a&ndash;n itemize line i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+<li>&bull; a&ndash;n itemize line i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <dl>
 <dt>fun: <strong></strong></dt>
-<dt><a name="index-titlepage-machin-2"></a>truc: <strong>machin</strong> 
<em>bidule chose and 
-</em></dt>
-<dt><a name="index-titlepage-machin-3"></a>truc: <strong>machin</strong> 
<em>bidule chose and  after
-</em></dt>
+<dt><a name="index-titlepage-machin-2"></a>truc: <strong>machin</strong> 
<em>bidule chose and </em></dt>
+<dt><a name="index-titlepage-machin-3"></a>truc: <strong>machin</strong> 
<em>bidule chose and  after</em></dt>
 <dt><a name="index-titlepage-machin-4"></a>truc: <strong>machin</strong> 
<em>bidule chose and </em></dt>
 <dt><a name="index-titlepage-machin-5"></a>truc: <strong>machin</strong> 
<em>bidule chose and and after</em></dt>
-<dt><a name="index-titlepage-followed-1"></a>truc: <strong>followed</strong> 
<em>by a comment
-</em></dt>
-<dd><p>Various deff lines
-</p></dd><dt><a name="index-titlepage-after"></a>truc: <strong>after</strong> 
<em>a deff item
-</em></dt>
+<dt><a name="index-titlepage-followed-1"></a>truc: <strong>followed</strong> 
<em>by a comment</em></dt>
+<dd><p>Various deff lines
+</p></dd><dt><a name="index-titlepage-after"></a>truc: <strong>after</strong> 
<em>a deff item</em></dt>
 </dl>
-
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
-</p>
-<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{,,title}</code> &lsquo;title&rsquo;
-<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
-<code>@ref{,,,,manual}</code> <cite>manual</cite>
-<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
-<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
-<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
-<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
-<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
-<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
-<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
-<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
-</p>
-<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
-<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>``simple-double--three---four----''</code> <br>
-asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
-strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
-kbd: <kbd>``simple-double--three---four----''</kbd> <br>
-</p>
-<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
-</p>
+
+<p><code>@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{,,title}</code> &lsquo;title&rsquo;
+<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
+<code>@ref{,,,,manual}</code> <cite>manual</cite>
+<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{node,,title}</code> &lsquo;title&rsquo;
+<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
+<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
+<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
+<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
+<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
+<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
+<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
+<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
+</p>
+<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
+<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
+<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>``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
+kbd: <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 name="index-copying-_002d_002doption"></a>
 <a name="index-copying-_0060_0060"></a>
 <a name="index-copying-_0060_0060-1"></a>
 <a name="index-copying-_002d_002dfoption"></a>
-
-<p>@&quot;u &uuml; 
-@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
-@&rsquo;e &eacute;
address@hidden &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
-@&lsquo;address@hidden &#274;` 
address@hidden &#322;
-@,{@&rsquo;C} &#262;,
-@,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
-</p>
-<p><code>@-</code> 
-<code>@|</code> 
-<code>@:</code> 
-<code>@!</code> !
-<code>@?</code> ?
-<code>@.</code> .
-<code>@@</code> @
-<code>@}</code> }
-<code>@{</code> {
-<code>@/</code> 
-</p>
-<p>foo vs. bar. 
-colon :And something else.
-semi colon ;.
-And ? ?.
-Now ! !@
-but , ,
-</p>
-<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
-</p>
-<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
-<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
-<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-<code>@asis{--a}</code> &ndash;a
-<code>@b{--a}</code> <b>&ndash;a</b>
-<code>@cite{--a}</code> <cite>&ndash;a</cite>
-<code>@code{--a}</code> <code>--a</code>
-<code>@command{--a}</code> <code>--a</code>
-<code>@ctrl{--a}</code> ^&ndash;a
-<code>@dfn{--a}</code> <em>&ndash;a</em>
-<code>@dmn{--a}</code> &ndash;a
-<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
-<code>@email{,--b}</code> &ndash;b
-<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
-<code>@emph{--a}</code> <em>&ndash;a</em>
-<code>@env{--a}</code> <code>--a</code>
-<code>@file{--a}</code> <samp>--a</samp>
-<code>@i{--a}</code> <i>&ndash;a</i>
-<code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <tt class="key">--a</tt>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
-<code>@option{--a}</code> <samp>--a</samp>
-<code>@r{--a}</code> <span class="roman">&ndash;a</span>
-<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
-<code>@sc{--a}</code> <small>&ndash;A</small>
-<code>@strong{--a}</code> <strong>&ndash;a</strong>
-<code>@t{--a}</code> <tt>--a</tt>
-<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
-<code>@slanted{--a}</code> <i>&ndash;a</i>
-<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
-<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
-<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@uref{--a}</code> <a href="--a">--a</a>
-<code>@uref{,--b}</code> &ndash;b
-<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,--b,--c}</code> &ndash;c
-<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,,--c}</code> &ndash;c
-<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@url{--a,}</code> <a href="--a">--a</a>
-<code>@url{,--b}</code> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
-<code>@verb{:--a:}</code> <tt>--a</tt>
-<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
-<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>@H{a}</code> a''
-<code>@H{--a}</code> &ndash;a''
-<code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a.
-<code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a*
-<code>@tieaccent{a}</code> a[
-<code>@tieaccent{--a}</code> &ndash;a[
-<code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a(
-<code>@ubaraccent{a}</code> a_
-<code>@ubaraccent{--a}</code> &ndash;a_
-<code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> .&ndash;a
-<code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&lt;
-<code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c,
-<code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a;
-<code>@footnote{in footnote}</code> <a name="DOCF1_9" 
href="#FOOT1_9"><sup>9</sup></a>
-<code>@footnote{in footnote2}</code> <a name="DOCF2_10" 
href="#FOOT2_10"><sup>10</sup></a>
-</p>
-<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
-<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
-<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
-<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
-<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
-</p>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
+@&rsquo;e &eacute;
address@hidden &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
+@&lsquo;address@hidden &#274;` 
address@hidden &#322;
+@,{@&rsquo;C} &#262;,
+@,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>@-</code> 
+<code>@|</code> 
+<code>@:</code> 
+<code>@!</code> !
+<code>@?</code> ?
+<code>@.</code> .
+<code>@@</code> @
+<code>@}</code> }
+<code>@{</code> {
+<code>@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
+</p>
+<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
+<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code>@asis{--a}</code> &ndash;a
+<code>@b{--a}</code> <b>&ndash;a</b>
+<code>@cite{--a}</code> <cite>&ndash;a</cite>
+<code>@code{--a}</code> <code>--a</code>
+<code>@command{--a}</code> <code>--a</code>
+<code>@ctrl{--a}</code> ^&ndash;a
+<code>@dfn{--a}</code> <em>&ndash;a</em>
+<code>@dmn{--a}</code> &ndash;a
+<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
+<code>@email{,--b}</code> &ndash;b
+<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
+<code>@emph{--a}</code> <em>&ndash;a</em>
+<code>@env{--a}</code> <code>--a</code>
+<code>@file{--a}</code> <samp>--a</samp>
+<code>@i{--a}</code> <i>&ndash;a</i>
+<code>@kbd{--a}</code> <kbd>--a</kbd>
+<code>@key{--a}</code> <tt class="key">--a</tt>
+<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
+<code>@option{--a}</code> <samp>--a</samp>
+<code>@r{--a}</code> <span class="roman">&ndash;a</span>
+<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
+<code>@sc{--a}</code> <small>&ndash;A</small>
+<code>@strong{--a}</code> <strong>&ndash;a</strong>
+<code>@t{--a}</code> <tt>--a</tt>
+<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
+<code>@slanted{--a}</code> <i>&ndash;a</i>
+<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
+<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
+<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@uref{--a}</code> <a href="--a">--a</a>
+<code>@uref{,--b}</code> &ndash;b
+<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,--b,--c}</code> &ndash;c
+<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,,--c}</code> &ndash;c
+<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@url{--a,}</code> <a href="--a">--a</a>
+<code>@url{,--b}</code> &ndash;b
+<code>@var{--a}</code> <var>&ndash;a</var>
+<code>@verb{:--a:}</code> <tt>--a</tt>
+<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
+<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>@H{a}</code> a''
+<code>@H{--a}</code> &ndash;a''
+<code>@dotaccent{a}</code> &#551;
+<code>@dotaccent{--a}</code> &ndash;a.
+<code>@ringaccent{a}</code> &aring;
+<code>@ringaccent{--a}</code> &ndash;a*
+<code>@tieaccent{a}</code> a[
+<code>@tieaccent{--a}</code> &ndash;a[
+<code>@u{a}</code> &#259;
+<code>@u{--a}</code> &ndash;a(
+<code>@ubaraccent{a}</code> a_
+<code>@ubaraccent{--a}</code> &ndash;a_
+<code>@udotaccent{a}</code> &#7841;
+<code>@udotaccent{--a}</code> .&ndash;a
+<code>@v{a}</code> &#462;
+<code>@v{--a}</code> &ndash;a&lt;
+<code>@,{c}</code> &ccedil;
+<code>@,{--c}</code> &ndash;c,
+<code>@ogonek{a}</code> &#261;
+<code>@ogonek{--a}</code> &ndash;a;
+<code>@footnote{in footnote}</code> <a name="DOCF1_9" 
href="#FOOT1_9"><sup>9</sup></a>
+<code>@footnote{in footnote2}</code> <a name="DOCF2_10" 
href="#FOOT2_10"><sup>10</sup></a>
+</p>
+<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
+<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
+<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
+<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
+<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
+</p>
 <br>
 <br>
-
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
-</p>
+
+<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code>@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note:</b> A Note
+<p><b>Note:</b> A Note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>note:</b> A note
+<p><b>note:</b> A note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Caution:</b> Caution
+<p><b>Caution:</b> Caution
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Important:</b> Important
+<p><b>Important:</b> Important
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Tip:</b> a Tip
+<p><b>Tip:</b> a Tip
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Warning:</b> a Warning.
+<p><b>Warning:</b> a Warning.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
+<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>@ at the end of line:</b> A @ at the end of the @quotation line.
+<p><b>@ at the end of line &nbsp;:</b> A @ at the end of the @quotation line.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note, the note:</b> Note, the note
+<p><b>Note, the note:</b> Note, the note
 </p></blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote class="smallquotation">
-<p>A small quot&mdash;ation
+<p>A small quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>Note:</b> A small Note
+<p><b>Note:</b> A small Note
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <ul>
-<li> i&ndash;temize
+<li> i&ndash;temize
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>+ i&ndash;tem +
+<li>+ i&ndash;tem +
 </li></ul>
-
+
 <ul>
-<li> b&ndash;ullet
+<li> b&ndash;ullet
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>- minu&ndash;s
+<li>- minu&ndash;s
 </li></ul>
-
+
 <ul class="no-bullet">
-<li> e&ndash;mph item
+<li> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li><em>after emph</em> e&ndash;mph item
+<li><em>after emph</em> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
 <li>&bull; a&ndash;n itemize line <a 
name="index-copying-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <ol>
-<li> e&ndash;numerate
+<li> e&ndash;numerate
 </li></ol>
-
+
 <table>
 <thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
 <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
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
 <a name="index-copying-index-entry-within-multitable"></a></td></tr>
 <tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
 </table>
-
+
 <table>
 <tr><td>truc</td><td>bidule</td></tr>
 </table>
-
+
 <div class="example">
-<pre class="example">e--xample  some
-   text
+<pre class="example">e--xample  some
+   text
 </pre></div>
-
+
 <div class="smallexample">
-<pre class="smallexample">s--mallexample
+<pre class="smallexample">s--mallexample
 </pre></div>
-
+
 <div class="display">
-<pre class="display">d&ndash;isplay
+<pre class="display">d&ndash;isplay
 </pre></div>
-
+
 <div class="smalldisplay">
-<pre class="smalldisplay">s&ndash;malldisplay
+<pre class="smalldisplay">s&ndash;malldisplay
 </pre></div>
-
+
 <div class="lisp">
-<pre class="lisp">l--isp
+<pre class="lisp">l--isp
 </pre></div>
-
+
 <div class="smalllisp">
-<pre class="smalllisp">s--malllisp
+<pre class="smalllisp">s--malllisp
 </pre></div>
-
+
 <div class="format">
-<pre class="format">f&ndash;ormat
+<pre class="format">f&ndash;ormat
 </pre></div>
-
+
 <div class="smallformat">
-<pre class="smallformat">s&ndash;mallformat
+<pre class="smallformat">s&ndash;mallformat
 </pre></div>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;effn
+<dt><a name="index-copying-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;effn
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
-</em></dt>
-<dd><p>more args <br> even more so
-def&ndash;fn
+<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def&ndash;fn
 </p></dd></dl>
- 
+ 
 <dl>
-<dt><a name="index-copying-i"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
+<dt><a name="index-copying-i"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
 <dd><a name="index-copying-index-entry-within-deffn"></a>
-</dd><dt><a name="index-copying-truc"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dt><a name="index-copying-log-trap"></a>Command: <strong>log trap</strong> 
<em>
-</em></dt>
-<dt><a name="index-copying-log-trap1"></a>Command: <strong>log trap1</strong> 
<em>  
-</em></dt>
-<dt><a name="index-copying-log-trap2"></a>Command: <strong>log trap2</strong> 
<em>
-</em></dt>
-<dt><a name="index-copying-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc
-</em></dt>
-<dt><a name="index-copying-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc
-</em></dt>
+</dd><dt><a name="index-copying-truc"></a>cmde: <strong>truc</strong> 
<em></em></dt>
+<dt><a name="index-copying-log-trap"></a>Command: <strong>log trap</strong> 
<em></em></dt>
+<dt><a name="index-copying-log-trap1"></a>Command: <strong>log trap1</strong> 
<em>  </em></dt>
+<dt><a name="index-copying-log-trap2"></a>Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt><a name="index-copying-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt><a name="index-copying-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc</em></dt>
 <dt><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: <strong></strong></dt>
 <dt>: <strong></strong></dt>
 <dt>aaa: <strong></strong></dt>
@@ -1808,203 +1756,186 @@
 <dt><a name="index-copying-bidule-machin"></a>: <strong>bidule 
machin</strong></dt>
 <dt><a name="index-copying-machin-1"></a>truc: <strong>machin</strong></dt>
 <dt>truc: <strong></strong></dt>
-<dt><a name="index-copying-followed"></a>truc: <strong>followed</strong> 
<em>by a comment
-</em></dt>
+<dt><a name="index-copying-followed"></a>truc: <strong>followed</strong> 
<em>by a comment</em></dt>
 <dt>truc: <strong></strong></dt>
 <dt>: <strong></strong></dt>
-<dt><a name="index-copying-a"></a>truc: <strong>a</strong> <em>b c d e <b>f 
g</b> h i
-</em></dt>
-<dt><a name="index-copying-deffnx"></a>truc: <strong>deffnx</strong> 
<em>before end deffn
-</em></dt>
+<dt><a name="index-copying-a"></a>truc: <strong>a</strong> <em>b c d e <b>f 
g</b> h i</em></dt>
+<dt><a name="index-copying-deffnx"></a>truc: <strong>deffnx</strong> 
<em>before end deffn</em></dt>
 </dl>
-
+
 <dl>
 <dt><a name="index-copying-deffn"></a>empty: <strong>deffn</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-copying-deffn-1"></a>empty: <strong>deffn</strong> <em>with 
deffnx
-</em></dt>
+<dt><a name="index-copying-deffn-1"></a>empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
 <dt><a name="index-copying-deffnx-1"></a>empty: <strong>deffnx</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-copying-i-1"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
-<dt><a name="index-copying-truc-1"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dd><p>text in def item for second def item
+<dt><a name="index-copying-i-1"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt><a name="index-copying-truc-1"></a>cmde: <strong>truc</strong> 
<em></em></dt>
+<dd><p>text in def item for second def item
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002defvr_005fname"></a>c--ategory: 
<strong>d--efvr_name</strong></dt>
-<dd><p>d&ndash;efvr
+<dd><p>d&ndash;efvr
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefn
+<dt><a name="index-copying-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefn
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypeop
+<dt><a 
name="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypeop
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002deftypevr_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
-<dd><p>d&ndash;eftypevr
+<dd><p>d&ndash;eftypevr
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002defcv_005fname"></a>c--ategory of 
c--lass: <strong>d--efcv_name</strong></dt>
-<dd><p>d&ndash;efcv
+<dd><p>d&ndash;efcv
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efop
+<dt><a 
name="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efop
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...
-</em></dt>
-<dd><p>d&ndash;eftp
+<dt><a name="index-copying-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d&ndash;eftp
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efun
+<dt><a name="index-copying-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efun
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmac
+<dt><a name="index-copying-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmac
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efspec
+<dt><a name="index-copying-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efspec
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1
-</em></dt>
-<dd><p>d&ndash;efvar
+<dt><a name="index-copying-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1</em></dt>
+<dd><p>d&ndash;efvar
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002defopt_005fname"></a>User Option: 
<strong>d--efopt_name</strong></dt>
-<dd><p>d&ndash;efopt
+<dd><p>d&ndash;efopt
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefun
+<dt><a name="index-copying-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefun
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002deftypevar_005fname"></a>Variable: 
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
-<dd><p>d&ndash;eftypevar
+<dd><p>d&ndash;eftypevar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"></a>Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
-<dd><p>d&ndash;efivar
+<dd><p>d&ndash;efivar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"></a>Instance
 Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
-<dd><p>d&ndash;eftypeivar
+<dd><p>d&ndash;eftypeivar
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmethod
+<dt><a 
name="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmethod
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypemethod
+<dt><a 
name="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypemethod
 </p></dd></dl>
-
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-</p>
-<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
-<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
-<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
-<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
-<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
-</p>
-<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
-<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
-<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@inforef{node}</code> See &lsquo;node&rsquo;
-<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in file}</code>
-See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
-ref</a>
-</p>
-
+
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
+<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+</p>
+<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
+<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
+<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
+<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
+<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
+</p>
+<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
+<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
+<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
+</p>
+
+<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
+<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
+<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
+<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
+</p>
+
+<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
+<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@inforef{node}</code> See &lsquo;node&rsquo;
+<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
+<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in file}</code>
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+
 <dl compact="compact">
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-copying-a-2"></a>
@@ -2012,10 +1943,10 @@
 <dt>b
 <a name="index-copying-b-1"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-copying-a-1"></a>
@@ -2025,22 +1956,22 @@
 <dt>b
 <a name="index-copying-b"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<p>c&ndash;artouche
 </p></td></tr></table>
-
-<p>g&ndash;roupe
-</p>
-<p align="left">f&ndash;lushleft
-</p>
-<p align="right">f&ndash;lushright
-</p>
+
+<p>g&ndash;roupe
+</p>
+<p align="left">f&ndash;lushleft
+</p>
+<p align="right">f&ndash;lushright
+</p>
 <div align="center">ce&ndash;ntered line
-</div>
+</div>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
 @setfilename simplest.info
@@ -2050,141 +1981,134 @@
 This is a very simple texi manual @  &lt;&gt;.
 
 @bye
-</pre>
-<pre class="verbatim">in verbatim ''
-</pre>
-
-html ''
-
-
-
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
 <a name="majorheading"></a>
 <h1 class="majorheading">majorheading</h1>
-
+
 <a name="chapheading"></a>
 <h1 class="chapheading">chapheading</h1>
-
+
 <a name="heading"></a>
 <h2 class="heading">heading</h2>
-
+
 <a name="subheading"></a>
 <h3 class="subheading">subheading</h3>
-
+
 <a name="subsubheading"></a>
 <h4 class="subsubheading">subsubheading</h4>
-
-
-<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
-<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-</p>
-<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
-</p>
-<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
-<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
-<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
-</p>
-
-
-
-<p>Somehow invalid use of @,:<br>
-@, 
-,
-<br>
-@,@&quot;u ,&uuml;
-</p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; 
-'
-<br>
-@&rsquo;@&quot;u '&uuml;
-</p>
-<p>@dotless{truc} truc
address@hidden ij
-<code>@dotless{--a}</code> &ndash;a
-<code>@dotless{a}</code> a
-</p>
-<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
-</p>
-<p>@TeX, but without brace TeX<code>@#</code> #
-</p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
-</p>
-<p><code>@image{,1--xt}</code> 
-<code>@image{,,2--xt}</code> 
-<code>@image{,,,3--xt}</code> 
-</p>
-
+
+
+<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
+<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
+</p>
+<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
+<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, ,
+<br>
+@,@&quot;u ,&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; '
+<br>
+@&rsquo;@&quot;u '&uuml;
+</p>
+<p>@dotless{truc} truc
address@hidden ij
+<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX<code>@#</code> #
+</p>
+<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code>@image{,1--xt}</code> 
+<code>@image{,,2--xt}</code> 
+<code>@image{,,,3--xt}</code> 
+</p>
+
 <ul class="no-bullet">
-<li> after emph e&ndash;mph item
+<li> after emph e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>&bull; a&ndash;n itemize line i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+<li>&bull; a&ndash;n itemize line i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <dl>
 <dt>fun: <strong></strong></dt>
-<dt><a name="index-copying-machin-2"></a>truc: <strong>machin</strong> 
<em>bidule chose and 
-</em></dt>
-<dt><a name="index-copying-machin-3"></a>truc: <strong>machin</strong> 
<em>bidule chose and  after
-</em></dt>
+<dt><a name="index-copying-machin-2"></a>truc: <strong>machin</strong> 
<em>bidule chose and </em></dt>
+<dt><a name="index-copying-machin-3"></a>truc: <strong>machin</strong> 
<em>bidule chose and  after</em></dt>
 <dt><a name="index-copying-machin-4"></a>truc: <strong>machin</strong> 
<em>bidule chose and </em></dt>
 <dt><a name="index-copying-machin-5"></a>truc: <strong>machin</strong> 
<em>bidule chose and and after</em></dt>
-<dt><a name="index-copying-followed-1"></a>truc: <strong>followed</strong> 
<em>by a comment
-</em></dt>
-<dd><p>Various deff lines
-</p></dd><dt><a name="index-copying-after"></a>truc: <strong>after</strong> 
<em>a deff item
-</em></dt>
+<dt><a name="index-copying-followed-1"></a>truc: <strong>followed</strong> 
<em>by a comment</em></dt>
+<dd><p>Various deff lines
+</p></dd><dt><a name="index-copying-after"></a>truc: <strong>after</strong> 
<em>a deff item</em></dt>
 </dl>
-
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
-</p>
-<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{,,title}</code> &lsquo;title&rsquo;
-<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
-<code>@ref{,,,,manual}</code> <cite>manual</cite>
-<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
-<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
-<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
-<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
-<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
-<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
-<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
-<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
-</p>
-<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@inforef{}</code> 
-</p>
-
-
-
+
+<p><code>@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{,,title}</code> &lsquo;title&rsquo;
+<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
+<code>@ref{,,,,manual}</code> <cite>manual</cite>
+<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{node,,title}</code> &lsquo;title&rsquo;
+<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
+<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
+<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
+<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
+<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
+<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
+<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
+<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
+</p>
+<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
+<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@inforef{}</code> 
+</p>
+
+
 <hr>
-
+
 <a name="Top"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[ &lt; ]</td>
@@ -2196,401 +2120,391 @@
 </tr></table>
 <a name="Top-section"></a>
 <h1 class="top">Top section</h1>
-
+
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top"><a href="#chapter">1 
chapter</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"></td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-Menu comment
-
-</pre></th></tr><tr><td align="left" valign="top"><a href="#chapter2">chapter 
2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Chapter 2
+<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
+
+Menu comment
+
+</pre></th></tr><tr><td align="left" valign="top"><a href="#chapter2">chapter 
2</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">Chapter 2
 </td></tr>
 </table>
-
-
-
-
-<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>``simple-double--three---four----''</code> <br>
-asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
-strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
-kbd: <kbd>``simple-double--three---four----''</kbd> <br>
-</p>
-<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
-</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>``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
+kbd: <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 name="index-copying-_002d_002doption"></a>
 <a name="index-copying-_0060_0060"></a>
 <a name="index-copying-_0060_0060-1"></a>
 <a name="index-copying-_002d_002dfoption"></a>
-
-<p>@&quot;u &uuml; 
-@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
-@&rsquo;e &eacute;
address@hidden &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
-@&lsquo;address@hidden &#274;` 
address@hidden &#322;
-@,{@&rsquo;C} &#262;,
-@,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
-</p>
-<p><code>@-</code> 
-<code>@|</code> 
-<code>@:</code> 
-<code>@!</code> !
-<code>@?</code> ?
-<code>@.</code> .
-<code>@@</code> @
-<code>@}</code> }
-<code>@{</code> {
-<code>@/</code> 
-</p>
-<p>foo vs. bar. 
-colon :And something else.
-semi colon ;.
-And ? ?.
-Now ! !@
-but , ,
-</p>
-<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
-</p>
-<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
-<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
-<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-<code>@asis{--a}</code> &ndash;a
-<code>@b{--a}</code> <b>&ndash;a</b>
-<code>@cite{--a}</code> <cite>&ndash;a</cite>
-<code>@code{--a}</code> <code>--a</code>
-<code>@command{--a}</code> <code>--a</code>
-<code>@ctrl{--a}</code> ^&ndash;a
-<code>@dfn{--a}</code> <em>&ndash;a</em>
-<code>@dmn{--a}</code> &ndash;a
-<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
-<code>@email{,--b}</code> &ndash;b
-<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
-<code>@emph{--a}</code> <em>&ndash;a</em>
-<code>@env{--a}</code> <code>--a</code>
-<code>@file{--a}</code> <samp>--a</samp>
-<code>@i{--a}</code> <i>&ndash;a</i>
-<code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <tt class="key">--a</tt>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
-<code>@option{--a}</code> <samp>--a</samp>
-<code>@r{--a}</code> <span class="roman">&ndash;a</span>
-<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
-<code>@sc{--a}</code> <small>&ndash;A</small>
-<code>@strong{--a}</code> <strong>&ndash;a</strong>
-<code>@t{--a}</code> <tt>--a</tt>
-<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
-<code>@slanted{--a}</code> <i>&ndash;a</i>
-<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
-<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
-<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@uref{--a}</code> <a href="--a">--a</a>
-<code>@uref{,--b}</code> &ndash;b
-<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,--b,--c}</code> &ndash;c
-<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,,--c}</code> &ndash;c
-<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@url{--a,}</code> <a href="--a">--a</a>
-<code>@url{,--b}</code> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
-<code>@verb{:--a:}</code> <tt>--a</tt>
-<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
-<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>@H{a}</code> a''
-<code>@H{--a}</code> &ndash;a''
-<code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a.
-<code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a*
-<code>@tieaccent{a}</code> a[
-<code>@tieaccent{--a}</code> &ndash;a[
-<code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a(
-<code>@ubaraccent{a}</code> a_
-<code>@ubaraccent{--a}</code> &ndash;a_
-<code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> .&ndash;a
-<code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&lt;
-<code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c,
-<code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a;
-<code>@footnote{in footnote}</code> <a name="DOCF1" 
href="#FOOT1"><sup>1</sup></a>
-<code>@footnote{in footnote2}</code> <a name="DOCF2" 
href="#FOOT2"><sup>2</sup></a>
-</p>
-<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
-<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
-<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
-<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
-<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
-</p>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
+@&rsquo;e &eacute;
address@hidden &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
+@&lsquo;address@hidden &#274;` 
address@hidden &#322;
+@,{@&rsquo;C} &#262;,
+@,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>@-</code> 
+<code>@|</code> 
+<code>@:</code> 
+<code>@!</code> !
+<code>@?</code> ?
+<code>@.</code> .
+<code>@@</code> @
+<code>@}</code> }
+<code>@{</code> {
+<code>@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
+</p>
+<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
+<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code>@asis{--a}</code> &ndash;a
+<code>@b{--a}</code> <b>&ndash;a</b>
+<code>@cite{--a}</code> <cite>&ndash;a</cite>
+<code>@code{--a}</code> <code>--a</code>
+<code>@command{--a}</code> <code>--a</code>
+<code>@ctrl{--a}</code> ^&ndash;a
+<code>@dfn{--a}</code> <em>&ndash;a</em>
+<code>@dmn{--a}</code> &ndash;a
+<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
+<code>@email{,--b}</code> &ndash;b
+<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
+<code>@emph{--a}</code> <em>&ndash;a</em>
+<code>@env{--a}</code> <code>--a</code>
+<code>@file{--a}</code> <samp>--a</samp>
+<code>@i{--a}</code> <i>&ndash;a</i>
+<code>@kbd{--a}</code> <kbd>--a</kbd>
+<code>@key{--a}</code> <tt class="key">--a</tt>
+<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
+<code>@option{--a}</code> <samp>--a</samp>
+<code>@r{--a}</code> <span class="roman">&ndash;a</span>
+<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
+<code>@sc{--a}</code> <small>&ndash;A</small>
+<code>@strong{--a}</code> <strong>&ndash;a</strong>
+<code>@t{--a}</code> <tt>--a</tt>
+<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
+<code>@slanted{--a}</code> <i>&ndash;a</i>
+<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
+<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
+<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@uref{--a}</code> <a href="--a">--a</a>
+<code>@uref{,--b}</code> &ndash;b
+<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,--b,--c}</code> &ndash;c
+<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,,--c}</code> &ndash;c
+<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@url{--a,}</code> <a href="--a">--a</a>
+<code>@url{,--b}</code> &ndash;b
+<code>@var{--a}</code> <var>&ndash;a</var>
+<code>@verb{:--a:}</code> <tt>--a</tt>
+<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
+<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>@H{a}</code> a''
+<code>@H{--a}</code> &ndash;a''
+<code>@dotaccent{a}</code> &#551;
+<code>@dotaccent{--a}</code> &ndash;a.
+<code>@ringaccent{a}</code> &aring;
+<code>@ringaccent{--a}</code> &ndash;a*
+<code>@tieaccent{a}</code> a[
+<code>@tieaccent{--a}</code> &ndash;a[
+<code>@u{a}</code> &#259;
+<code>@u{--a}</code> &ndash;a(
+<code>@ubaraccent{a}</code> a_
+<code>@ubaraccent{--a}</code> &ndash;a_
+<code>@udotaccent{a}</code> &#7841;
+<code>@udotaccent{--a}</code> .&ndash;a
+<code>@v{a}</code> &#462;
+<code>@v{--a}</code> &ndash;a&lt;
+<code>@,{c}</code> &ccedil;
+<code>@,{--c}</code> &ndash;c,
+<code>@ogonek{a}</code> &#261;
+<code>@ogonek{--a}</code> &ndash;a;
+<code>@footnote{in footnote}</code> <a name="DOCF1" 
href="#FOOT1"><sup>1</sup></a>
+<code>@footnote{in footnote2}</code> <a name="DOCF2" 
href="#FOOT2"><sup>2</sup></a>
+</p>
+<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
+<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
+<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
+<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
+<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
+</p>
 <br>
 <br>
-
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
-</p>
+
+<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code>@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note:</b> A Note
+<p><b>Note:</b> A Note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>note:</b> A note
+<p><b>note:</b> A note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Caution:</b> Caution
+<p><b>Caution:</b> Caution
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Important:</b> Important
+<p><b>Important:</b> Important
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Tip:</b> a Tip
+<p><b>Tip:</b> a Tip
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Warning:</b> a Warning.
+<p><b>Warning:</b> a Warning.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
+<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>@ at the end of line:</b> A @ at the end of the @quotation line.
+<p><b>@ at the end of line &nbsp;:</b> A @ at the end of the @quotation line.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note, the note:</b> Note, the note
+<p><b>Note, the note:</b> Note, the note
 </p></blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote class="smallquotation">
-<p>A small quot&mdash;ation
+<p>A small quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>Note:</b> A small Note
+<p><b>Note:</b> A small Note
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <ul>
-<li> i&ndash;temize
+<li> i&ndash;temize
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>+ i&ndash;tem +
+<li>+ i&ndash;tem +
 </li></ul>
-
+
 <ul>
-<li> b&ndash;ullet
+<li> b&ndash;ullet
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>- minu&ndash;s
+<li>- minu&ndash;s
 </li></ul>
-
+
 <ul class="no-bullet">
-<li> e&ndash;mph item
+<li> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li><em>after emph</em> e&ndash;mph item
+<li><em>after emph</em> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
 <li>&bull; a&ndash;n itemize line <a 
name="index-copying-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <ol>
-<li> e&ndash;numerate
+<li> e&ndash;numerate
 </li></ol>
-
+
 <table>
 <thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
 <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
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
 <a name="index-copying-index-entry-within-multitable"></a></td></tr>
 <tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
 </table>
-
+
 <table>
 <tr><td>truc</td><td>bidule</td></tr>
 </table>
-
+
 <div class="example">
-<pre class="example">e--xample  some
-   text
+<pre class="example">e--xample  some
+   text
 </pre></div>
-
+
 <div class="smallexample">
-<pre class="smallexample">s--mallexample
+<pre class="smallexample">s--mallexample
 </pre></div>
-
+
 <div class="display">
-<pre class="display">d&ndash;isplay
+<pre class="display">d&ndash;isplay
 </pre></div>
-
+
 <div class="smalldisplay">
-<pre class="smalldisplay">s&ndash;malldisplay
+<pre class="smalldisplay">s&ndash;malldisplay
 </pre></div>
-
+
 <div class="lisp">
-<pre class="lisp">l--isp
+<pre class="lisp">l--isp
 </pre></div>
-
+
 <div class="smalllisp">
-<pre class="smalllisp">s--malllisp
+<pre class="smalllisp">s--malllisp
 </pre></div>
-
+
 <div class="format">
-<pre class="format">f&ndash;ormat
+<pre class="format">f&ndash;ormat
 </pre></div>
-
+
 <div class="smallformat">
-<pre class="smallformat">s&ndash;mallformat
+<pre class="smallformat">s&ndash;mallformat
 </pre></div>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;effn
+<dt><a name="index-copying-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;effn
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
-</em></dt>
-<dd><p>more args <br> even more so
-def&ndash;fn
+<dt><a name="index-copying-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def&ndash;fn
 </p></dd></dl>
- 
+ 
 <dl>
-<dt><a name="index-copying-i"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
+<dt><a name="index-copying-i"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
 <dd><a name="index-copying-index-entry-within-deffn"></a>
-</dd><dt><a name="index-copying-truc"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dt><a name="index-copying-log-trap"></a>Command: <strong>log trap</strong> 
<em>
-</em></dt>
-<dt><a name="index-copying-log-trap1"></a>Command: <strong>log trap1</strong> 
<em>  
-</em></dt>
-<dt><a name="index-copying-log-trap2"></a>Command: <strong>log trap2</strong> 
<em>
-</em></dt>
-<dt><a name="index-copying-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc
-</em></dt>
-<dt><a name="index-copying-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc
-</em></dt>
+</dd><dt><a name="index-copying-truc"></a>cmde: <strong>truc</strong> 
<em></em></dt>
+<dt><a name="index-copying-log-trap"></a>Command: <strong>log trap</strong> 
<em></em></dt>
+<dt><a name="index-copying-log-trap1"></a>Command: <strong>log trap1</strong> 
<em>  </em></dt>
+<dt><a name="index-copying-log-trap2"></a>Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt><a name="index-copying-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt><a name="index-copying-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc</em></dt>
 <dt><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: <strong></strong></dt>
 <dt>: <strong></strong></dt>
 <dt>aaa: <strong></strong></dt>
@@ -2600,203 +2514,186 @@
 <dt><a name="index-copying-bidule-machin"></a>: <strong>bidule 
machin</strong></dt>
 <dt><a name="index-copying-machin-1"></a>truc: <strong>machin</strong></dt>
 <dt>truc: <strong></strong></dt>
-<dt><a name="index-copying-followed"></a>truc: <strong>followed</strong> 
<em>by a comment
-</em></dt>
+<dt><a name="index-copying-followed"></a>truc: <strong>followed</strong> 
<em>by a comment</em></dt>
 <dt>truc: <strong></strong></dt>
 <dt>: <strong></strong></dt>
-<dt><a name="index-copying-a"></a>truc: <strong>a</strong> <em>b c d e <b>f 
g</b> h i
-</em></dt>
-<dt><a name="index-copying-deffnx"></a>truc: <strong>deffnx</strong> 
<em>before end deffn
-</em></dt>
+<dt><a name="index-copying-a"></a>truc: <strong>a</strong> <em>b c d e <b>f 
g</b> h i</em></dt>
+<dt><a name="index-copying-deffnx"></a>truc: <strong>deffnx</strong> 
<em>before end deffn</em></dt>
 </dl>
-
+
 <dl>
 <dt><a name="index-copying-deffn"></a>empty: <strong>deffn</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-copying-deffn-1"></a>empty: <strong>deffn</strong> <em>with 
deffnx
-</em></dt>
+<dt><a name="index-copying-deffn-1"></a>empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
 <dt><a name="index-copying-deffnx-1"></a>empty: <strong>deffnx</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-copying-i-1"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
-<dt><a name="index-copying-truc-1"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dd><p>text in def item for second def item
+<dt><a name="index-copying-i-1"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt><a name="index-copying-truc-1"></a>cmde: <strong>truc</strong> 
<em></em></dt>
+<dd><p>text in def item for second def item
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002defvr_005fname"></a>c--ategory: 
<strong>d--efvr_name</strong></dt>
-<dd><p>d&ndash;efvr
+<dd><p>d&ndash;efvr
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefn
+<dt><a name="index-copying-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefn
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypeop
+<dt><a 
name="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypeop
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002deftypevr_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
-<dd><p>d&ndash;eftypevr
+<dd><p>d&ndash;eftypevr
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002defcv_005fname"></a>c--ategory of 
c--lass: <strong>d--efcv_name</strong></dt>
-<dd><p>d&ndash;efcv
+<dd><p>d&ndash;efcv
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efop
+<dt><a 
name="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efop
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...
-</em></dt>
-<dd><p>d&ndash;eftp
+<dt><a name="index-copying-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d&ndash;eftp
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efun
+<dt><a name="index-copying-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efun
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmac
+<dt><a name="index-copying-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmac
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efspec
+<dt><a name="index-copying-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efspec
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1
-</em></dt>
-<dd><p>d&ndash;efvar
+<dt><a name="index-copying-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1</em></dt>
+<dd><p>d&ndash;efvar
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002defopt_005fname"></a>User Option: 
<strong>d--efopt_name</strong></dt>
-<dd><p>d&ndash;efopt
+<dd><p>d&ndash;efopt
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-copying-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefun
+<dt><a name="index-copying-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefun
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-copying-d_002d_002deftypevar_005fname"></a>Variable: 
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
-<dd><p>d&ndash;eftypevar
+<dd><p>d&ndash;eftypevar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"></a>Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
-<dd><p>d&ndash;efivar
+<dd><p>d&ndash;efivar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"></a>Instance
 Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
-<dd><p>d&ndash;eftypeivar
+<dd><p>d&ndash;eftypeivar
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmethod
+<dt><a 
name="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmethod
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypemethod
+<dt><a 
name="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypemethod
 </p></dd></dl>
-
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-</p>
-<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
-<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
-<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
-<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
-<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
-</p>
-<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
-<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
-<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@inforef{node}</code> See &lsquo;node&rsquo;
-<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in file}</code>
-See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
-ref</a>
-</p>
-
+
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
+<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+</p>
+<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
+<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
+<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
+<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
+<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
+</p>
+<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
+<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
+<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
+</p>
+
+<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
+<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
+<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
+<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
+</p>
+
+<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
+<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@inforef{node}</code> See &lsquo;node&rsquo;
+<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
+<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in file}</code>
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+
 <dl compact="compact">
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-copying-a-2"></a>
@@ -2804,10 +2701,10 @@
 <dt>b
 <a name="index-copying-b-1"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-copying-a-1"></a>
@@ -2817,22 +2714,22 @@
 <dt>b
 <a name="index-copying-b"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<p>c&ndash;artouche
 </p></td></tr></table>
-
-<p>g&ndash;roupe
-</p>
-<p align="left">f&ndash;lushleft
-</p>
-<p align="right">f&ndash;lushright
-</p>
+
+<p>g&ndash;roupe
+</p>
+<p align="left">f&ndash;lushleft
+</p>
+<p align="right">f&ndash;lushright
+</p>
 <div align="center">ce&ndash;ntered line
-</div>
+</div>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
 @setfilename simplest.info
@@ -2842,521 +2739,503 @@
 This is a very simple texi manual @  &lt;&gt;.
 
 @bye
-</pre>
-<pre class="verbatim">in verbatim ''
-</pre>
-
-html ''
-
-
-
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
 <a name="majorheading"></a>
 <h1 class="majorheading">majorheading</h1>
-
+
 <a name="chapheading"></a>
 <h1 class="chapheading">chapheading</h1>
-
+
 <a name="heading"></a>
 <h2 class="heading">heading</h2>
-
+
 <a name="subheading"></a>
 <h3 class="subheading">subheading</h3>
-
+
 <a name="subsubheading"></a>
 <h4 class="subsubheading">subsubheading</h4>
-
-
-<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
-<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-</p>
-<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
-</p>
-<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
-<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
-<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
-</p>
-
-
-
-<p>Somehow invalid use of @,:<br>
-@, 
-,
-<br>
-@,@&quot;u ,&uuml;
-</p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; 
-'
-<br>
-@&rsquo;@&quot;u '&uuml;
-</p>
-<p>@dotless{truc} truc
address@hidden ij
-<code>@dotless{--a}</code> &ndash;a
-<code>@dotless{a}</code> a
-</p>
-<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
-</p>
-<p>@TeX, but without brace TeX<code>@#</code> #
-</p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
-</p>
-<p><code>@image{,1--xt}</code> 
-<code>@image{,,2--xt}</code> 
-<code>@image{,,,3--xt}</code> 
-</p>
-
+
+
+<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
+<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
+</p>
+<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
+<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, ,
+<br>
+@,@&quot;u ,&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; '
+<br>
+@&rsquo;@&quot;u '&uuml;
+</p>
+<p>@dotless{truc} truc
address@hidden ij
+<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX<code>@#</code> #
+</p>
+<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code>@image{,1--xt}</code> 
+<code>@image{,,2--xt}</code> 
+<code>@image{,,,3--xt}</code> 
+</p>
+
 <ul class="no-bullet">
-<li> after emph e&ndash;mph item
+<li> after emph e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>&bull; a&ndash;n itemize line i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+<li>&bull; a&ndash;n itemize line i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <dl>
 <dt>fun: <strong></strong></dt>
-<dt><a name="index-copying-machin-2"></a>truc: <strong>machin</strong> 
<em>bidule chose and 
-</em></dt>
-<dt><a name="index-copying-machin-3"></a>truc: <strong>machin</strong> 
<em>bidule chose and  after
-</em></dt>
+<dt><a name="index-copying-machin-2"></a>truc: <strong>machin</strong> 
<em>bidule chose and </em></dt>
+<dt><a name="index-copying-machin-3"></a>truc: <strong>machin</strong> 
<em>bidule chose and  after</em></dt>
 <dt><a name="index-copying-machin-4"></a>truc: <strong>machin</strong> 
<em>bidule chose and </em></dt>
 <dt><a name="index-copying-machin-5"></a>truc: <strong>machin</strong> 
<em>bidule chose and and after</em></dt>
-<dt><a name="index-copying-followed-1"></a>truc: <strong>followed</strong> 
<em>by a comment
-</em></dt>
-<dd><p>Various deff lines
-</p></dd><dt><a name="index-copying-after"></a>truc: <strong>after</strong> 
<em>a deff item
-</em></dt>
+<dt><a name="index-copying-followed-1"></a>truc: <strong>followed</strong> 
<em>by a comment</em></dt>
+<dd><p>Various deff lines
+</p></dd><dt><a name="index-copying-after"></a>truc: <strong>after</strong> 
<em>a deff item</em></dt>
 </dl>
-
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
-</p>
-<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{,,title}</code> &lsquo;title&rsquo;
-<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
-<code>@ref{,,,,manual}</code> <cite>manual</cite>
-<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
-<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
-<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
-<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
-<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
-<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
-<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
-<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
-</p>
-<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
-<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>``simple-double--three---four----''</code> <br>
-asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
-strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
-kbd: <kbd>``simple-double--three---four----''</kbd> <br>
-</p>
-<p>&lsquo;<!-- /@w -->&lsquo;simple-double-<!-- /@w 
-->-three&mdash;four&mdash;-&rsquo;<!-- /@w -->&rsquo;<br>
-</p>
+
+<p><code>@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{,,title}</code> &lsquo;title&rsquo;
+<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
+<code>@ref{,,,,manual}</code> <cite>manual</cite>
+<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{node,,title}</code> &lsquo;title&rsquo;
+<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
+<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
+<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
+<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
+<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
+<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
+<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
+<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
+</p>
+<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
+<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
+<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>``simple-double--three---four----''</code> <br>
+asis: &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo; <br>
+strong: 
<strong>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;</strong> <br>
+kbd: <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 name="index-_002d_002doption"></a>
 <a name="index-_0060_0060"></a>
 <a name="index-_0060_0060-2"></a>
 <a name="index-_002d_002dfoption"></a>
-
-<p>@&quot;u &uuml; 
-@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
-@&rsquo;e &eacute;
address@hidden &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
-@&lsquo;address@hidden &#274;` 
address@hidden &#322;
-@,{@&rsquo;C} &#262;,
-@,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
-</p>
-<p><code>@-</code> 
-<code>@|</code> 
-<code>@:</code> 
-<code>@!</code> !
-<code>@?</code> ?
-<code>@.</code> .
-<code>@@</code> @
-<code>@}</code> }
-<code>@{</code> {
-<code>@/</code> 
-</p>
-<p>foo vs. bar. 
-colon :And something else.
-semi colon ;.
-And ? ?.
-Now ! !@
-but , ,
-</p>
-<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
-</p>
-<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
-<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
-<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-<code>@asis{--a}</code> &ndash;a
-<code>@b{--a}</code> <b>&ndash;a</b>
-<code>@cite{--a}</code> <cite>&ndash;a</cite>
-<code>@code{--a}</code> <code>--a</code>
-<code>@command{--a}</code> <code>--a</code>
-<code>@ctrl{--a}</code> ^&ndash;a
-<code>@dfn{--a}</code> <em>&ndash;a</em>
-<code>@dmn{--a}</code> &ndash;a
-<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
-<code>@email{,--b}</code> &ndash;b
-<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
-<code>@emph{--a}</code> <em>&ndash;a</em>
-<code>@env{--a}</code> <code>--a</code>
-<code>@file{--a}</code> <samp>--a</samp>
-<code>@i{--a}</code> <i>&ndash;a</i>
-<code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <tt class="key">--a</tt>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
-<code>@option{--a}</code> <samp>--a</samp>
-<code>@r{--a}</code> <span class="roman">&ndash;a</span>
-<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
-<code>@sc{--a}</code> <small>&ndash;A</small>
-<code>@strong{--a}</code> <strong>&ndash;a</strong>
-<code>@t{--a}</code> <tt>--a</tt>
-<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
-<code>@slanted{--a}</code> <i>&ndash;a</i>
-<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
-<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
-<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@uref{--a}</code> <a href="--a">--a</a>
-<code>@uref{,--b}</code> &ndash;b
-<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,--b,--c}</code> &ndash;c
-<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
-<code>@uref{,,--c}</code> &ndash;c
-<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
-<code>@url{--a,}</code> <a href="--a">--a</a>
-<code>@url{,--b}</code> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
-<code>@verb{:--a:}</code> <tt>--a</tt>
-<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
-<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>@H{a}</code> a''
-<code>@H{--a}</code> &ndash;a''
-<code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a.
-<code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a*
-<code>@tieaccent{a}</code> a[
-<code>@tieaccent{--a}</code> &ndash;a[
-<code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a(
-<code>@ubaraccent{a}</code> a_
-<code>@ubaraccent{--a}</code> &ndash;a_
-<code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> .&ndash;a
-<code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&lt;
-<code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c,
-<code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a;
-<code>@footnote{in footnote}</code> <a name="DOCF5" 
href="#FOOT5"><sup>3</sup></a>
-<code>@footnote{in footnote2}</code> <a name="DOCF6" 
href="#FOOT6"><sup>4</sup></a>
-</p>
-<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
-<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
-<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
-<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
-<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
-<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
-</p>
+
+<p>@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
+@&rsquo;e &eacute;
address@hidden &#333;
+@&lsquo;i &igrave;
+@&rsquo;{e} &eacute;
+@&rsquo;address@hidden &iacute; 
address@hidden i
address@hidden j
+@&lsquo;address@hidden &#274;` 
address@hidden &#322;
+@,{@&rsquo;C} &#262;,
+@,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>@-</code> 
+<code>@|</code> 
+<code>@:</code> 
+<code>@!</code> !
+<code>@?</code> ?
+<code>@.</code> .
+<code>@@</code> @
+<code>@}</code> }
+<code>@{</code> {
+<code>@/</code> 
+</p>
+<p>foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+</p>
+<p>@TeX TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden <small class="enddots">...</small>
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
+</p>
+<p><code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">&ndash;a</acronym> (an accronym)
+<code>@acronym{--a}</code> <acronym title="an accronym">&ndash;a</acronym>
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;&ndash;. ,A.</abbr> (&Eacute;tude 
Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+<code>@asis{--a}</code> &ndash;a
+<code>@b{--a}</code> <b>&ndash;a</b>
+<code>@cite{--a}</code> <cite>&ndash;a</cite>
+<code>@code{--a}</code> <code>--a</code>
+<code>@command{--a}</code> <code>--a</code>
+<code>@ctrl{--a}</code> ^&ndash;a
+<code>@dfn{--a}</code> <em>&ndash;a</em>
+<code>@dmn{--a}</code> &ndash;a
+<code>@email{--a,--b}</code> <a href="mailto:--a";>&ndash;b</a>
+<code>@email{,--b}</code> &ndash;b
+<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
+<code>@emph{--a}</code> <em>&ndash;a</em>
+<code>@env{--a}</code> <code>--a</code>
+<code>@file{--a}</code> <samp>--a</samp>
+<code>@i{--a}</code> <i>&ndash;a</i>
+<code>@kbd{--a}</code> <kbd>--a</kbd>
+<code>@key{--a}</code> <tt class="key">--a</tt>
+<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
+<code>@option{--a}</code> <samp>--a</samp>
+<code>@r{--a}</code> <span class="roman">&ndash;a</span>
+<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
+<code>@sc{--a}</code> <small>&ndash;A</small>
+<code>@strong{--a}</code> <strong>&ndash;a</strong>
+<code>@t{--a}</code> <tt>--a</tt>
+<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
+<code>@slanted{--a}</code> <i>&ndash;a</i>
+<code>@titlefont{--a}</code> </p><h1 class="titlefont">&ndash;a</h1>
+<p><code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
+<code>@uref{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@uref{--a}</code> <a href="--a">--a</a>
+<code>@uref{,--b}</code> &ndash;b
+<code>@uref{--a,--b,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,--b,--c}</code> &ndash;c
+<code>@uref{--a,,--c}</code> <a href="--a">&ndash;c</a>
+<code>@uref{,,--c}</code> &ndash;c
+<code>@url{--a,--b}</code> <a href="--a">&ndash;b</a>
+<code>@url{--a,}</code> <a href="--a">--a</a>
+<code>@url{,--b}</code> &ndash;b
+<code>@var{--a}</code> <var>&ndash;a</var>
+<code>@verb{:--a:}</code> <tt>--a</tt>
+<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
+<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>@H{a}</code> a''
+<code>@H{--a}</code> &ndash;a''
+<code>@dotaccent{a}</code> &#551;
+<code>@dotaccent{--a}</code> &ndash;a.
+<code>@ringaccent{a}</code> &aring;
+<code>@ringaccent{--a}</code> &ndash;a*
+<code>@tieaccent{a}</code> a[
+<code>@tieaccent{--a}</code> &ndash;a[
+<code>@u{a}</code> &#259;
+<code>@u{--a}</code> &ndash;a(
+<code>@ubaraccent{a}</code> a_
+<code>@ubaraccent{--a}</code> &ndash;a_
+<code>@udotaccent{a}</code> &#7841;
+<code>@udotaccent{--a}</code> .&ndash;a
+<code>@v{a}</code> &#462;
+<code>@v{--a}</code> &ndash;a&lt;
+<code>@,{c}</code> &ccedil;
+<code>@,{--c}</code> &ndash;c,
+<code>@ogonek{a}</code> &#261;
+<code>@ogonek{--a}</code> &ndash;a;
+<code>@footnote{in footnote}</code> <a name="DOCF5" 
href="#FOOT5"><sup>3</sup></a>
+<code>@footnote{in footnote2}</code> <a name="DOCF6" 
href="#FOOT6"><sup>4</sup></a>
+</p>
+<p><code>@image{f--ile}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,l--i}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,l--e}</code> <img src="f--ile.jpg" alt="f--ile">
+<code>@image{f--ile,,,alt}</code> <img src="f--ile.jpg" alt="alt">
+<code>@image{f--ile,,,,e-d-xt}</code> <img src="f--ile.e--xt" alt="f--ile">
+<code>@image{f--ile,aze,az,alt,e--xt}</code> <img src="f--ile.e--xt" alt="alt">
+<code>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a&ndash;lt">
+<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> 
<img src="address@hidden ext e--xt}" alt="alt">
+</p>
 <br>
 <br>
-
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
-</p>
+
+<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code>@clicksequence{click @click{} A}</code> click &rArr; A
+</p>
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note:</b> A Note
+<p><b>Note:</b> A Note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>note:</b> A note
+<p><b>note:</b> A note
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Caution:</b> Caution
+<p><b>Caution:</b> Caution
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Important:</b> Important
+<p><b>Important:</b> Important
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Tip:</b> a Tip
+<p><b>Tip:</b> a Tip
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Warning:</b> a Warning.
+<p><b>Warning:</b> a Warning.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
+<p><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>@ at the end of line:</b> A @ at the end of the @quotation line.
+<p><b>@ at the end of line &nbsp;:</b> A @ at the end of the @quotation line.
 </p></blockquote>
-
+
 <blockquote>
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <blockquote>
-<p><b>Note, the note:</b> Note, the note
+<p><b>Note, the note:</b> Note, the note
 </p></blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote>
 </blockquote>
-
+
 <blockquote class="smallquotation">
-<p>A small quot&mdash;ation
+<p>A small quot&mdash;ation
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>Note:</b> A small Note
+<p><b>Note:</b> A small Note
 </p></blockquote>
-
+
 <blockquote class="smallquotation">
-<p><b>something, other thing:</b> something, other thing
+<p><b>something, other thing:</b> something, other thing
 </p></blockquote>
-
+
 <ul>
-<li> i&ndash;temize
+<li> i&ndash;temize
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>+ i&ndash;tem +
+<li>+ i&ndash;tem +
 </li></ul>
-
+
 <ul>
-<li> b&ndash;ullet
+<li> b&ndash;ullet
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>- minu&ndash;s
+<li>- minu&ndash;s
 </li></ul>
-
+
 <ul class="no-bullet">
-<li> e&ndash;mph item
+<li> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li><em>after emph</em> e&ndash;mph item
+<li><em>after emph</em> e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
 <li>&bull; a&ndash;n itemize line <a 
name="index-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <ol>
-<li> e&ndash;numerate
+<li> e&ndash;numerate
 </li></ol>
-
+
 <table>
 <thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
 <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
+<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
 <a name="index-index-entry-within-multitable"></a></td></tr>
 <tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
 </table>
-
+
 <table>
 <tr><td>truc</td><td>bidule</td></tr>
 </table>
-
+
 <div class="example">
-<pre class="example">e--xample  some
-   text
+<pre class="example">e--xample  some
+   text
 </pre></div>
-
+
 <div class="smallexample">
-<pre class="smallexample">s--mallexample
+<pre class="smallexample">s--mallexample
 </pre></div>
-
+
 <div class="display">
-<pre class="display">d&ndash;isplay
+<pre class="display">d&ndash;isplay
 </pre></div>
-
+
 <div class="smalldisplay">
-<pre class="smalldisplay">s&ndash;malldisplay
+<pre class="smalldisplay">s&ndash;malldisplay
 </pre></div>
-
+
 <div class="lisp">
-<pre class="lisp">l--isp
+<pre class="lisp">l--isp
 </pre></div>
-
+
 <div class="smalllisp">
-<pre class="smalllisp">s--malllisp
+<pre class="smalllisp">s--malllisp
 </pre></div>
-
+
 <div class="format">
-<pre class="format">f&ndash;ormat
+<pre class="format">f&ndash;ormat
 </pre></div>
-
+
 <div class="smallformat">
-<pre class="smallformat">s&ndash;mallformat
+<pre class="smallformat">s&ndash;mallformat
 </pre></div>
-
+
 <dl>
-<dt><a name="index-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;effn
+<dt><a name="index-d_002d_002deffn_005fname"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;effn
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
-</em></dt>
-<dd><p>more args <br> even more so
-def&ndash;fn
+<dt><a name="index-de_002d_002dffn_005fname"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def&ndash;fn
 </p></dd></dl>
- 
+ 
 <dl>
-<dt><a name="index-i"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
+<dt><a name="index-i"></a>fset: <strong><var>i</var></strong> <em>a g</em></dt>
 <dd><a name="index-index-entry-within-deffn"></a>
-</dd><dt><a name="index-truc"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dt><a name="index-log-trap"></a>Command: <strong>log trap</strong> <em>
-</em></dt>
-<dt><a name="index-log-trap1"></a>Command: <strong>log trap1</strong> <em>  
-</em></dt>
-<dt><a name="index-log-trap2"></a>Command: <strong>log trap2</strong> <em>
-</em></dt>
-<dt><a name="index-id-ule"></a>cmde: <strong><b>id ule</b></strong> <em>truc
-</em></dt>
-<dt><a name="index-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc
-</em></dt>
+</dd><dt><a name="index-truc"></a>cmde: <strong>truc</strong> <em></em></dt>
+<dt><a name="index-log-trap"></a>Command: <strong>log trap</strong> 
<em></em></dt>
+<dt><a name="index-log-trap1"></a>Command: <strong>log trap1</strong> <em>  
</em></dt>
+<dt><a name="index-log-trap2"></a>Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt><a name="index-id-ule"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt><a name="index-id-i-ule"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc</em></dt>
 <dt><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: <strong></strong></dt>
 <dt>: <strong></strong></dt>
 <dt>aaa: <strong></strong></dt>
@@ -3366,203 +3245,186 @@
 <dt><a name="index-bidule-machin"></a>: <strong>bidule machin</strong></dt>
 <dt><a name="index-machin-1"></a>truc: <strong>machin</strong></dt>
 <dt>truc: <strong></strong></dt>
-<dt><a name="index-followed"></a>truc: <strong>followed</strong> <em>by a 
comment
-</em></dt>
+<dt><a name="index-followed"></a>truc: <strong>followed</strong> <em>by a 
comment</em></dt>
 <dt>truc: <strong></strong></dt>
 <dt>: <strong></strong></dt>
-<dt><a name="index-a-1"></a>truc: <strong>a</strong> <em>b c d e <b>f g</b> h i
-</em></dt>
-<dt><a name="index-deffnx"></a>truc: <strong>deffnx</strong> <em>before end 
deffn
-</em></dt>
+<dt><a name="index-a-1"></a>truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt><a name="index-deffnx"></a>truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
-
+
 <dl>
 <dt><a name="index-deffn"></a>empty: <strong>deffn</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-deffn-1"></a>empty: <strong>deffn</strong> <em>with deffnx
-</em></dt>
+<dt><a name="index-deffn-1"></a>empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
 <dt><a name="index-deffnx-1"></a>empty: <strong>deffnx</strong></dt>
 </dl>
-
+
 <dl>
-<dt><a name="index-i-1"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
-<dt><a name="index-truc-1"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dd><p>text in def item for second def item
+<dt><a name="index-i-1"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt><a name="index-truc-1"></a>cmde: <strong>truc</strong> <em></em></dt>
+<dd><p>text in def item for second def item
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-d_002d_002defvr_005fname"></a>c--ategory: 
<strong>d--efvr_name</strong></dt>
-<dd><p>d&ndash;efvr
+<dd><p>d&ndash;efvr
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefn
+<dt><a name="index-d_002d_002deftypefn_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefn
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypeop
+<dt><a 
name="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"></a>c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypeop
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-d_002d_002deftypevr_005fname"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
-<dd><p>d&ndash;eftypevr
+<dd><p>d&ndash;eftypevr
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-d_002d_002defcv_005fname"></a>c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
-<dd><p>d&ndash;efcv
+<dd><p>d&ndash;efcv
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efop
+<dt><a name="index-d_002d_002defop_005fname-on-c_002d_002dlass"></a>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efop
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...
-</em></dt>
-<dd><p>d&ndash;eftp
+<dt><a name="index-d_002d_002deftp_005fname"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d&ndash;eftp
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efun
+<dt><a name="index-d_002d_002defun_005fname"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efun
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmac
+<dt><a name="index-d_002d_002defmac_005fname"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmac
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efspec
+<dt><a name="index-d_002d_002defspec_005fname"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efspec
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1
-</em></dt>
-<dd><p>d&ndash;efvar
+<dt><a name="index-d_002d_002defvar_005fname"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1</em></dt>
+<dd><p>d&ndash;efvar
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-d_002d_002defopt_005fname"></a>User Option: 
<strong>d--efopt_name</strong></dt>
-<dd><p>d&ndash;efopt
+<dd><p>d&ndash;efopt
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypefun
+<dt><a name="index-d_002d_002deftypefun_005fname"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypefun
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-d_002d_002deftypevar_005fname"></a>Variable: 
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
-<dd><p>d&ndash;eftypevar
+<dd><p>d&ndash;eftypevar
 </p></dd></dl>
-
+
 <dl>
 <dt><a name="index-d_002d_002defivar_005fname-of-c_002d_002dlass"></a>Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
-<dd><p>d&ndash;efivar
+<dd><p>d&ndash;efivar
 </p></dd></dl>
-
+
 <dl>
 <dt><a 
name="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"></a>Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
-<dd><p>d&ndash;eftypeivar
+<dd><p>d&ndash;eftypeivar
 </p></dd></dl>
-
+
 <dl>
-<dt><a name="index-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;efmethod
+<dt><a name="index-d_002d_002defmethod_005fname-on-c_002d_002dlass"></a>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d&ndash;efmethod
 </p></dd></dl>
-
+
 <dl>
-<dt><a 
name="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method on 
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><p>d&ndash;eftypemethod
+<dt><a 
name="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"></a>Method on 
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d&ndash;eftypemethod
 </p></dd></dl>
-
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-</p>
-<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
-<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
-<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
-<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
-<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
-</p>
-<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
-<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
-<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@inforef{node}</code> See &lsquo;node&rsquo;
-<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
-</p>
-<p><code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in file}</code>
-See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
-ref</a>
-</p>
-
+
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
+<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+</p>
+<p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
+<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
+<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
+<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">A section</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
+<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
+</p>
+<p><code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref 
name</a>
+<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
+<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@ref{chapter,cross ref name,,,manual}</code> &lsquo;cross ref 
name&rsquo; in <cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
+</p>
+
+<p><code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
+<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
+<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
+<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
+</p>
+
+<p><code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@inforef{chapter}</code> See &lsquo;chapter&rsquo;
+<code>@inforef{chapter, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
+<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@inforef{node}</code> See &lsquo;node&rsquo;
+<code>@inforef{node, cross ref name}</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
+<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
+</p>
+<p><code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in file}</code>
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+</p>
+
 <dl compact="compact">
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-a-6"></a>
@@ -3570,10 +3432,10 @@
 <dt>b
 <a name="index-b-2"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <dl compact="compact">
 <dt>a
 <a name="index-a-2"></a>
@@ -3583,22 +3445,22 @@
 <dt>b
 <a name="index-b"></a>
 </dt>
-<dd><p>l&ndash;ine
+<dd><p>l&ndash;ine
 </p></dd>
 </dl>
-
+
 <table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<p>c&ndash;artouche
 </p></td></tr></table>
-
-<p>g&ndash;roupe
-</p>
-<p align="left">f&ndash;lushleft
-</p>
-<p align="right">f&ndash;lushright
-</p>
+
+<p>g&ndash;roupe
+</p>
+<p align="left">f&ndash;lushleft
+</p>
+<p align="right">f&ndash;lushright
+</p>
 <div align="center">ce&ndash;ntered line
-</div>
+</div>
 <pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
 @setfilename simplest.info
@@ -3608,524 +3470,545 @@
 This is a very simple texi manual @  &lt;&gt;.
 
 @bye
-</pre>
-<pre class="verbatim">in verbatim ''
-</pre>
-
-html ''
-
-
-
+</pre>
+<pre class="verbatim">in verbatim ''
+</pre>
+
+html ''
+
+
+
 <a name="majorheading-1"></a>
 <h1 class="majorheading">majorheading</h1>
-
+
 <a name="chapheading-1"></a>
 <h1 class="chapheading">chapheading</h1>
-
+
 <a name="heading-1"></a>
 <h2 class="heading">heading</h2>
-
+
 <a name="subheading-1"></a>
 <h3 class="subheading">subheading</h3>
-
+
 <a name="subsubheading-1"></a>
 <h4 class="subsubheading">subsubheading</h4>
-
-
-<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
-<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
-</p>
-<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
-</p>
-<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
-<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
-<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
-</p>
-
-
-
-<p>Somehow invalid use of @,:<br>
-@, 
-,
-<br>
-@,@&quot;u ,&uuml;
-</p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; 
-'
-<br>
-@&rsquo;@&quot;u '&uuml;
-</p>
-<p>@dotless{truc} truc
address@hidden ij
-<code>@dotless{--a}</code> &ndash;a
-<code>@dotless{a}</code> a
-</p>
-<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
-</p>
-<p>@TeX, but without brace TeX<code>@#</code> #
-</p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
-</p>
-<p><code>@image{,1--xt}</code> 
-<code>@image{,,2--xt}</code> 
-<code>@image{,,,3--xt}</code> 
-</p>
-
+
+
+<p><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym 
title="an accronym , ...">&ndash;a</acronym> (an accronym , <small 
class="enddots">...</small>)
+<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;&ndash;. ,A.</abbr> 
(&Eacute;tude&ndash;, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;&ndash;. ,A.</abbr>
+</p>
+<p><code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
+</p>
+<p><code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> <img 
src="f-ile.jpg" alt="altjk _&quot; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> <img src="f--ile.e--xt" alt="jk _&quot; %@ in b &quot;">
+<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; address@hidden" alt="altjk _&quot; %@">
+</p>
+
+
+
+<p>Somehow invalid use of @,:<br>
+@, ,
+<br>
+@,@&quot;u ,&uuml;
+</p>
+<p>Invalid use of @&rsquo;:<br>
+@&rsquo; '
+<br>
+@&rsquo;@&quot;u '&uuml;
+</p>
+<p>@dotless{truc} truc
address@hidden ij
+<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{a}</code> a
+</p>
+<p>@U, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
+</p>
+<p>@TeX, but without brace TeX<code>@#</code> #
+</p>
+<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+</p>
+<p><code>@image{,1--xt}</code> 
+<code>@image{,,2--xt}</code> 
+<code>@image{,,,3--xt}</code> 
+</p>
+
 <ul class="no-bullet">
-<li> after emph e&ndash;mph item
+<li> after emph e&ndash;mph item
 </li></ul>
-
+
 <ul class="no-bullet">
-<li>&bull; a&ndash;n itemize line i&ndash;tem 1
-</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
+<li>&bull; a&ndash;n itemize line i&ndash;tem 1
+</li><li>&bull; a&ndash;n itemize line i&ndash;tem 2
 </li></ul>
-
+
 <dl>
 <dt>fun: <strong></strong></dt>
-<dt><a name="index-machin-2"></a>truc: <strong>machin</strong> <em>bidule 
chose and 
-</em></dt>
-<dt><a name="index-machin-3"></a>truc: <strong>machin</strong> <em>bidule 
chose and  after
-</em></dt>
+<dt><a name="index-machin-2"></a>truc: <strong>machin</strong> <em>bidule 
chose and </em></dt>
+<dt><a name="index-machin-3"></a>truc: <strong>machin</strong> <em>bidule 
chose and  after</em></dt>
 <dt><a name="index-machin-4"></a>truc: <strong>machin</strong> <em>bidule 
chose and </em></dt>
 <dt><a name="index-machin-5"></a>truc: <strong>machin</strong> <em>bidule 
chose and and after</em></dt>
-<dt><a name="index-followed-1"></a>truc: <strong>followed</strong> <em>by a 
comment
-</em></dt>
-<dd><p>Various deff lines
-</p></dd><dt><a name="index-after"></a>truc: <strong>after</strong> <em>a deff 
item
-</em></dt>
+<dt><a name="index-followed-1"></a>truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dd><p>Various deff lines
+</p></dd><dt><a name="index-after"></a>truc: <strong>after</strong> <em>a deff 
item</em></dt>
 </dl>
-
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
-</p>
-<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{,,title}</code> &lsquo;title&rsquo;
-<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
-<code>@ref{,,,,manual}</code> <cite>manual</cite>
-<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
-<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
-<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
-<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
-<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
-<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
-<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
-<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
-<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
-</p>
-<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
-<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@inforef{}</code> 
-</p>
-
-
-
-<p>In example.
+
+<p><code>@ref{node}</code> &lsquo;node&rsquo;
+</p>
+<p><code>@ref{,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{,,title}</code> &lsquo;title&rsquo;
+<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
+<code>@ref{,,,,manual}</code> <cite>manual</cite>
+<code>@ref{node,cross ref name}</code> &lsquo;cross ref name&rsquo;
+<code>@ref{node,,title}</code> &lsquo;title&rsquo;
+<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
+<code>@ref{node,,,,manual}</code> &lsquo;node&rsquo; in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@ref{node,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; 
in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
+<code>@ref{node,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
+<code>@ref{node,,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
+<code>@ref{,cross ref name,title,}</code> &lsquo;title&rsquo;
+<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@ref{,cross ref name,,,manual}</code> &lsquo;cross ref name&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
+<code>@ref{,cross ref name,title,,manual}</code> &lsquo;title&rsquo; in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
+<code>@ref{,,title,,manual}</code> &lsquo;title&rsquo; in <cite>manual</cite>
+<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
+</p>
+<p><code>@inforef{,cross ref name }</code> See &lsquo;cross ref name&rsquo;
+<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
+<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@inforef{}</code> 
+</p>
+
+
+<p>In example.
 </p><div class="example">
-<pre class="example">
-&lt;
-&gt;
-&quot;
-&amp;
-'
-`
-
+<pre class="example">
+
+&lt;
+&gt;
+&quot;
+&amp;
+'
+`
+
 ``simple-double--three---four----''
-
+
 code: <code>``simple-double--three---four----''</code> 
-
+
 asis: ``simple-double--three---four----'' 
-
+
 strong: <strong>``simple-double--three---four----''</strong> 
-
+
 kbd: <kbd>``simple-double--three---four----''</kbd> 
-
-
+
+
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
-
-
-<a name="index-_002d_002doption-1"></a><a name="index-_0060_0060-1"></a><a 
name="index-_0060_0060-3"></a><a name="index-_002d_002dfoption-1"></a>
-@&quot;u &uuml; 
-@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
-@'e &eacute;
address@hidden &#333;
address@hidden &igrave;
-@'{e} &eacute;
-@'address@hidden &iacute; 
address@hidden i
address@hidden j
address@hidden@=E} &#274;` 
address@hidden &#322;
-@,{@'C} &#262;,
-@,c &ccedil;
+
+
+<a name="index-_002d_002doption-1"></a><a name="index-_0060_0060-1"></a><a 
name="index-_0060_0060-3"></a><a name="index-_002d_002dfoption-1"></a>
+@&quot;u &uuml; 
+@&quot;{U} &Uuml; 
address@hidden &ntilde;
address@hidden &acirc;
+@'e &eacute;
address@hidden &#333;
address@hidden &igrave;
+@'{e} &eacute;
+@'address@hidden &iacute; 
address@hidden i
address@hidden j
address@hidden@=E} &#274;` 
address@hidden &#322;
+@,{@'C} &#262;,
+@,c &ccedil;
 @,c@&quot;u &ccedil;&uuml; 
-
-
address@hidden &#x0075;
-
+
+
address@hidden &#x0075;
+
 @* 
-
-@ followed by a space
-&nbsp;
-@ followed by a tab
-&nbsp;
-@ followed by a new line
-
-<code>@-</code> 
-<code>@|</code> 
-<code>@:</code> 
-<code>@!</code> !
-<code>@?</code> ?
-<code>@.</code> .
-<code>@@</code> @
-<code>@}</code> }
-<code>@{</code> {
-<code>@/</code> 
-
-foo vs. bar. 
-colon :And something else.
-semi colon ;.
-And ? ?.
-Now ! !@
-but , ,
-
address@hidden TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden ...
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
-
-<code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">--a</acronym> (an accronym)
-<code>@acronym{--a}</code> <acronym title="an accronym">--a</acronym>
-<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;--. ,A.</abbr> (&Eacute;tude Autonome)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;--. ,A.</abbr>
-<code>@asis{--a}</code> --a
-<code>@b{--a}</code> <b>&ndash;a</b>
-<code>@cite{--a}</code> <cite>--a</cite>
-<code>@code{--a}</code> <code>--a</code>
-<code>@command{--a}</code> <code>--a</code>
-<code>@ctrl{--a}</code> ^--a
-<code>@dfn{--a}</code> <em>--a</em>
-<code>@dmn{--a}</code> --a
-<code>@email{--a,--b}</code> <a href="mailto:--a";>--b</a>
-<code>@email{,--b}</code> --b
-<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
-<code>@emph{--a}</code> <em>--a</em>
-<code>@env{--a}</code> <code>--a</code>
-<code>@file{--a}</code> <samp>--a</samp>
-<code>@i{--a}</code> <i>&ndash;a</i>
-<code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <span class="key">--a</span>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
-<code>@option{--a}</code> <samp>--a</samp>
-<code>@r{--a}</code> <span class="roman">&ndash;a</span>
-<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
-<code>@sc{--a}</code> --A
-<code>@strong{--a}</code> <strong>--a</strong>
-<code>@t{--a}</code> <tt>--a</tt>
-<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
-<code>@slanted{--a}</code> <i>&ndash;a</i>
-<code>@titlefont{--a}</code> </pre><h1 class="titlefont">--a</h1><pre 
class="example">
-<code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
-<code>@uref{--a,--b}</code> <a href="--a">--b</a>
-<code>@uref{--a}</code> <a href="--a">--a</a>
-<code>@uref{,--b}</code> --b
-<code>@uref{--a,--b,--c}</code> <a href="--a">--c</a>
-<code>@uref{,--b,--c}</code> --c
-<code>@uref{--a,,--c}</code> <a href="--a">--c</a>
-<code>@uref{,,--c}</code> --c
-<code>@url{--a,--b}</code> <a href="--a">--b</a>
-<code>@url{--a,}</code> <a href="--a">--a</a>
-<code>@url{,--b}</code> --b
-<code>@var{--a}</code> <var>--a</var>
-<code>@verb{:--a:}</code> <tt>--a</tt>
-<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
-<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>@H{a}</code> a''
-<code>@H{--a}</code> --a''
-<code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> --a.
-<code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> --a*
-<code>@tieaccent{a}</code> a[
-<code>@tieaccent{--a}</code> --a[
-<code>@u{a}</code> &#259;
-<code>@u{--a}</code> --a(
-<code>@ubaraccent{a}</code> a_
-<code>@ubaraccent{--a}</code> --a_
-<code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> .--a
-<code>@v{a}</code> &#462;
-<code>@v{--a}</code> --a&lt;
-<code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> --c,
-<code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> --a;
-<code>@footnote{in footnote}</code> <a name="DOCF7" href="#FOOT7">(5)</a>
-<code>@footnote{in footnote2}</code> <a name="DOCF8" href="#FOOT8">(6)</a>
-
-<code>@image{f--ile}</code> [ f--ile ]
-<code>@image{f--ile,l--i}</code> [ f--ile ]
-<code>@image{f--ile,,l--e}</code> [ f--ile ]
-<code>@image{f--ile,,,alt}</code> [ alt ]
-<code>@image{f--ile,,,,e-d-xt}</code> [ f--ile ]
-<code>@image{f--ile,aze,az,alt,e--xt}</code> [ alt ]
-<code>@image{f-ile,aze,,a--lt}</code> [ a--lt ]
-<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> [ 
alt ]
-
 
+@ followed by a space
+&nbsp;
+@ followed by a tab
+&nbsp;
+@ followed by a new line
+&nbsp;<code>@-</code> 
+<code>@|</code> 
+<code>@:</code> 
+<code>@!</code> !
+<code>@?</code> ?
+<code>@.</code> .
+<code>@@</code> @
+<code>@}</code> }
+<code>@{</code> {
+<code>@/</code> 
 
-
-<code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
-
+foo vs. bar. 
+colon :And something else.
+semi colon ;.
+And ? ?.
+Now ! !@
+but , ,
+
address@hidden TeX
address@hidden LaTeX
address@hidden &bull;
address@hidden &copy;
address@hidden &hellip;
address@hidden ...
address@hidden &equiv;
address@hidden error&rarr;
address@hidden &rarr;
address@hidden -
address@hidden &lowast;
address@hidden -|
address@hidden &rArr;
address@hidden a sunny day
address@hidden &aring;
address@hidden &Aring;
address@hidden &aelig;
address@hidden &oelig;
address@hidden &AElig;
address@hidden &OElig;
address@hidden &oslash;
address@hidden &Oslash;
address@hidden &szlig;
address@hidden &#322;
address@hidden &#321;
address@hidden &ETH;
address@hidden &THORN;
address@hidden &eth;
address@hidden &thorn;
address@hidden &iexcl;
address@hidden &iquest;
address@hidden &pound;
address@hidden &reg;
address@hidden &ordf;
address@hidden &ordm;
address@hidden ,
address@hidden &ldquo;
address@hidden &rdquo;
address@hidden &lsquo;
address@hidden &rsquo;
address@hidden &bdquo;
address@hidden &sbquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &laquo;
address@hidden &raquo;
address@hidden &lsaquo;
address@hidden &rsaquo;
address@hidden &deg;
address@hidden &euro;
address@hidden &rarr;
address@hidden &le;
address@hidden &ge;
+
+<code>@acronym{--a,an accronym}</code> <acronym title="an 
accronym">--a</acronym> (an accronym)
+<code>@acronym{--a}</code> <acronym title="an accronym">--a</acronym>
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> <abbr 
title="&Eacute;tude Autonome">&Eacute;--. ,A.</abbr> (&Eacute;tude Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude 
Autonome">&Eacute;--. ,A.</abbr>
+<code>@asis{--a}</code> --a
+<code>@b{--a}</code> <b>&ndash;a</b>
+<code>@cite{--a}</code> <cite>--a</cite>
+<code>@code{--a}</code> <code>--a</code>
+<code>@command{--a}</code> <code>--a</code>
+<code>@ctrl{--a}</code> ^--a
+<code>@dfn{--a}</code> <em>--a</em>
+<code>@dmn{--a}</code> --a
+<code>@email{--a,--b}</code> <a href="mailto:--a";>--b</a>
+<code>@email{,--b}</code> --b
+<code>@email{--a}</code> <a href="mailto:--a";>--a</a>
+<code>@emph{--a}</code> <em>--a</em>
+<code>@env{--a}</code> <code>--a</code>
+<code>@file{--a}</code> <samp>--a</samp>
+<code>@i{--a}</code> <i>&ndash;a</i>
+<code>@kbd{--a}</code> <kbd>--a</kbd>
+<code>@key{--a}</code> <span class="key">--a</span>
+<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em>--a {\frac{1}{2}} -</em>
+<code>@option{--a}</code> <samp>--a</samp>
+<code>@r{--a}</code> <span class="roman">&ndash;a</span>
+<code>@samp{--a}</code> &lsquo;<samp>--a</samp>&rsquo;
+<code>@sc{--a}</code> --A
+<code>@strong{--a}</code> <strong>--a</strong>
+<code>@t{--a}</code> <tt>--a</tt>
+<code>@sansserif{--a}</code> <span class="sansserif">&ndash;a</span>
+<code>@slanted{--a}</code> <i>&ndash;a</i>
+<code>@titlefont{--a}</code> </pre><h1 class="titlefont">--a</h1><pre 
class="example">
+
+<code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
+<code>@uref{--a,--b}</code> <a href="--a">--b</a>
+<code>@uref{--a}</code> <a href="--a">--a</a>
+<code>@uref{,--b}</code> --b
+<code>@uref{--a,--b,--c}</code> <a href="--a">--c</a>
+<code>@uref{,--b,--c}</code> --c
+<code>@uref{--a,,--c}</code> <a href="--a">--c</a>
+<code>@uref{,,--c}</code> --c
+<code>@url{--a,--b}</code> <a href="--a">--b</a>
+<code>@url{--a,}</code> <a href="--a">--a</a>
+<code>@url{,--b}</code> --b
+<code>@var{--a}</code> <var>--a</var>
+<code>@verb{:--a:}</code> <tt>--a</tt>
+<code>@verb{:a  &lt; &amp; @ % &quot; --    b:}</code> <tt>a  &lt; &amp; @ % 
&quot; --    b</tt>
+<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>@H{a}</code> a''
+<code>@H{--a}</code> --a''
+<code>@dotaccent{a}</code> &#551;
+<code>@dotaccent{--a}</code> --a.
+<code>@ringaccent{a}</code> &aring;
+<code>@ringaccent{--a}</code> --a*
+<code>@tieaccent{a}</code> a[
+<code>@tieaccent{--a}</code> --a[
+<code>@u{a}</code> &#259;
+<code>@u{--a}</code> --a(
+<code>@ubaraccent{a}</code> a_
+<code>@ubaraccent{--a}</code> --a_
+<code>@udotaccent{a}</code> &#7841;
+<code>@udotaccent{--a}</code> .--a
+<code>@v{a}</code> &#462;
+<code>@v{--a}</code> --a&lt;
+<code>@,{c}</code> &ccedil;
+<code>@,{--c}</code> --c,
+<code>@ogonek{a}</code> &#261;
+<code>@ogonek{--a}</code> --a;
+<code>@footnote{in footnote}</code> <a name="DOCF7" href="#FOOT7">(5)</a>
+<code>@footnote{in footnote2}</code> <a name="DOCF8" href="#FOOT8">(6)</a>
+
+<code>@image{f--ile}</code> [ f--ile ]
+<code>@image{f--ile,l--i}</code> [ f--ile ]
+<code>@image{f--ile,,l--e}</code> [ f--ile ]
+<code>@image{f--ile,,,alt}</code> [ alt ]
+<code>@image{f--ile,,,,e-d-xt}</code> [ f--ile ]
+<code>@image{f--ile,aze,az,alt,e--xt}</code> [ alt ]
+<code>@image{f-ile,aze,,a--lt}</code> [ a--lt ]
+<code>@address@hidden@@@.,aze,az,alt,@file{file ext} address@hidden</code> [ 
alt ]
+
+
+
+
+<code>@clicksequence{click @click{} A}</code> click &rarr; A
+After clickstyle &rArr;
+<code>@clicksequence{click @click{} A}</code> click &rArr; A
+
 </pre><blockquote>
-<pre class="example">A quot---ation
+<pre class="example">A quot---ation
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>Note:</b> A Note
+<pre class="example"><b>Note:</b> A Note
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>note:</b> A note
+<pre class="example"><b>note:</b> A note
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>Caution:</b> Caution
+<pre class="example"><b>Caution:</b> Caution
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>Important:</b> Important
+<pre class="example"><b>Important:</b> Important
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>Tip:</b> a Tip
+<pre class="example"><b>Tip:</b> a Tip
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>Warning:</b> a Warning.
+<pre class="example"><b>Warning:</b> a Warning.
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>something &eacute; TeX:</b> The something &eacute; TeX 
is here.
+<pre class="example"><b>something &eacute; TeX:</b> The something &eacute; TeX 
is here.
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>@ at the end of line:</b> A @ at the end of the 
@quotation line.
+<pre class="example"><b>@ at the end of line &nbsp;:</b> A @ at the end of the 
@quotation line.
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>something, other thing:</b> something, other thing
+<pre class="example"><b>something, other thing:</b> something, other thing
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
-<pre class="example"><b>Note, the note:</b> Note, the note
+<pre class="example"><b>Note, the note:</b> Note, the note
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote class="smallquotation">
-<pre class="example">A small quot---ation
+<pre class="example">A small quot---ation
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote class="smallquotation">
-<pre class="example"><b>Note:</b> A small Note
+<pre class="example"><b>Note:</b> A small Note
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><blockquote class="smallquotation">
-<pre class="example"><b>something, other thing:</b> something, other thing
+<pre class="example"><b>something, other thing:</b> something, other thing
 </pre></blockquote>
-<pre class="example">
+<pre class="example">
+
 </pre><ul>
-<li> <pre class="example">i--temize
+<li> <pre class="example">i--temize
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul class="no-bullet">
-<li>+ <pre class="example">i--tem +
+<li>+ <pre class="example">i--tem +
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul>
-<li> <pre class="example">b--ullet
+<li> <pre class="example">b--ullet
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul class="no-bullet">
-<li>- <pre class="example">minu--s
+<li>- <pre class="example">minu--s
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul class="no-bullet">
-<li> <pre class="example">e--mph item
+<li> <pre class="example">e--mph item
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul class="no-bullet">
-<li><em>after emph</em> <pre class="example">e--mph item
+<li><em>after emph</em> <pre class="example">e--mph item
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul class="no-bullet">
-<li>&bull; a&ndash;n itemize line <pre class="example"><a 
name="index-index-entry-within-itemize-1"></a>i--tem 1
-</pre></li><li>&bull; a&ndash;n itemize line <pre class="example">i--tem 2
+<li>&bull; a&ndash;n itemize line <pre class="example"><a 
name="index-index-entry-within-itemize-1"></a>i--tem 1
+</pre></li><li>&bull; a&ndash;n itemize line <pre class="example">i--tem 2
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ol>
-<li> <pre class="example">e--numerate
+<li> <pre class="example">e--numerate
 </pre></li></ol>
-<pre class="example">
+<pre class="example">
+
 </pre><table>
 <thead><tr><th width="40%"><pre class="example">mu--ltitable 
headitem</pre></th><th width="60%"><pre class="example">another 
tab</pre></th></tr></thead>
 <tr><td width="40%"><pre class="example">mu--ltitable item</pre></td><td 
width="60%"><pre class="example">multitable tab</pre></td></tr>
-<tr><td width="40%"><pre class="example">mu--ltitable item 2</pre></td><td 
width="60%"><pre class="example">multitable tab 2
+<tr><td width="40%"><pre class="example">mu--ltitable item 2</pre></td><td 
width="60%"><pre class="example">multitable tab 2
 <a name="index-index-entry-within-multitable-1"></a></pre></td></tr>
 <tr><td width="40%"><pre class="example">lone mu--ltitable item</pre></td></tr>
 </table>
-<pre class="example">
+<pre class="example">
+
 </pre><table>
 <tr><td><pre class="example">truc</pre></td><td><pre 
class="example">bidule</pre></td></tr>
 </table>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="example">
-<pre class="example">e--xample  some
-   text
+<pre class="example">e--xample  some
+   text
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="smallexample">
-<pre class="smallexample">s--mallexample
+<pre class="smallexample">s--mallexample
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="display">
-<pre class="example">d--isplay
+<pre class="example">d--isplay
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="smalldisplay">
-<pre class="example">s--malldisplay
+<pre class="example">s--malldisplay
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="lisp">
-<pre class="lisp">l--isp
+<pre class="lisp">l--isp
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="smalllisp">
-<pre class="smalllisp">s--malllisp
+<pre class="smalllisp">s--malllisp
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="format">
-<pre class="example">f--ormat
+<pre class="example">f--ormat
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><div class="smallformat">
-<pre class="example">s--mallformat
+<pre class="example">s--mallformat
 </pre></div>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002deffn_005fname-1"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--effn
+<dt><a name="index-d_002d_002deffn_005fname-1"></a>c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--effn
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-de_002d_002dffn_005fname-1"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments 
-</em></dt>
-<dd><pre class="example">   more args 
- even more so
-def--fn
+<dt><a name="index-de_002d_002dffn_005fname-1"></a>cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args 
+ even more so</em></dt>
+<dd><pre class="example">def--fn
 </pre></dd></dl>
-<pre class="example"> 
+<pre class="example"> 
 </pre><dl>
-<dt><a name="index-i-2"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
-<dd><pre class="example"><a 
name="index-index-entry-within-deffn-1"></a></pre></dd><dt><a 
name="index-truc-2"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dt><a name="index-log-trap-1"></a>Command: <strong>log trap</strong> <em>
-</em></dt>
-<dt><a name="index-log-trap1-1"></a>Command: <strong>log trap1</strong> <em>  
-</em></dt>
-<dt><a name="index-log-trap2-1"></a>Command: <strong>log trap2</strong> <em>
-</em></dt>
-<dt><a name="index-id-ule-1"></a>cmde: <strong><b>id ule</b></strong> <em>truc
-</em></dt>
-<dt><a name="index-id-i-ule-1"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc
-</em></dt>
+<dt><a name="index-i-2"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dd><pre class="example"><a 
name="index-index-entry-within-deffn-1"></a></pre></dd><dt><a 
name="index-truc-2"></a>cmde: <strong>truc</strong> <em></em></dt>
+<dt><a name="index-log-trap-1"></a>Command: <strong>log trap</strong> 
<em></em></dt>
+<dt><a name="index-log-trap1-1"></a>Command: <strong>log trap1</strong> <em>  
</em></dt>
+<dt><a name="index-log-trap2-1"></a>Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt><a name="index-id-ule-1"></a>cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt><a name="index-id-i-ule-1"></a>cmde2: <strong><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></strong> <em>truc</em></dt>
 <dt><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: <strong></strong></dt>
 <dt>: <strong></strong></dt>
 <dt>aaa: <strong></strong></dt>
@@ -4135,203 +4018,209 @@
 <dt><a name="index-bidule-machin-1"></a>: <strong>bidule machin</strong></dt>
 <dt><a name="index-machin-7"></a>truc: <strong>machin</strong></dt>
 <dt>truc: <strong></strong></dt>
-<dt><a name="index-followed-2"></a>truc: <strong>followed</strong> <em>by a 
comment
-</em></dt>
+<dt><a name="index-followed-2"></a>truc: <strong>followed</strong> <em>by a 
comment</em></dt>
 <dt>truc: <strong></strong></dt>
 <dt>: <strong></strong></dt>
-<dt><a name="index-a-3"></a>truc: <strong>a</strong> <em>b c d e <b>f g</b> h i
-</em></dt>
-<dt><a name="index-deffnx-2"></a>truc: <strong>deffnx</strong> <em>before end 
deffn
-</em></dt>
+<dt><a name="index-a-3"></a>truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt><a name="index-deffnx-2"></a>truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a name="index-deffn-2"></a>empty: <strong>deffn</strong></dt>
 </dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-deffn-3"></a>empty: <strong>deffn</strong> <em>with deffnx
-</em></dt>
+<dt><a name="index-deffn-3"></a>empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
 <dt><a name="index-deffnx-3"></a>empty: <strong>deffnx</strong></dt>
 </dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-i-3"></a>fset: <strong><var>i</var></strong> <em>a g
-</em></dt>
-<dt><a name="index-truc-3"></a>cmde: <strong>truc</strong> <em>
-</em></dt>
-<dd><pre class="example">text in def item for second def item
+<dt><a name="index-i-3"></a>fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt><a name="index-truc-3"></a>cmde: <strong>truc</strong> <em></em></dt>
+<dd><pre class="example">text in def item for second def item
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a name="index-d_002d_002defvr_005fname-1"></a>c--ategory: 
<strong>d--efvr_name</strong></dt>
-<dd><pre class="example">d--efvr
+<dd><pre class="example">d--efvr
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002deftypefn_005fname-1"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--eftypefn
+<dt><a name="index-d_002d_002deftypefn_005fname-1"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--eftypefn
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a 
name="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"></a>c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--eftypeop
+<dt><a 
name="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"></a>c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><pre class="example">d--eftypeop
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a name="index-d_002d_002deftypevr_005fname-1"></a>c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
-<dd><pre class="example">d--eftypevr
+<dd><pre class="example">d--eftypevr
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a name="index-d_002d_002defcv_005fname-1"></a>c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
-<dd><pre class="example">d--efcv
+<dd><pre class="example">d--efcv
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a 
name="index-d_002d_002defop_005fname-on-c_002d_002dlass-1"></a>c--ategory on 
c--lass: <strong>d--efop_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--efop
+<dt><a 
name="index-d_002d_002defop_005fname-on-c_002d_002dlass-1"></a>c--ategory on 
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--efop
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002deftp_005fname-1"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...
-</em></dt>
-<dd><pre class="example">d--eftp
+<dt><a name="index-d_002d_002deftp_005fname-1"></a>c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><pre class="example">d--eftp
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002defun_005fname-1"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--efun
+<dt><a name="index-d_002d_002defun_005fname-1"></a>Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--efun
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002defmac_005fname-1"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--efmac
+<dt><a name="index-d_002d_002defmac_005fname-1"></a>Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--efmac
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002defspec_005fname-1"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--efspec
+<dt><a name="index-d_002d_002defspec_005fname-1"></a>Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--efspec
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002defvar_005fname-1"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1
-</em></dt>
-<dd><pre class="example">d--efvar
+<dt><a name="index-d_002d_002defvar_005fname-1"></a>Variable: 
<strong>d--efvar_name</strong> <em>argvar argvar1</em></dt>
+<dd><pre class="example">d--efvar
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a name="index-d_002d_002defopt_005fname-1"></a>User Option: 
<strong>d--efopt_name</strong></dt>
-<dd><pre class="example">d--efopt
+<dd><pre class="example">d--efopt
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a name="index-d_002d_002deftypefun_005fname-1"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--eftypefun
+<dt><a name="index-d_002d_002deftypefun_005fname-1"></a>Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--eftypefun
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a name="index-d_002d_002deftypevar_005fname-1"></a>Variable: 
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
-<dd><pre class="example">d--eftypevar
+<dd><pre class="example">d--eftypevar
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a 
name="index-d_002d_002defivar_005fname-of-c_002d_002dlass-1"></a>Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
-<dd><pre class="example">d--efivar
+<dd><pre class="example">d--efivar
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt><a 
name="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1"></a>Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
-<dd><pre class="example">d--eftypeivar
+<dd><pre class="example">d--eftypeivar
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a 
name="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"></a>Method on 
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--efmethod
+<dt><a 
name="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"></a>Method on 
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><pre class="example">d--efmethod
 </pre></dd></dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
-<dt><a 
name="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"></a>Method 
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...
-</em></dt>
-<dd><pre class="example">d--eftypemethod
+<dt><a 
name="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"></a>Method 
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><pre class="example">d--eftypemethod
 </pre></dd></dl>
-<pre class="example">
-<code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t---itle@</a> in 
<cite>ma---nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-
-<code>@ref{chapter}</code> <a href="#chapter">chapter</a>
-<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
-<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
-<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">s--ect,ion</a>
-
-<code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
-<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
-
-<code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref name</a>
-<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> `chapter' in <cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
-<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@ref{chapter,cross ref name,,,manual}</code> `cross ref name' in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,cross ref name,title,,manual}</code> `title' in 
<cite>manual</cite>
-<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
-<code>@ref{chapter,,title,,manual}</code> `title' in <cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
-
-
-<code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
-
-
-<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
-<code>@inforef{chapter}</code> See `chapter'
-<code>@inforef{chapter, cross ref name}</code> See `cross ref name'
-<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@inforef{node}</code> See `node'
-<code>@inforef{node, cross ref name}</code> See `cross ref name'
-<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
-
-<code>@address@hidden, a @comma{} in cross
-ref, a address@hidden in file}</code>
-See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
-ref</a>
-
-
+<pre class="example">
+
+<code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file address@hidden">t---itle@</a> in 
<cite>ma---nual@</cite>.
+<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+
+<code>@ref{chapter}</code> <a href="#chapter">chapter</a>
+<code>@xref{chapter}</code> See section <a href="#chapter">chapter</a>.
+<code>@pxref{chapter}</code> see section <a href="#chapter">chapter</a>
+<code>@address@hidden</code> <a href="#s_002d_002dect_002cion">s--ect,ion</a>
+
+<code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in title, a address@hidden in file, a @comma{} in manual 
name }</code>
+<a href="a comma, in file.html#s_002d_002dect_002cion">a comma, in title</a> 
in <cite>a , in manual name</cite>
+
+<code>@ref{chapter,cross ref name}</code> <a href="#chapter">cross ref name</a>
+<code>@ref{chapter,,title}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,,,file name}</code> <a href="file name.html#chapter">(file 
name)chapter</a>
+<code>@ref{chapter,,,,manual}</code> `chapter' in <cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,}</code> <a href="#chapter">title</a>
+<code>@ref{chapter,cross ref name,,file name}</code> <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@ref{chapter,cross ref name,,,manual}</code> `cross ref name' in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,cross ref name,title,,manual}</code> `title' in 
<cite>manual</cite>
+<code>@ref{chapter,cross ref name,title, file name, manual}</code> <a 
href="file name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,title,file name}</code> <a href="file 
name.html#chapter">(file name)title</a>
+<code>@ref{chapter,,title,,manual}</code> `title' in <cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{chapter,,,file name,manual}</code> <a href="file 
name.html#chapter">chapter</a> in <cite>manual</cite>
+
+
+<code>@ref{(pman)anode,cross ref name}</code> <a 
href="pman.html#anode">(pman)cross ref name</a>
+<code>@ref{(pman)anode,,title}</code> <a href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,,,file name}</code> <a href="file 
name.html#anode">(file name)anode</a>
+<code>@ref{(pman)anode,,,,manual}</code> <a href="pman.html#anode">anode</a> 
in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,}</code> <a 
href="pman.html#anode">(pman)title</a>
+<code>@ref{(pman)anode,cross ref name,,file name}</code> <a href="file 
name.html#anode">(file name)cross ref name</a>
+<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
href="file name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title,file name}</code> <a href="file 
name.html#anode">(file name)title</a>
+<code>@ref{(pman)anode,,title,,manual}</code> <a 
href="pman.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,title, file name, manual}</code> <a href="file 
name.html#anode">title</a> in <cite>manual</cite>
+<code>@ref{(pman)anode,,,file name,manual}</code> <a href="file 
name.html#anode">anode</a> in <cite>manual</cite>
+
+
+<code>@inforef{chapter, cross ref name, file name}</code> See <a href="file 
name.html#chapter">(file name)cross ref name</a>
+<code>@inforef{chapter}</code> See `chapter'
+<code>@inforef{chapter, cross ref name}</code> See `cross ref name'
+<code>@inforef{chapter,,file name}</code> See <a href="file 
name.html#chapter">(file name)chapter</a>
+<code>@inforef{node, cross ref name, file name}</code> See <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@inforef{node}</code> See `node'
+<code>@inforef{node, cross ref name}</code> See `cross ref name'
+<code>@inforef{node,,file name}</code> See <a href="file name.html#node">(file 
name)node</a>
+<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
href="file name, spurious arg.html#chapter">(file name, spurious arg)cross ref 
name</a>
+
+<code>@address@hidden, a @comma{} in cross
+ref, a address@hidden in file}</code>
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
+ref</a>
+
+
 </pre><dl compact="compact">
 <dt><tt>a</tt></dt>
-<dd><pre class="example">l--ine
+<dd><pre class="example">l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl compact="compact">
 <dt><tt>a</tt>
 <a name="index-a-7"></a>
@@ -4339,10 +4228,11 @@
 <dt><tt>b</tt>
 <a name="index-b-3"></a>
 </dt>
-<dd><pre class="example">l--ine
+<dd><pre class="example">l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre class="example">
+
 </pre><dl compact="compact">
 <dt><tt>a</tt>
 <a name="index-a-4"></a>
@@ -4351,22 +4241,28 @@
 <dt><tt>b</tt>
 <a name="index-b-1"></a>
 </dt>
-<dd><pre class="example">l--ine
+<dd><pre class="example">l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre class="example">
+
 </pre><table class="cartouche" border="1"><tr><td>
-<pre class="example">c--artouche
+<pre class="example">c--artouche
 </pre></td></tr></table>
-<pre class="example">
-</pre><pre class="example">g--roupe
-</pre><pre class="example">
-</pre><pre class="example">f--lushleft
-</pre><pre class="example">
-</pre><pre class="example">f--lushright
-</pre><pre class="example">
+<pre class="example">
+
+</pre><pre class="example">g--roupe
+</pre><pre class="example">
+
+</pre><pre class="example">f--lushleft
+</pre><pre class="example">
+
+</pre><pre class="example">f--lushright
+</pre><pre class="example">
+
 </pre><div align="center">ce--ntered line
-</div><pre class="example">
+</div><pre class="example">
+
 </pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
 
 @setfilename simplest.info
@@ -4376,144 +4272,147 @@
 This is a very simple texi manual @  &lt;&gt;.
 
 @bye
-</pre><pre class="example">
-</pre><pre class="verbatim">in verbatim ''
-</pre><pre class="example">
-
-html ''
-
-
-
+</pre><pre class="example">
+
+</pre><pre class="verbatim">in verbatim ''
+</pre><pre class="example">
+
+
+html ''
+
+
+
 </pre><a name="majorheading-2"></a>
 <strong>majorheading</strong>
-<pre class="example">
+<pre class="example">
+
 </pre><a name="chapheading-2"></a>
 <strong>chapheading</strong>
-<pre class="example">
+<pre class="example">
+
 </pre><a name="heading-2"></a>
 <strong>heading</strong>
-<pre class="example">
+<pre class="example">
+
 </pre><a name="subheading-2"></a>
 <strong>subheading</strong>
-<pre class="example">
+<pre class="example">
+
 </pre><a name="subsubheading-2"></a>
 <strong>subsubheading</strong>
-<pre class="example">
-
-<code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym title="an 
accronym , ...">--a</acronym> (an accronym , ...)
-<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;--. ,A.</abbr> (&Eacute;tude--, 
<b>Autonome</b>)
-<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;--. ,A.</abbr>
-
-<code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
-
-<code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> [ alt<tt>jk _&quot; 
%@</tt> ]
-<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> [ <tt>jk _&quot; %@</tt> <b>in b &quot;</b> ]
-<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
[ alt<tt>jk _&quot; %@</tt> ]
-
-
-
-
+<pre class="example">
+
+
+<code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym title="an 
accronym , ...">--a</acronym> (an accronym , ...)
+<code>@abbr{@'E--. @comma{}A., @'address@hidden @b{Autonome} }</code> <abbr 
title="&Eacute;tude&ndash;, Autonome">&Eacute;--. ,A.</abbr> (&Eacute;tude--, 
<b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> <abbr title="&Eacute;tude&ndash;, 
Autonome">&Eacute;--. ,A.</abbr>
+
+<code>@address@hidden {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
+
+<code>@image{f-ile,,,address@hidden:jk _&quot; %}}</code> [ alt<tt>jk _&quot; 
%@</tt> ]
+<code>@image{f--ile,aze,az,@verb{:jk _&quot; %@:} @b{in b 
&quot;},e--xt}</code> [ <tt>jk _&quot; %@</tt> <b>in b &quot;</b> ]
+<code>@address@hidden:jk _&quot; %@:},,,address@hidden:jk _&quot; %@:}}</code> 
[ alt<tt>jk _&quot; %@</tt> ]
+
+
+
+
 Somehow invalid use of @,:
-
-@, 
-,
 
-
-@,@&quot;u ,&uuml;
-
+@, ,
+
+
+@,@&quot;u ,&uuml;
+
 Invalid use of @':
-
-@' 
-'
 
-
-@'@&quot;u '&uuml;
-
address@hidden truc
address@hidden ij
-<code>@dotless{--a}</code> --a
-<code>@dotless{a}</code> a
-
address@hidden, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
-
address@hidden, but without brace TeX<code>@#</code> #
-
-<code>@w{--a}</code> --a<!-- /@w -->
-
-<code>@image{,1--xt}</code> 
-<code>@image{,,2--xt}</code> 
-<code>@image{,,,3--xt}</code> 
-
-
+@' '
+
+
+@'@&quot;u '&uuml;
+
address@hidden truc
address@hidden ij
+<code>@dotless{--a}</code> --a
+<code>@dotless{a}</code> a
+
address@hidden, without braces @U{}, with empty arg 
address@hidden, with non-hex arg &#xz;
address@hidden, with &lt;4 hex digits &#xabc;
address@hidden, value much too large &#xFFFFFFFFFFFFFF;
address@hidden, value just beyond Unicode &#x110000;
+
address@hidden, but without brace TeX<code>@#</code> #
+
+<code>@w{--a}</code> --a<!-- /@w -->
+
+<code>@image{,1--xt}</code> 
+<code>@image{,,2--xt}</code> 
+<code>@image{,,,3--xt}</code> 
+
+
 </pre><ul class="no-bullet">
-<li> after emph <pre class="example">e--mph item
+<li> after emph <pre class="example">e--mph item
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><ul class="no-bullet">
-<li>&bull; a&ndash;n itemize line <pre class="example">i--tem 1
-</pre></li><li>&bull; a&ndash;n itemize line <pre class="example">i--tem 2
+<li>&bull; a&ndash;n itemize line <pre class="example">i--tem 1
+</pre></li><li>&bull; a&ndash;n itemize line <pre class="example">i--tem 2
 </pre></li></ul>
-<pre class="example">
+<pre class="example">
+
 </pre><dl>
 <dt>fun: <strong></strong></dt>
-<dt><a name="index-machin-8"></a>truc: <strong>machin</strong> <em>bidule 
chose and 
-</em></dt>
-<dt><a name="index-machin-9"></a>truc: <strong>machin</strong> <em>bidule 
chose and  after
-</em></dt>
+<dt><a name="index-machin-8"></a>truc: <strong>machin</strong> <em>bidule 
chose and </em></dt>
+<dt><a name="index-machin-9"></a>truc: <strong>machin</strong> <em>bidule 
chose and  after</em></dt>
 <dt><a name="index-machin-10"></a>truc: <strong>machin</strong> <em>bidule 
chose and </em></dt>
 <dt><a name="index-machin-11"></a>truc: <strong>machin</strong> <em>bidule 
chose and and after</em></dt>
-<dt><a name="index-followed-3"></a>truc: <strong>followed</strong> <em>by a 
comment
-</em></dt>
-<dd><pre class="example">Various deff lines
-</pre></dd><dt><a name="index-after-1"></a>truc: <strong>after</strong> <em>a 
deff item
-</em></dt>
+<dt><a name="index-followed-3"></a>truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dd><pre class="example">Various deff lines
+</pre></dd><dt><a name="index-after-1"></a>truc: <strong>after</strong> <em>a 
deff item</em></dt>
 </dl>
-<pre class="example">
-<code>@ref{node}</code> `node'
-
-<code>@ref{,cross ref name}</code> `cross ref name'
-<code>@ref{,,title}</code> `title'
-<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
-<code>@ref{,,,,manual}</code> <cite>manual</cite>
-<code>@ref{node,cross ref name}</code> `cross ref name'
-<code>@ref{node,,title}</code> `title'
-<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
-<code>@ref{node,,,,manual}</code> `node' in <cite>manual</cite>
-<code>@ref{node,cross ref name,title,}</code> `title'
-<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
-<code>@ref{node,cross ref name,,,manual}</code> `cross ref name' in 
<cite>manual</cite>
-<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
-<code>@ref{node,cross ref name,title,,manual}</code> `title' in 
<cite>manual</cite>
-<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
-<code>@ref{node,,title,,manual}</code> `title' in <cite>manual</cite>
-<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
-<code>@ref{,cross ref name,title,}</code> `title'
-<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@ref{,cross ref name,,,manual}</code> `cross ref name' in 
<cite>manual</cite>
-<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
-<code>@ref{,cross ref name,title,,manual}</code> `title' in <cite>manual</cite>
-<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
-<code>@ref{,,title,,manual}</code> `title' in <cite>manual</cite>
-<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
-
-<code>@inforef{,cross ref name }</code> See `cross ref name'
-<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
-<code>@inforef{}</code> 
-
-
-
+<pre class="example">
+
+<code>@ref{node}</code> `node'
+
+<code>@ref{,cross ref name}</code> `cross ref name'
+<code>@ref{,,title}</code> `title'
+<code>@ref{,,,file name}</code> <a href="file name.html#Top">(file name)</a>
+<code>@ref{,,,,manual}</code> <cite>manual</cite>
+<code>@ref{node,cross ref name}</code> `cross ref name'
+<code>@ref{node,,title}</code> `title'
+<code>@ref{node,,,file name}</code> <a href="file name.html#node">(file 
name)node</a>
+<code>@ref{node,,,,manual}</code> `node' in <cite>manual</cite>
+<code>@ref{node,cross ref name,title,}</code> `title'
+<code>@ref{node,cross ref name,,file name}</code> <a href="file 
name.html#node">(file name)cross ref name</a>
+<code>@ref{node,cross ref name,,,manual}</code> `cross ref name' in 
<cite>manual</cite>
+<code>@ref{node,cross ref name,title,file name}</code> <a href="file 
name.html#node">(file name)title</a>
+<code>@ref{node,cross ref name,title,,manual}</code> `title' in 
<cite>manual</cite>
+<code>@ref{node,cross ref name,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,title,file name}</code> <a href="file name.html#node">(file 
name)title</a>
+<code>@ref{node,,title,,manual}</code> `title' in <cite>manual</cite>
+<code>@ref{chapter,,title, file name, manual}</code> <a href="file 
name.html#chapter">title</a> in <cite>manual</cite>
+<code>@ref{node,,title, file name, manual}</code> <a href="file 
name.html#node">title</a> in <cite>manual</cite>
+<code>@ref{node,,,file name,manual}</code> <a href="file 
name.html#node">node</a> in <cite>manual</cite>
+<code>@ref{,cross ref name,title,}</code> `title'
+<code>@ref{,cross ref name,,file name}</code> <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@ref{,cross ref name,,,manual}</code> `cross ref name' in 
<cite>manual</cite>
+<code>@ref{,cross ref name,title,file name}</code> <a href="file 
name.html#Top">(file name)title</a>
+<code>@ref{,cross ref name,title,,manual}</code> `title' in <cite>manual</cite>
+<code>@ref{,cross ref name,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,title,file name}</code> <a href="file name.html#Top">(file 
name)title</a>
+<code>@ref{,,title,,manual}</code> `title' in <cite>manual</cite>
+<code>@ref{,,title, file name, manual}</code> <a href="file 
name.html#Top">title</a> in <cite>manual</cite>
+<code>@ref{,,,file name,manual}</code> <cite><a href="file 
name.html#Top">manual</a></cite>
+
+<code>@inforef{,cross ref name }</code> See `cross ref name'
+<code>@inforef{,,file name}</code> See <a href="file name.html#Top">(file 
name)</a>
+<code>@inforef{,cross ref name, file name}</code> See <a href="file 
name.html#Top">(file name)cross ref name</a>
+<code>@inforef{}</code> 
+
+
 </pre></div>
-
+
 <a name="index-t_002d_002druc"></a>
 <a name="index-T_002d_002druc"></a>
 <a name="index-_002e"></a>
@@ -4524,9 +4423,9 @@
 <a name="index-_002e-1"></a>
 <a name="index-_003f-1"></a>
 <a name="index-a-5"></a>
-
-
-<p>cp
+
+
+<p>cp
 </p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#Top-section_cp_symbol-1"><b>&quot;</b></a>
  &nbsp; 
 <a class="summary-letter" href="#Top-section_cp_symbol-2"><b>-</b></a>
@@ -4606,8 +4505,8 @@
 <a class="summary-letter" href="#Top-section_cp_letter-T"><b>T</b></a>
  &nbsp; 
 </td></tr></table>
-
-<p>fn
+
+<p>fn
 </p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#Top-section_fn_symbol-1"><b>-</b></a>
  &nbsp; 
 <a class="summary-letter" href="#Top-section_fn_symbol-2"><b>.</b></a>
@@ -4849,8 +4748,8 @@
 <a class="summary-letter" href="#Top-section_fn_letter-T"><b>T</b></a>
  &nbsp; 
 </td></tr></table>
-
-<p>vr
+
+<p>vr
 </p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#Top-section_vr_letter-A"><b>A</b></a>
  &nbsp; 
 <a class="summary-letter" href="#Top-section_vr_letter-B"><b>B</b></a>
@@ -4915,12 +4814,12 @@
 <a class="summary-letter" href="#Top-section_vr_letter-D"><b>D</b></a>
  &nbsp; 
 </td></tr></table>
-
-<p>ky
-</p>
-<p>pg
-</p>
-<p>tp
+
+<p>ky
+</p>
+<p>pg
+</p>
+<p>tp
 </p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#Top-section_tp_letter-D"><b>D</b></a>
  &nbsp; 
 </td></tr></table>
@@ -4937,9 +4836,9 @@
 <table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#Top-section_tp_letter-D"><b>D</b></a>
  &nbsp; 
 </td></tr></table>
-
-
-
+
+
+
 <hr size="6">
 <a name="chapter"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
@@ -4959,20 +4858,21 @@
 </tr></table>
 <a name="chapter-1"></a>
 <h1 class="chapter">1 chapter</h1>
-
-<p><a name="DOCF9" href="#FOOT9"><sup>11</sup></a>
-</p>
+
+<p><a name="DOCF9" href="#FOOT9"><sup>11</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>:: s&ndash;ect,ion
-</pre><pre class="menu-comment">
-Menu comment
+<pre class="menu-preformatted">&bull; <a 
href="#s_002d_002dect_002cion">s--ect,ion</a>:: s&ndash;ect,ion
+</pre><pre class="menu-comment">
+
+Menu comment
 &ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;
-
-
+
+
 </pre></td></tr></table>
 </div>
-
+
 <hr>
 <a name="s_002d_002dect_002cion"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
@@ -4992,19 +4892,20 @@
 </tr></table>
 <a name="A-section"></a>
 <h2 class="section">1.1 A section</h2>
-
+
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a href="#subsection">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
+<tr><td align="left" valign="top"><a href="#subsection">1.1.1 
subsection</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
-</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre 
class="menu-comment">In detailmenu
-
-</pre></th></tr><tr><td align="left" valign="top"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
+<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
+
+</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre 
class="menu-comment">In detailmenu
+
+</pre></th></tr><tr><td align="left" valign="top"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><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 align="left" 
valign="top">
+<tr><td align="left" valign="top"><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 align="left" 
valign="top">
 </td></tr>
 </table>
-
+
 <hr>
 <a name="subsection"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
@@ -5024,15 +4925,15 @@
 </tr></table>
 <a name="subsection-1"></a>
 <h3 class="subsection">1.1.1 subsection</h3>
-
+
 <table class="menu" border="0" cellspacing="0">
-<tr><td align="left" valign="top"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
+<tr><td align="left" valign="top"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></td><td>&nbsp;&nbsp;</td><td 
align="left" valign="top">
 </td></tr>
-<tr><td align="left" valign="top"><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 align="left" 
valign="top">
+<tr><td align="left" valign="top"><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 align="left" 
valign="top">
 </td></tr>
 </table>
-
-<a name="anchor"></a>
+
+<a name="anchor"></a>
 <hr>
 <a name="subsubsection-_0060_0060simple_002ddouble_002d_002d"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
@@ -5052,7 +4953,7 @@
 </tr></table>
 <a name="subsubsection-_0060_0060simple_002ddouble_002d_002d-1"></a>
 <h4 class="subsubsection">1.1.1.1 subsubsection 
&ldquo;simple-double&ndash;</h4>
-
+
 <hr>
 <a 
name="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
@@ -5072,7 +4973,7 @@
 </tr></table>
 <a name="three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027"></a>
 <h4 class="subsubsection">1.1.1.2 three&mdash;four&mdash;-&rdquo;</h4>
-
+
 <hr>
 <a name="chapter2"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">
@@ -5092,7 +4993,7 @@
 </tr></table>
 <a name="chapter-2"></a>
 <h1 class="centerchap" align="center">chapter 2</h1>
-
+
 <table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-2_cp_symbol-1"><b>&quot;</b></a>
  &nbsp; 
 <a class="summary-letter" href="#chapter-2_cp_symbol-2"><b>-</b></a>
@@ -5413,7 +5314,7 @@
 <a class="summary-letter" href="#chapter-2_fn_letter-T"><b>T</b></a>
  &nbsp; 
 </td></tr></table>
-
+
 <hr size="6">
 <a name="SEC_Foot"></a>
 <table class="header" cellpadding="1" cellspacing="1" border="0">

Modified: trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2
===================================================================
--- trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2       
2017-04-29 13:09:49 UTC (rev 7762)
+++ trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting-cr.2       
2017-04-29 18:23:14 UTC (rev 7763)
@@ -1,7 +1,4 @@
-formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:25: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:25: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -12,10 +9,7 @@
 formatting-cr.texi:25: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:25: command @bullet not accepting argument in brace should 
not be on @table line (possibly involving @mymacro)
 formatting-cr.texi:25: command @minus not accepting argument in brace should 
not be on @ftable line (possibly involving @mymacro)
-formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:35: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:35: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -26,10 +20,7 @@
 formatting-cr.texi:35: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:35: command @bullet not accepting argument in brace should 
not be on @table line (possibly involving @mymacro)
 formatting-cr.texi:35: command @minus not accepting argument in brace should 
not be on @ftable line (possibly involving @mymacro)
-formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:45: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:45: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
@@ -40,10 +31,7 @@
 formatting-cr.texi:45: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:45: command @bullet not accepting argument in brace should 
not be on @table line (possibly involving @mymacro)
 formatting-cr.texi:45: command @minus not accepting argument in brace should 
not be on @ftable line (possibly involving @mymacro)
-formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: @ctrl is obsolete. (possibly involving 
@mymacro)
-formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
-formatting-cr.texi:49: unexpected @ (possibly involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)
 formatting-cr.texi:49: warning: missing category for @deffnx (possibly 
involving @mymacro)
 formatting-cr.texi:49: warning: missing name for @deffnx (possibly involving 
@mymacro)

Modified: trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info
===================================================================
--- trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info       
2017-04-29 13:09:49 UTC (rev 7762)
+++ trunk/tp/tests/coverage/res_parser_info/formatting_cr/formatting.info       
2017-04-29 18:23:14 UTC (rev 7763)
@@ -21,9 +21,8 @@
 
    @*
 @ 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 , ,
 
@@ -90,7 +89,7 @@
 
      something e' TeX: The something e' TeX is here.
 
-     @ at the end of line: A @ at the end of the @quotation line.
+     @ at the end of line  : A @ at the end of the @quotation line.
 
      something, other thing: something, other thing
 
@@ -145,9 +144,9 @@
  -- c--ategory: d--effn_name a--rguments...
      d-effn
 
- -- cate--gory: de--ffn_name ar--guments
-     more args
-     even more so def-fn
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def-fn
 
  -- fset: I a g
  -- cmde: truc
@@ -327,7 +326,7 @@
 
 @bye
 
-in verbatim ''
+in verbatim ''
 
 majorheading
 ************
@@ -392,9 +391,8 @@
 
    @*
 @ 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 , ,
 
@@ -461,7 +459,7 @@
 
      something e' TeX: The something e' TeX is here.
 
-     @ at the end of line: A @ at the end of the @quotation line.
+     @ at the end of line  : A @ at the end of the @quotation line.
 
      something, other thing: something, other thing
 
@@ -516,9 +514,9 @@
  -- c--ategory: d--effn_name a--rguments...
      d-effn
 
- -- cate--gory: de--ffn_name ar--guments
-     more args
-     even more so def-fn
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def-fn
 
  -- fset: I a g
  -- cmde: truc
@@ -698,7 +696,7 @@
 
 @bye
 
-in verbatim ''
+in verbatim ''
 
 majorheading
 ************
@@ -735,9 +733,8 @@
 
    @*
 @ 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 , ,
 
@@ -804,7 +801,7 @@
 
      something e' TeX: The something e' TeX is here.
 
-     @ at the end of line: A @ at the end of the @quotation line.
+     @ at the end of line  : A @ at the end of the @quotation line.
 
      something, other thing: something, other thing
 
@@ -859,9 +856,9 @@
  -- c--ategory: d--effn_name a--rguments...
      d-effn
 
- -- cate--gory: de--ffn_name ar--guments
-     more args
-     even more so def-fn
+ -- cate--gory: de--ffn_name ar--guments more args
+          even more so
+     def-fn
 
  -- fset: I a g
  -- cmde: truc
@@ -1041,7 +1038,7 @@
 
 @bye
 
-in verbatim ''
+in verbatim ''
 
 majorheading
 ************
@@ -1109,8 +1106,7 @@
      @ followed by a tab
       
      @ followed by a new line
-
-     @-
+      @-
      @|
      @:
      @! !
@@ -1284,7 +1280,7 @@
 
           something e' TeX: The something e' TeX is here.
 
-          @ at the end of line: A @ at the end of the @quotation line.
+          @ at the end of line  : A @ at the end of the @quotation line.
 
           something, other thing: something, other thing
 
@@ -1341,9 +1337,8 @@
       -- c--ategory: d--effn_name a--rguments...
           d--effn
 
-      -- cate--gory: de--ffn_name ar--guments
-             more args
-           even more so
+      -- cate--gory: de--ffn_name ar--guments more args
+               even more so
           def--fn
 
       -- fset: I a g
@@ -1524,7 +1519,7 @@
      
      @bye
 
-     in verbatim ''
+     in verbatim ''
 
 
 
@@ -1560,28 +1555,28 @@
 * Menu:
 
 * ":                                     Top.                (line   27)
-* " <1>:                                 Top.                (line  371)
-* " <2>:                                 Top.                (line  726)
+* " <1>:                                 Top.                (line  370)
+* " <2>:                                 Top.                (line  724)
 * -option:                               Top.                (line   27)
-* -option <1>:                           Top.                (line  371)
-* -option <2>:                           Top.                (line  726)
-* .:                                     Top.                (line 1199)
-* ?:                                     Top.                (line 1199)
-* a:                                     Top.                (line 1199)
-* index entry between item and itemx:    Top.                (line  319)
-* index entry between item and itemx <1>: Top.               (line  663)
-* index entry between item and itemx <2>: Top.               (line 1146)
-* index entry within deffn:              Top.                (line  165)
-* index entry within deffn <1>:          Top.                (line  509)
-* index entry within deffn <2>:          Top.                (line  992)
-* index entry within itemize:            Top.                (line  127)
-* index entry within itemize <1>:        Top.                (line  471)
-* index entry within itemize <2>:        Top.                (line  953)
-* index entry within multitable:         Top.                (line  135)
-* index entry within multitable <1>:     Top.                (line  479)
-* index entry within multitable <2>:     Top.                (line  962)
-* t-ruc:                                 Top.                (line 1199)
-* T-ruc:                                 Top.                (line 1199)
+* -option <1>:                           Top.                (line  370)
+* -option <2>:                           Top.                (line  724)
+* .:                                     Top.                (line 1195)
+* ?:                                     Top.                (line 1195)
+* a:                                     Top.                (line 1195)
+* index entry between item and itemx:    Top.                (line  318)
+* index entry between item and itemx <1>: Top.               (line  661)
+* index entry between item and itemx <2>: Top.               (line 1142)
+* index entry within deffn:              Top.                (line  164)
+* index entry within deffn <1>:          Top.                (line  507)
+* index entry within deffn <2>:          Top.                (line  988)
+* index entry within itemize:            Top.                (line  126)
+* index entry within itemize <1>:        Top.                (line  469)
+* index entry within itemize <2>:        Top.                (line  950)
+* index entry within multitable:         Top.                (line  134)
+* index entry within multitable <1>:     Top.                (line  477)
+* index entry within multitable <2>:     Top.                (line  959)
+* t-ruc:                                 Top.                (line 1195)
+* T-ruc:                                 Top.                (line 1195)
 
    fn
 
@@ -1589,109 +1584,109 @@
 * Menu:
 
 * --foption:                             Top.                (line   27)
-* --foption <1>:                         Top.                (line  371)
-* --foption <2>:                         Top.                (line  726)
-* .:                                     Top.                (line 1199)
-* ?:                                     Top.                (line 1199)
+* --foption <1>:                         Top.                (line  370)
+* --foption <2>:                         Top.                (line  724)
+* .:                                     Top.                (line 1195)
+* ?:                                     Top.                (line 1195)
 * ``:                                    Top.                (line   27)
-* `` <1>:                                Top.                (line  371)
-* `` <2>:                                Top.                (line  726)
-* a:                                     Top.                (line  182)
-* a <1>:                                 Top.                (line  318)
-* a <2>:                                 Top.                (line  526)
-* a <3>:                                 Top.                (line  662)
-* a <4>:                                 Top.                (line 1009)
-* a <5>:                                 Top.                (line 1145)
-* a <6>:                                 Top.                (line 1199)
-* b:                                     Top.                (line  319)
-* b <1>:                                 Top.                (line  663)
-* b <2>:                                 Top.                (line 1146)
-* bidule machin:                         Top.                (line  176)
-* bidule machin <1>:                     Top.                (line  520)
-* bidule machin <2>:                     Top.                (line 1003)
-* d--effn_name:                          Top.                (line  157)
-* d--effn_name <1>:                      Top.                (line  501)
-* d--effn_name <2>:                      Top.                (line  983)
-* d--efmac_name:                         Top.                (line  218)
-* d--efmac_name <1>:                     Top.                (line  562)
-* d--efmac_name <2>:                     Top.                (line 1045)
-* d--efmethod_name on c--lass:           Top.                (line  242)
-* d--efmethod_name on c--lass <1>:       Top.                (line  586)
-* d--efmethod_name on c--lass <2>:       Top.                (line 1069)
-* d--efop_name on c--lass:               Top.                (line  209)
-* d--efop_name on c--lass <1>:           Top.                (line  553)
-* d--efop_name on c--lass <2>:           Top.                (line 1036)
-* d--efspec_name:                        Top.                (line  221)
-* d--efspec_name <1>:                    Top.                (line  565)
-* d--efspec_name <2>:                    Top.                (line 1048)
-* d--eftypefn_name:                      Top.                (line  197)
-* d--eftypefn_name <1>:                  Top.                (line  541)
-* d--eftypefn_name <2>:                  Top.                (line 1024)
-* d--eftypefun_name:                     Top.                (line  230)
-* d--eftypefun_name <1>:                 Top.                (line  574)
-* d--eftypefun_name <2>:                 Top.                (line 1057)
-* d--eftypemethod_name on c--lass:       Top.                (line  245)
-* d--eftypemethod_name on c--lass <1>:   Top.                (line  589)
-* d--eftypemethod_name on c--lass <2>:   Top.                (line 1072)
-* d--eftypeop_name on c--lass:           Top.                (line  200)
-* d--eftypeop_name on c--lass <1>:       Top.                (line  544)
-* d--eftypeop_name on c--lass <2>:       Top.                (line 1027)
-* d--efun_name:                          Top.                (line  215)
-* d--efun_name <1>:                      Top.                (line  559)
-* d--efun_name <2>:                      Top.                (line 1042)
-* de--ffn_name:                          Top.                (line  160)
-* de--ffn_name <1>:                      Top.                (line  504)
-* de--ffn_name <2>:                      Top.                (line  986)
-* deffn:                                 Top.                (line  185)
-* deffn <1>:                             Top.                (line  187)
-* deffn <2>:                             Top.                (line  529)
-* deffn <3>:                             Top.                (line  531)
-* deffn <4>:                             Top.                (line 1012)
-* deffn <5>:                             Top.                (line 1014)
-* deffnx:                                Top.                (line  183)
-* deffnx <1>:                            Top.                (line  188)
-* deffnx <2>:                            Top.                (line  527)
-* deffnx <3>:                            Top.                (line  532)
-* deffnx <4>:                            Top.                (line 1010)
-* deffnx <5>:                            Top.                (line 1015)
-* followed:                              Top.                (line  179)
-* followed <1>:                          Top.                (line  523)
-* followed <2>:                          Top.                (line 1006)
-* I:                                     Top.                (line  164)
-* I <1>:                                 Top.                (line  190)
-* I <2>:                                 Top.                (line  508)
-* I <3>:                                 Top.                (line  534)
-* I <4>:                                 Top.                (line  991)
-* I <5>:                                 Top.                (line 1017)
-* id i ule:                              Top.                (line  170)
-* id i ule <1>:                          Top.                (line  514)
-* id i ule <2>:                          Top.                (line  997)
-* id ule:                                Top.                (line  169)
-* id ule <1>:                            Top.                (line  513)
-* id ule <2>:                            Top.                (line  996)
-* log trap:                              Top.                (line  166)
-* log trap <1>:                          Top.                (line  510)
-* log trap <2>:                          Top.                (line  993)
-* log trap1:                             Top.                (line  167)
-* log trap1 <1>:                         Top.                (line  511)
-* log trap1 <2>:                         Top.                (line  994)
-* log trap2:                             Top.                (line  168)
-* log trap2 <1>:                         Top.                (line  512)
-* log trap2 <2>:                         Top.                (line  995)
-* machin:                                Top.                (line  175)
-* machin <1>:                            Top.                (line  177)
-* machin <2>:                            Top.                (line  519)
-* machin <3>:                            Top.                (line  521)
-* machin <4>:                            Top.                (line 1002)
-* machin <5>:                            Top.                (line 1004)
-* t--ruc:                                Top.                (line 1199)
-* T--ruc:                                Top.                (line 1199)
-* truc:                                  Top.                (line  165)
-* truc <1>:                              Top.                (line  191)
-* truc <2>:                              Top.                (line  509)
-* truc <3>:                              Top.                (line  535)
-* truc <4>:                              Top.                (line  992)
-* truc <5>:                              Top.                (line 1018)
+* `` <1>:                                Top.                (line  370)
+* `` <2>:                                Top.                (line  724)
+* a:                                     Top.                (line  181)
+* a <1>:                                 Top.                (line  317)
+* a <2>:                                 Top.                (line  524)
+* a <3>:                                 Top.                (line  660)
+* a <4>:                                 Top.                (line 1005)
+* a <5>:                                 Top.                (line 1141)
+* a <6>:                                 Top.                (line 1195)
+* b:                                     Top.                (line  318)
+* b <1>:                                 Top.                (line  661)
+* b <2>:                                 Top.                (line 1142)
+* bidule machin:                         Top.                (line  175)
+* bidule machin <1>:                     Top.                (line  518)
+* bidule machin <2>:                     Top.                (line  999)
+* d--effn_name:                          Top.                (line  156)
+* d--effn_name <1>:                      Top.                (line  499)
+* d--effn_name <2>:                      Top.                (line  980)
+* d--efmac_name:                         Top.                (line  217)
+* d--efmac_name <1>:                     Top.                (line  560)
+* d--efmac_name <2>:                     Top.                (line 1041)
+* d--efmethod_name on c--lass:           Top.                (line  241)
+* d--efmethod_name on c--lass <1>:       Top.                (line  584)
+* d--efmethod_name on c--lass <2>:       Top.                (line 1065)
+* d--efop_name on c--lass:               Top.                (line  208)
+* d--efop_name on c--lass <1>:           Top.                (line  551)
+* d--efop_name on c--lass <2>:           Top.                (line 1032)
+* d--efspec_name:                        Top.                (line  220)
+* d--efspec_name <1>:                    Top.                (line  563)
+* d--efspec_name <2>:                    Top.                (line 1044)
+* d--eftypefn_name:                      Top.                (line  196)
+* d--eftypefn_name <1>:                  Top.                (line  539)
+* d--eftypefn_name <2>:                  Top.                (line 1020)
+* d--eftypefun_name:                     Top.                (line  229)
+* d--eftypefun_name <1>:                 Top.                (line  572)
+* d--eftypefun_name <2>:                 Top.                (line 1053)
+* d--eftypemethod_name on c--lass:       Top.                (line  244)
+* d--eftypemethod_name on c--lass <1>:   Top.                (line  587)
+* d--eftypemethod_name on c--lass <2>:   Top.                (line 1068)
+* d--eftypeop_name on c--lass:           Top.                (line  199)
+* d--eftypeop_name on c--lass <1>:       Top.                (line  542)
+* d--eftypeop_name on c--lass <2>:       Top.                (line 1023)
+* d--efun_name:                          Top.                (line  214)
+* d--efun_name <1>:                      Top.                (line  557)
+* d--efun_name <2>:                      Top.                (line 1038)
+* de--ffn_name:                          Top.                (line  159)
+* de--ffn_name <1>:                      Top.                (line  502)
+* de--ffn_name <2>:                      Top.                (line  983)
+* deffn:                                 Top.                (line  184)
+* deffn <1>:                             Top.                (line  186)
+* deffn <2>:                             Top.                (line  527)
+* deffn <3>:                             Top.                (line  529)
+* deffn <4>:                             Top.                (line 1008)
+* deffn <5>:                             Top.                (line 1010)
+* deffnx:                                Top.                (line  182)
+* deffnx <1>:                            Top.                (line  187)
+* deffnx <2>:                            Top.                (line  525)
+* deffnx <3>:                            Top.                (line  530)
+* deffnx <4>:                            Top.                (line 1006)
+* deffnx <5>:                            Top.                (line 1011)
+* followed:                              Top.                (line  178)
+* followed <1>:                          Top.                (line  521)
+* followed <2>:                          Top.                (line 1002)
+* I:                                     Top.                (line  163)
+* I <1>:                                 Top.                (line  189)
+* I <2>:                                 Top.                (line  506)
+* I <3>:                                 Top.                (line  532)
+* I <4>:                                 Top.                (line  987)
+* I <5>:                                 Top.                (line 1013)
+* id i ule:                              Top.                (line  169)
+* id i ule <1>:                          Top.                (line  512)
+* id i ule <2>:                          Top.                (line  993)
+* id ule:                                Top.                (line  168)
+* id ule <1>:                            Top.                (line  511)
+* id ule <2>:                            Top.                (line  992)
+* log trap:                              Top.                (line  165)
+* log trap <1>:                          Top.                (line  508)
+* log trap <2>:                          Top.                (line  989)
+* log trap1:                             Top.                (line  166)
+* log trap1 <1>:                         Top.                (line  509)
+* log trap1 <2>:                         Top.                (line  990)
+* log trap2:                             Top.                (line  167)
+* log trap2 <1>:                         Top.                (line  510)
+* log trap2 <2>:                         Top.                (line  991)
+* machin:                                Top.                (line  174)
+* machin <1>:                            Top.                (line  176)
+* machin <2>:                            Top.                (line  517)
+* machin <3>:                            Top.                (line  519)
+* machin <4>:                            Top.                (line  998)
+* machin <5>:                            Top.                (line 1000)
+* t--ruc:                                Top.                (line 1195)
+* T--ruc:                                Top.                (line 1195)
+* truc:                                  Top.                (line  164)
+* truc <1>:                              Top.                (line  190)
+* truc <2>:                              Top.                (line  507)
+* truc <3>:                              Top.                (line  533)
+* truc <4>:                              Top.                (line  988)
+* truc <5>:                              Top.                (line 1014)
 
    vr
 
@@ -1698,36 +1693,36 @@
 [index]
 * Menu:
 
-* a:                                     Top.                (line  314)
-* a <1>:                                 Top.                (line  658)
-* a <2>:                                 Top.                (line 1141)
-* b:                                     Top.                (line  315)
-* b <1>:                                 Top.                (line  659)
-* b <2>:                                 Top.                (line 1142)
-* d--efcv_name:                          Top.                (line  206)
-* d--efcv_name <1>:                      Top.                (line  550)
-* d--efcv_name <2>:                      Top.                (line 1033)
-* d--efivar_name of c--lass:             Top.                (line  236)
-* d--efivar_name of c--lass <1>:         Top.                (line  580)
-* d--efivar_name of c--lass <2>:         Top.                (line 1063)
-* d--efopt_name:                         Top.                (line  227)
-* d--efopt_name <1>:                     Top.                (line  571)
-* d--efopt_name <2>:                     Top.                (line 1054)
-* d--eftypeivar_name of c--lass:         Top.                (line  239)
-* d--eftypeivar_name of c--lass <1>:     Top.                (line  583)
-* d--eftypeivar_name of c--lass <2>:     Top.                (line 1066)
-* d--eftypevar_name:                     Top.                (line  233)
-* d--eftypevar_name <1>:                 Top.                (line  577)
-* d--eftypevar_name <2>:                 Top.                (line 1060)
-* d--eftypevr_name:                      Top.                (line  203)
-* d--eftypevr_name <1>:                  Top.                (line  547)
-* d--eftypevr_name <2>:                  Top.                (line 1030)
-* d--efvar_name:                         Top.                (line  224)
-* d--efvar_name <1>:                     Top.                (line  568)
-* d--efvar_name <2>:                     Top.                (line 1051)
-* d--efvr_name:                          Top.                (line  194)
-* d--efvr_name <1>:                      Top.                (line  538)
-* d--efvr_name <2>:                      Top.                (line 1021)
+* a:                                     Top.                (line  313)
+* a <1>:                                 Top.                (line  656)
+* a <2>:                                 Top.                (line 1137)
+* b:                                     Top.                (line  314)
+* b <1>:                                 Top.                (line  657)
+* b <2>:                                 Top.                (line 1138)
+* d--efcv_name:                          Top.                (line  205)
+* d--efcv_name <1>:                      Top.                (line  548)
+* d--efcv_name <2>:                      Top.                (line 1029)
+* d--efivar_name of c--lass:             Top.                (line  235)
+* d--efivar_name of c--lass <1>:         Top.                (line  578)
+* d--efivar_name of c--lass <2>:         Top.                (line 1059)
+* d--efopt_name:                         Top.                (line  226)
+* d--efopt_name <1>:                     Top.                (line  569)
+* d--efopt_name <2>:                     Top.                (line 1050)
+* d--eftypeivar_name of c--lass:         Top.                (line  238)
+* d--eftypeivar_name of c--lass <1>:     Top.                (line  581)
+* d--eftypeivar_name of c--lass <2>:     Top.                (line 1062)
+* d--eftypevar_name:                     Top.                (line  232)
+* d--eftypevar_name <1>:                 Top.                (line  575)
+* d--eftypevar_name <2>:                 Top.                (line 1056)
+* d--eftypevr_name:                      Top.                (line  202)
+* d--eftypevr_name <1>:                  Top.                (line  545)
+* d--eftypevr_name <2>:                  Top.                (line 1026)
+* d--efvar_name:                         Top.                (line  223)
+* d--efvar_name <1>:                     Top.                (line  566)
+* d--efvar_name <2>:                     Top.                (line 1047)
+* d--efvr_name:                          Top.                (line  193)
+* d--efvr_name <1>:                      Top.                (line  536)
+* d--efvr_name <2>:                      Top.                (line 1017)
 
    ky
 
@@ -1738,9 +1733,9 @@
 [index]
 * Menu:
 
-* d--eftp_name:                          Top.                (line  212)
-* d--eftp_name <1>:                      Top.                (line  556)
-* d--eftp_name <2>:                      Top.                (line 1039)
+* d--eftp_name:                          Top.                (line  211)
+* d--eftp_name <1>:                      Top.                (line  554)
+* d--eftp_name <2>:                      Top.                (line 1035)
 
    ---------- Footnotes ----------
 
@@ -1825,154 +1820,154 @@
 * Menu:
 
 * ":                                     Top.                (line   27)
-* " <1>:                                 Top.                (line  371)
-* " <2>:                                 Top.                (line  726)
+* " <1>:                                 Top.                (line  370)
+* " <2>:                                 Top.                (line  724)
 * -option:                               Top.                (line   27)
-* -option <1>:                           Top.                (line  371)
-* -option <2>:                           Top.                (line  726)
-* .:                                     Top.                (line 1199)
-* ?:                                     Top.                (line 1199)
-* a:                                     Top.                (line 1199)
-* index entry between item and itemx:    Top.                (line  319)
-* index entry between item and itemx <1>: Top.               (line  663)
-* index entry between item and itemx <2>: Top.               (line 1146)
-* index entry within deffn:              Top.                (line  165)
-* index entry within deffn <1>:          Top.                (line  509)
-* index entry within deffn <2>:          Top.                (line  992)
-* index entry within itemize:            Top.                (line  127)
-* index entry within itemize <1>:        Top.                (line  471)
-* index entry within itemize <2>:        Top.                (line  953)
-* index entry within multitable:         Top.                (line  135)
-* index entry within multitable <1>:     Top.                (line  479)
-* index entry within multitable <2>:     Top.                (line  962)
-* t-ruc:                                 Top.                (line 1199)
-* T-ruc:                                 Top.                (line 1199)
+* -option <1>:                           Top.                (line  370)
+* -option <2>:                           Top.                (line  724)
+* .:                                     Top.                (line 1195)
+* ?:                                     Top.                (line 1195)
+* a:                                     Top.                (line 1195)
+* index entry between item and itemx:    Top.                (line  318)
+* index entry between item and itemx <1>: Top.               (line  661)
+* index entry between item and itemx <2>: Top.               (line 1142)
+* index entry within deffn:              Top.                (line  164)
+* index entry within deffn <1>:          Top.                (line  507)
+* index entry within deffn <2>:          Top.                (line  988)
+* index entry within itemize:            Top.                (line  126)
+* index entry within itemize <1>:        Top.                (line  469)
+* index entry within itemize <2>:        Top.                (line  950)
+* index entry within multitable:         Top.                (line  134)
+* index entry within multitable <1>:     Top.                (line  477)
+* index entry within multitable <2>:     Top.                (line  959)
+* t-ruc:                                 Top.                (line 1195)
+* T-ruc:                                 Top.                (line 1195)
 
 [index]
 * Menu:
 
 * --foption:                             Top.                (line   27)
-* --foption <1>:                         Top.                (line  371)
-* --foption <2>:                         Top.                (line  726)
-* .:                                     Top.                (line 1199)
-* ?:                                     Top.                (line 1199)
+* --foption <1>:                         Top.                (line  370)
+* --foption <2>:                         Top.                (line  724)
+* .:                                     Top.                (line 1195)
+* ?:                                     Top.                (line 1195)
 * ``:                                    Top.                (line   27)
-* `` <1>:                                Top.                (line  371)
-* `` <2>:                                Top.                (line  726)
-* a:                                     Top.                (line  182)
-* a <1>:                                 Top.                (line  318)
-* a <2>:                                 Top.                (line  526)
-* a <3>:                                 Top.                (line  662)
-* a <4>:                                 Top.                (line 1009)
-* a <5>:                                 Top.                (line 1145)
-* a <6>:                                 Top.                (line 1199)
-* b:                                     Top.                (line  319)
-* b <1>:                                 Top.                (line  663)
-* b <2>:                                 Top.                (line 1146)
-* bidule machin:                         Top.                (line  176)
-* bidule machin <1>:                     Top.                (line  520)
-* bidule machin <2>:                     Top.                (line 1003)
-* d--effn_name:                          Top.                (line  157)
-* d--effn_name <1>:                      Top.                (line  501)
-* d--effn_name <2>:                      Top.                (line  983)
-* d--efmac_name:                         Top.                (line  218)
-* d--efmac_name <1>:                     Top.                (line  562)
-* d--efmac_name <2>:                     Top.                (line 1045)
-* d--efmethod_name on c--lass:           Top.                (line  242)
-* d--efmethod_name on c--lass <1>:       Top.                (line  586)
-* d--efmethod_name on c--lass <2>:       Top.                (line 1069)
-* d--efop_name on c--lass:               Top.                (line  209)
-* d--efop_name on c--lass <1>:           Top.                (line  553)
-* d--efop_name on c--lass <2>:           Top.                (line 1036)
-* d--efspec_name:                        Top.                (line  221)
-* d--efspec_name <1>:                    Top.                (line  565)
-* d--efspec_name <2>:                    Top.                (line 1048)
-* d--eftypefn_name:                      Top.                (line  197)
-* d--eftypefn_name <1>:                  Top.                (line  541)
-* d--eftypefn_name <2>:                  Top.                (line 1024)
-* d--eftypefun_name:                     Top.                (line  230)
-* d--eftypefun_name <1>:                 Top.                (line  574)
-* d--eftypefun_name <2>:                 Top.                (line 1057)
-* d--eftypemethod_name on c--lass:       Top.                (line  245)
-* d--eftypemethod_name on c--lass <1>:   Top.                (line  589)
-* d--eftypemethod_name on c--lass <2>:   Top.                (line 1072)
-* d--eftypeop_name on c--lass:           Top.                (line  200)
-* d--eftypeop_name on c--lass <1>:       Top.                (line  544)
-* d--eftypeop_name on c--lass <2>:       Top.                (line 1027)
-* d--efun_name:                          Top.                (line  215)
-* d--efun_name <1>:                      Top.                (line  559)
-* d--efun_name <2>:                      Top.                (line 1042)
-* de--ffn_name:                          Top.                (line  160)
-* de--ffn_name <1>:                      Top.                (line  504)
-* de--ffn_name <2>:                      Top.                (line  986)
-* deffn:                                 Top.                (line  185)
-* deffn <1>:                             Top.                (line  187)
-* deffn <2>:                             Top.                (line  529)
-* deffn <3>:                             Top.                (line  531)
-* deffn <4>:                             Top.                (line 1012)
-* deffn <5>:                             Top.                (line 1014)
-* deffnx:                                Top.                (line  183)
-* deffnx <1>:                            Top.                (line  188)
-* deffnx <2>:                            Top.                (line  527)
-* deffnx <3>:                            Top.                (line  532)
-* deffnx <4>:                            Top.                (line 1010)
-* deffnx <5>:                            Top.                (line 1015)
-* followed:                              Top.                (line  179)
-* followed <1>:                          Top.                (line  523)
-* followed <2>:                          Top.                (line 1006)
-* I:                                     Top.                (line  164)
-* I <1>:                                 Top.                (line  190)
-* I <2>:                                 Top.                (line  508)
-* I <3>:                                 Top.                (line  534)
-* I <4>:                                 Top.                (line  991)
-* I <5>:                                 Top.                (line 1017)
-* id i ule:                              Top.                (line  170)
-* id i ule <1>:                          Top.                (line  514)
-* id i ule <2>:                          Top.                (line  997)
-* id ule:                                Top.                (line  169)
-* id ule <1>:                            Top.                (line  513)
-* id ule <2>:                            Top.                (line  996)
-* log trap:                              Top.                (line  166)
-* log trap <1>:                          Top.                (line  510)
-* log trap <2>:                          Top.                (line  993)
-* log trap1:                             Top.                (line  167)
-* log trap1 <1>:                         Top.                (line  511)
-* log trap1 <2>:                         Top.                (line  994)
-* log trap2:                             Top.                (line  168)
-* log trap2 <1>:                         Top.                (line  512)
-* log trap2 <2>:                         Top.                (line  995)
-* machin:                                Top.                (line  175)
-* machin <1>:                            Top.                (line  177)
-* machin <2>:                            Top.                (line  519)
-* machin <3>:                            Top.                (line  521)
-* machin <4>:                            Top.                (line 1002)
-* machin <5>:                            Top.                (line 1004)
-* t--ruc:                                Top.                (line 1199)
-* T--ruc:                                Top.                (line 1199)
-* truc:                                  Top.                (line  165)
-* truc <1>:                              Top.                (line  191)
-* truc <2>:                              Top.                (line  509)
-* truc <3>:                              Top.                (line  535)
-* truc <4>:                              Top.                (line  992)
-* truc <5>:                              Top.                (line 1018)
+* `` <1>:                                Top.                (line  370)
+* `` <2>:                                Top.                (line  724)
+* a:                                     Top.                (line  181)
+* a <1>:                                 Top.                (line  317)
+* a <2>:                                 Top.                (line  524)
+* a <3>:                                 Top.                (line  660)
+* a <4>:                                 Top.                (line 1005)
+* a <5>:                                 Top.                (line 1141)
+* a <6>:                                 Top.                (line 1195)
+* b:                                     Top.                (line  318)
+* b <1>:                                 Top.                (line  661)
+* b <2>:                                 Top.                (line 1142)
+* bidule machin:                         Top.                (line  175)
+* bidule machin <1>:                     Top.                (line  518)
+* bidule machin <2>:                     Top.                (line  999)
+* d--effn_name:                          Top.                (line  156)
+* d--effn_name <1>:                      Top.                (line  499)
+* d--effn_name <2>:                      Top.                (line  980)
+* d--efmac_name:                         Top.                (line  217)
+* d--efmac_name <1>:                     Top.                (line  560)
+* d--efmac_name <2>:                     Top.                (line 1041)
+* d--efmethod_name on c--lass:           Top.                (line  241)
+* d--efmethod_name on c--lass <1>:       Top.                (line  584)
+* d--efmethod_name on c--lass <2>:       Top.                (line 1065)
+* d--efop_name on c--lass:               Top.                (line  208)
+* d--efop_name on c--lass <1>:           Top.                (line  551)
+* d--efop_name on c--lass <2>:           Top.                (line 1032)
+* d--efspec_name:                        Top.                (line  220)
+* d--efspec_name <1>:                    Top.                (line  563)
+* d--efspec_name <2>:                    Top.                (line 1044)
+* d--eftypefn_name:                      Top.                (line  196)
+* d--eftypefn_name <1>:                  Top.                (line  539)
+* d--eftypefn_name <2>:                  Top.                (line 1020)
+* d--eftypefun_name:                     Top.                (line  229)
+* d--eftypefun_name <1>:                 Top.                (line  572)
+* d--eftypefun_name <2>:                 Top.                (line 1053)
+* d--eftypemethod_name on c--lass:       Top.                (line  244)
+* d--eftypemethod_name on c--lass <1>:   Top.                (line  587)
+* d--eftypemethod_name on c--lass <2>:   Top.                (line 1068)
+* d--eftypeop_name on c--lass:           Top.                (line  199)
+* d--eftypeop_name on c--lass <1>:       Top.                (line  542)
+* d--eftypeop_name on c--lass <2>:       Top.                (line 1023)
+* d--efun_name:                          Top.                (line  214)
+* d--efun_name <1>:                      Top.                (line  557)
+* d--efun_name <2>:                      Top.                (line 1038)
+* de--ffn_name:                          Top.                (line  159)
+* de--ffn_name <1>:                      Top.                (line  502)
+* de--ffn_name <2>:                      Top.                (line  983)
+* deffn:                                 Top.                (line  184)
+* deffn <1>:                             Top.                (line  186)
+* deffn <2>:                             Top.                (line  527)
+* deffn <3>:                             Top.                (line  529)
+* deffn <4>:                             Top.                (line 1008)
+* deffn <5>:                             Top.                (line 1010)
+* deffnx:                                Top.                (line  182)
+* deffnx <1>:                            Top.                (line  187)
+* deffnx <2>:                            Top.                (line  525)
+* deffnx <3>:                            Top.                (line  530)
+* deffnx <4>:                            Top.                (line 1006)
+* deffnx <5>:                            Top.                (line 1011)
+* followed:                              Top.                (line  178)
+* followed <1>:                          Top.                (line  521)
+* followed <2>:                          Top.                (line 1002)
+* I:                                     Top.                (line  163)
+* I <1>:                                 Top.                (line  189)
+* I <2>:                                 Top.                (line  506)
+* I <3>:                                 Top.                (line  532)
+* I <4>:                                 Top.                (line  987)
+* I <5>:                                 Top.                (line 1013)
+* id i ule:                              Top.                (line  169)
+* id i ule <1>:                          Top.                (line  512)
+* id i ule <2>:                          Top.                (line  993)
+* id ule:                                Top.                (line  168)
+* id ule <1>:                            Top.                (line  511)
+* id ule <2>:                            Top.                (line  992)
+* log trap:                              Top.                (line  165)
+* log trap <1>:                          Top.                (line  508)
+* log trap <2>:                          Top.                (line  989)
+* log trap1:                             Top.                (line  166)
+* log trap1 <1>:                         Top.                (line  509)
+* log trap1 <2>:                         Top.                (line  990)
+* log trap2:                             Top.                (line  167)
+* log trap2 <1>:                         Top.                (line  510)
+* log trap2 <2>:                         Top.                (line  991)
+* machin:                                Top.                (line  174)
+* machin <1>:                            Top.                (line  176)
+* machin <2>:                            Top.                (line  517)
+* machin <3>:                            Top.                (line  519)
+* machin <4>:                            Top.                (line  998)
+* machin <5>:                            Top.                (line 1000)
+* t--ruc:                                Top.                (line 1195)
+* T--ruc:                                Top.                (line 1195)
+* truc:                                  Top.                (line  164)
+* truc <1>:                              Top.                (line  190)
+* truc <2>:                              Top.                (line  507)
+* truc <3>:                              Top.                (line  533)
+* truc <4>:                              Top.                (line  988)
+* truc <5>:                              Top.                (line 1014)
 
 
 
 Tag Table:
-Node: Top10521
-Ref: Top-Footnote-154638
-Ref: Top-Footnote-254658
-Ref: Top-Footnote-354679
-Ref: Top-Footnote-454699
-Ref: Top-Footnote-554720
-Ref: Top-Footnote-654740
-Node: chapter54761
-Ref: chapter-Footnote-154985
-Node: s--ect,ion55005
-Node: subsection55206
-Ref: anchor55385
-Node: subsubsection ``simple-double--55385
-Node: subsubsection three---four----''55585
-Node: chapter255757
+Node: Top10524
+Ref: Top-Footnote-154639
+Ref: Top-Footnote-254659
+Ref: Top-Footnote-354680
+Ref: Top-Footnote-454700
+Ref: Top-Footnote-554721
+Ref: Top-Footnote-654741
+Node: chapter54762
+Ref: chapter-Footnote-154986
+Node: s--ect,ion55006
+Node: subsection55207
+Ref: anchor55386
+Node: subsubsection ``simple-double--55386
+Node: subsubsection three---four----''55586
+Node: chapter255758
 
 End Tag Table




reply via email to

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