texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/init/html32.pm: fix syntax error.


From: Patrice Dumas
Subject: branch master updated: * tp/init/html32.pm: fix syntax error.
Date: Fri, 07 Jan 2022 15:01:05 -0500

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new e5b299e636 * tp/init/html32.pm: fix syntax error.
e5b299e636 is described below

commit e5b299e6364ddfe70d0b8c3642e9ff21fda31cd9
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Jan 7 21:00:46 2022 +0100

    * tp/init/html32.pm: fix syntax error.
---
 tp/init/html32.pm                                  |    2 +-
 .../res_parser/formatting_html32/formatting.2      |   17 -
 .../res_parser/formatting_html32/formatting.html   | 5530 ++++++++++----------
 3 files changed, 2688 insertions(+), 2861 deletions(-)

diff --git a/tp/init/html32.pm b/tp/init/html32.pm
index 000de5dec5..efb44b9d9d 100644
--- a/tp/init/html32.pm
+++ b/tp/init/html32.pm
@@ -285,7 +285,7 @@ sub html32_convert_item_command($$$$)
   if ($command->{'parent'}->{'type'}
       and $command->{'parent'}->{'type'} eq 'row') {
     return html32_convert_tab_command($self, $cmdname, $command, $content);
-  } elsif $command->{'parent'}->{'cmdname'}
+  } elsif ($command->{'parent'}->{'cmdname'}
       and $command->{'parent'}->{'cmdname'} eq 'itemize') {
     my $prepend ;
     my $itemize = $command->{'parent'};
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.2 
b/tp/tests/layout/res_parser/formatting_html32/formatting.2
index a2c7827dde..dfd1ac3668 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.2
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.2
@@ -1,20 +1,3 @@
-texi2any: warning: error loading ../init/html32.pm: syntax error at 
../init/html32.pm line 288, near "elsif $command"
-Global symbol "$command" requires explicit package name (did you forget to 
declare "my $command"?) at ../init/html32.pm line 289.
-Can't redeclare "my" in "my" at ../init/html32.pm line 291, near "my"
-Global symbol "$command" requires explicit package name (did you forget to 
declare "my $command"?) at ../init/html32.pm line 291.
-Global symbol "$self" requires explicit package name (did you forget to 
declare "my $self"?) at ../init/html32.pm line 298.
-Global symbol "$command" requires explicit package name (did you forget to 
declare "my $command"?) at ../init/html32.pm line 300.
-Global symbol "$content" requires explicit package name (did you forget to 
declare "my $content"?) at ../init/html32.pm line 302.
-Global symbol "$content" requires explicit package name (did you forget to 
declare "my $content"?) at ../init/html32.pm line 303.
-syntax error at ../init/html32.pm line 307, near "}"
-Global symbol "$self" requires explicit package name (did you forget to 
declare "my $self"?) at ../init/html32.pm line 308.
-Global symbol "$cmdname" requires explicit package name (did you forget to 
declare "my $cmdname"?) at ../init/html32.pm line 308.
-Global symbol "$self" requires explicit package name (did you forget to 
declare "my $self"?) at ../init/html32.pm line 308.
-Global symbol "$cmdname" requires explicit package name (did you forget to 
declare "my $cmdname"?) at ../init/html32.pm line 308.
-Global symbol "$command" requires explicit package name (did you forget to 
declare "my $command"?) at ../init/html32.pm line 308.
-Global symbol "$content" requires explicit package name (did you forget to 
declare "my $content"?) at ../init/html32.pm line 308.
-Compilation failed in require at ../../tp/Texinfo/Config.pm line 90.
-
 formatting.texi:18: warning: @author not meaningful outside `@titlepage' and 
`@quotation' environments (possibly involving @mymacro)
 formatting.texi:18: warning: @author should only appear at the beginning of a 
line (possibly involving @mymacro)
 formatting.texi:18: warning: missing name for @deffnx (possibly involving 
@mymacro)
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.html 
b/tp/tests/layout/res_parser/formatting_html32/formatting.html
index a0f36e622d..0d96aa18a4 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN" 
"http://www.w3.org/TR/html32/loose.dtd";>
 <html>
 <!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
 <head>
@@ -790,91 +790,63 @@ truc: after a deff item
 @inforef{} 
 
  -->
-<title>title &ndash;a</title>
+<title>title -a</title>
 
-<meta name="description" content="title &ndash;a">
-<meta name="keywords" content="title &ndash;a">
+<meta name="description" content="title -a">
+<meta name="keywords" content="title -a">
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
 <meta name="Generator" content="texi2any">
 <meta name="viewport" content="width=device-width,initial-scale=1">
 
-<style type="text/css">
-<!--
-a.copiable-anchor {visibility: hidden; text-decoration: none; line-height: 0em}
-a.summary-letter {text-decoration: none}
-div.center-align {text-align:center}
-div.display {margin-left: 3.2em}
-div.example {margin-left: 3.2em}
-h1.center-align {text-align:center}
-h3.right-align {text-align:right}
-kbd {font-style: oblique}
-kbd.key {font-style: normal}
-p.left-align {text-align:left}
-p.right-align {text-align:right}
-pre.display {font-family: inherit}
-pre.format {font-family: inherit}
-pre.menu-comment {font-family: serif}
-pre.menu-preformatted {font-family: serif}
-span.nolinebreak {white-space: nowrap}
-span.roman {font-family: initial; font-weight: normal}
-span.sansserif {font-family: sans-serif; font-weight: normal}
-span.smaller {font-size: smaller}
-span:hover a.copiable-anchor {visibility: visible}
-ul.mark-bullet {list-style-type: disc}
-ul.mark-minus {list-style-type: "\2212"}
-ul.mark-none {list-style-type: none}
-ul.no-bullet {list-style: none}
--->
-</style>
 
 
 </head>
 
-<body lang="en">
-<h1>title &ndash;a</h1>
-<h3 class="right-align">formatting subtitle &ndash;a</h3>
-<h3 class="right-align">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>
+<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" 
alink="#FF0000">
+<h1>title -a</h1>
+<h3 align="right">formatting subtitle -a</h3>
+<h3 align="right">subtitle 2 -a</h3>
+<strong>author1 -a with accents in name T&eacute;&ccedil;a</strong><br>
+<strong>author2 -a</strong><br>
 <p>In titlepage
 </p>
 <p>&lt;
 &gt;
-&quot;
+&#34;
 &amp;
-&rsquo;
-&lsquo;
+'
+`
 </p>
-<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+<p>&#34;simple-double-three--four---&#34;<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>
+asis: &#34;simple-double-three--four---&#34; <br>
+strong: <strong>&#34;simple-double-three--four---&#34;</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>`<!-- /@w -->`simple-double-<!-- /@w -->-three--four---'<!-- /@w -->'<br>
 </p>
-<a class="index-entry-anchor" id="index-titlepage-_002d_002doption"></a>
-<a class="index-entry-anchor" id="index-titlepage-_0060_0060"></a>
-<a class="index-entry-anchor" id="index-titlepage-_0060_0060-1"></a>
-<a class="index-entry-anchor" id="index-titlepage-_002d_002dfoption"></a>
+<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; 
+<p>@&#34;u &uuml; 
+@&#34;{U} &Uuml; 
 @~n &ntilde;
 @^a &acirc;
-@&rsquo;e &eacute;
+@'e &eacute;
 @=o &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;{@dotless{i}} &iacute; 
+@`i &igrave;
+@'{e} &eacute;
+@'{@dotless{i}} &iacute; 
 @dotless{i} i
 @dotless{j} j
-@&lsquo;{@=E} &#274;&#768; 
+@`{@=E} &#274;&#768; 
 @l{} &#322;
-@,{@&rsquo;C} &#262;&#807;
+@,{@'C} &#262;&#807;
 @,c &ccedil;
-@,c@&quot;u &ccedil;&uuml; <br>
+@,c@&#34;u &ccedil;&uuml; <br>
 </p>
 <p>@U{0075} &#x0075;
 </p>
@@ -904,25 +876,25 @@ but , ,
 </p>
 <p>@TeX TeX
 @LaTeX LaTeX
-@bullet &bull;
+@bullet *
 @copyright &copy;
-@dots &hellip;
-@enddots <small class="enddots">...</small>
-@equiv &equiv;
-@error error&rarr;
-@expansion &rarr;
+@dots <small>...</small>
+@enddots <small>...</small>
+@equiv ==
+@error error-&gt;
+@expansion ==&gt;
 @minus -
-@point &lowast;
+@point -!-
 @print -|
-@result &rArr;
+@result =&gt;
 @today a sunny day
 </p>
 <p>@aa &aring;
 @AA &Aring;
 @ae &aelig;
-@oe &oelig;
+@oe &#156;
 @AE &AElig;
-@OE &OElig;
+@OE &#140;
 @o &oslash;
 @O &Oslash;
 @ss &szlig;
@@ -940,90 +912,90 @@ but , ,
 @ordf &ordf;
 @ordm &ordm;
 @comma ,
-@quotedblleft &ldquo;
-@quotedblright &rdquo;
-@quoteleft &lsquo;
-@quoteright &rsquo;
-@quotedblbase &bdquo;
-@quotesinglbase &sbquo;
-@guillemetleft &laquo;
-@guillemetright &raquo;
-@guillemotleft &laquo;
-@guillemotright &raquo;
-@guilsinglleft &lsaquo;
-@guilsinglright &rsaquo;
+@quotedblleft &quot;
+@quotedblright &quot;
+@quoteleft `
+@quoteright '
+@quotedblbase ,,
+@quotesinglbase ,
+@guillemetleft &lt;&lt;
+@guillemetright &gt;&gt;
+@guillemotleft &lt;&lt;
+@guillemotright &gt;&gt;
+@guilsinglleft &lt;
+@guilsinglright &gt;
 @textdegree &deg;
-@euro &euro;
-@arrow &rarr;
-@leq &le;
-@geq &ge;
+@euro Euro
+@arrow -&gt;
+@leq &lt;=
+@geq &gt;=
 @tie a&nbsp;b
 </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>
+<p><code>@acronym{--a,an accronym}</code> -a (an accronym)
+<code>@acronym{--a}</code> -a
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> &Eacute;-. ,A. 
(&Eacute;tude Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
+<code>@asis{--a}</code> -a
+<code>@b{--a}</code> <b>-a</b>
+<code>@cite{--a}</code> <cite>-a</cite>
 <code>@code{--a}</code> <code>--a</code>
 <code>@command{--a}</code> <code>--a</code>
-<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>@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>&ndash;a</em>
+<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>@i{--a}</code> <i>-a</i>
 <code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <kbd class="key">--a</kbd>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em class="math">--a 
{\frac{1}{2}} -</em>
+<code>@key{--a}</code> <kbd>--a</kbd>
+<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>@r{--a}</code> -a
+<code>@samp{--a}</code> `<samp>--a</samp>'
+<code>@sc{--a}</code> <small>-A</small>
+<code>@strong{--a}</code> <strong>-a</strong>
 <code>@t{--a}</code> <code>--a</code>
-<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>@sansserif{--a}</code> -a
+<code>@slanted{--a}</code> <i>-a</i>
+<code>@titlefont{--a}</code> </p><h1>-a</h1>
+<p><code>@indicateurl{--a}</code> `<code>--a</code>'
+<code>@uref{--a,--b}</code> <a href="--a">-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>@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> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
+<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>@verb{:a  &lt; &amp; @ % &#34; --    b:}</code> <tt>a  &lt; &amp; @ % 
&#34; --    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&#779;
-<code>@H{--a}</code> &ndash;a&#779;
+<code>@H{--a}</code> -a&#779;
 <code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a&#775;
+<code>@dotaccent{--a}</code> -a&#775;
 <code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a&#778;
+<code>@ringaccent{--a}</code> -a&#778;
 <code>@tieaccent{a}</code> a&#865;
-<code>@tieaccent{--a}</code> &ndash;&#865;a
+<code>@tieaccent{--a}</code> -a&#865;
 <code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a&#774;
+<code>@u{--a}</code> -a&#774;
 <code>@ubaraccent{a}</code> a&#818;
-<code>@ubaraccent{--a}</code> &ndash;a&#818;
+<code>@ubaraccent{--a}</code> -a&#818;
 <code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> &ndash;a&#803;
+<code>@udotaccent{--a}</code> -a&#803;
 <code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&#780;
+<code>@v{--a}</code> -a&#780;
 <code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c&#807;
+<code>@,{--c}</code> -c&#807;
 <code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a&#808;
+<code>@ogonek{--a}</code> -a&#808;
 <code>a@sup{h}@sub{l}</code> a<sup>h</sup><sub>l</sub>
 <code>@footnote{in footnote}</code> <a id="DOCF3" 
href="#FOOT3"><sup>1</sup></a>
 <code>@footnote{in footnote2}</code> <a id="DOCF4" 
href="#FOOT4"><sup>2</sup></a>
@@ -1034,7 +1006,7 @@ but , ,
 <code>@image{f--ile,,,alt}</code> <img src="f--ile.png" 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>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a-lt">
 <code>@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}</code> <img 
src="f--ile@..file ext e--xt}" alt="alt">
 </p>
 <p><code>@sp 2</code><br>
@@ -1045,82 +1017,78 @@ but , ,
 
 <p><code>need 1002</code>
 </p>
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
+<p><code>@clicksequence{click @click{} A}</code> click -&gt; A
+After clickstyle =&gt;
+<code>@clicksequence{click @click{} A}</code> click =&gt; A
 </p>
-<div 
class="displaymath"><em><strong>``simple-double--three---four----''</strong> 
aa<!-- /@w -->
+<div><em><strong>``simple-double--three---four----''</strong> aa<!-- /@w -->
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
 
 </em></div>
-<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; i j &#274;&#768;
+<div><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; &igrave; &eacute; i j 
&#274;&#768;
 &#322; &#262;&#807; &#262;&#807; &ccedil; a&#779; &#551; &aring; a&#865;
 &#259; a&#818; &#7841; &#462; &#261; a<sup>h</sup><sub>l</sub>
 
  &nbsp;&nbsp; &nbsp;   ! ? . @ } { 
 a sunny day
 </em></div>
-<div class="displaymath"><em>&rarr;
+<div><em>-&gt;
 &#x0075;
-TeX LaTeX &bull; &copy; &hellip; ... &equiv;
-error&rarr; &rarr; - &lowast; -| &rArr;
-&aring; &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; 
&#322; &#321; &ETH;
+TeX LaTeX * &copy; ... ... ==
+error-&gt; ==&gt; - -!- -| =&gt;
+&aring; &Aring; &aelig; &#156; &AElig; &#140; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
 &THORN; &eth; &thorn; &iexcl; &iquest; &pound;
 &reg; &ordf; &ordm; , 
 </em></div>
-<div class="displaymath"><em>&ldquo; &rdquo; 
-&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
-&raquo; &laquo; &raquo; &lsaquo;
-&rsaquo; &deg; &euro; &rarr; &le; &ge;
+<div><em>&quot; &quot; 
+` ' ,, , &lt;&lt;
+&gt;&gt; &lt;&lt; &gt;&gt; &lt;
+&gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
-<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <code>t</code> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <code>t</code> sansserif 
<i>slanted</i>
 </em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd>vtable
 i--tem default kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-default-kbdinputstyle'><kbd>vtable 
i--tem default kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example default kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example default kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><code>code kbdinputstyle</code>
 </p><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code>vtable
 i--tem code kbdinputstyle</code><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-titlepage-vtable-i_002d_002dtem-code-kbdinputstyle'><code>vtable 
i--tem code kbdinputstyle</code></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example code kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example code kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>example kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle'><span><kbd>vtable
 i--tem example kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-example-kbdinputstyle'><kbd>vtable 
i--tem example kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example example kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example example 
kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>distinct kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd>vtable
 i--tem distinct kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-distinct-kbdinputstyle'><kbd>vtable 
i--tem distinct kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example distinct kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example distinct kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'>
 &para;</a></span></dt>
+<dt 
id='index-titlepage-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -1178,14 +1146,14 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <blockquote>
 <p>aaa quotation
 </p></blockquote>
-<div class="center-align">&mdash; <em>quotation author</em>
+<div align="center">-- <em>quotation author</em>
 </div>
 <blockquote>
 <p>indent in quotation
 </p></blockquote>
 
 <blockquote>
-<p>A small quot&mdash;ation
+<p>A small quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -1196,49 +1164,49 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <p><b>something, other thing:</b> something, other thing
 </p></blockquote>
 
-<ul class="mark-bullet">
-<li>i&ndash;temize
+<ul>
+<li> i-temize
 </li></ul>
 
-<ul style="list-style-type: '+'">
-<li>i&ndash;tem +
+<ul>
+<li>+ i-tem +
 </li></ul>
 
-<ul class="mark-bullet">
-<li>b&ndash;ullet
+<ul>
+<li> b-ullet
 </li></ul>
 
-<ul class="mark-minus">
-<li>minu&ndash;s
+<ul>
+<li>- minu-s
 </li></ul>
 
-<ul style="list-style-type: 'after emph'">
-<li>e&ndash;mph item
+<ul>
+<li><em>after emph</em> e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li><a class="index-entry-anchor" 
id="index-titlepage-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line <a 
name="index-titlepage-index-entry-within-itemize"></a>
+i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
-<ul class="mark-none">
-<li>without brace w a&ndash;b
-</li><li>without brace w c&ndash;d
+<ul>
+<li><!-- /@w --> without brace w a-b
+</li><li><!-- /@w --> without brace w c-d
 </li></ul>
 
-<ul class="mark-none">
-<li>with w a&ndash;b
-</li><li>with w c&ndash;d
+<ul>
+<li><!-- /@w --> with w a-b
+</li><li><!-- /@w --> with w c-d
 </li></ul>
 
-<ul style="list-style-type: ' on a line'">
-<li>line w a&ndash;b
-</li><li>line with w c&ndash;d
+<ul>
+<li><!-- /@w --> on a line line w a-b
+</li><li><!-- /@w --> on a line line with w c-d
 </li></ul>
 
 <ol>
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol start="3">
@@ -1247,7 +1215,7 @@ i&ndash;tem 1
 </li></ol>
 
 <ol type="a" start="1">
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol type="a" start="3">
@@ -1256,326 +1224,306 @@ i&ndash;tem 1
 </li></ol>
 
 <table>
-<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
-<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
-<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
-<a class="index-entry-anchor" 
id="index-titlepage-index-entry-within-multitable"></a></td></tr>
-<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
-</tbody>
+<tr><th>mu-ltitable headitem</th><th>another tab</th></tr>
+<tr><td>mu-ltitable item</td><td>multitable tab</td></tr>
+<tr><td>mu-ltitable item 2</td><td>multitable tab 2
+<a name="index-titlepage-index-entry-within-multitable"></a></td></tr>
+<tr><td>lone mu-ltitable item</td></tr>
 </table>
 
 <table>
-<tbody><tr><td>truc</td><td>bidule</td></tr>
-</tbody>
+<tr><td>truc</td><td>bidule</td></tr>
 </table>
 
-<div class="example">
-<pre class="example">e--xample  some
+<table><tr><td>&nbsp;</td><td><pre>e--xample  some
    text
-</pre></div>
+</pre></td></tr></table>
 
-<div class="example first-arg">
-<pre class="example">example one arg
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example one arg
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg">
-<pre class="example">example two args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example two args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg">
-<pre class="example">example three args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example three args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg">
-<pre class="example">example four args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example four args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg fifth-arg">
-<pre class="example">example five args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example five args
+</pre></td></tr></table>
 
-<div class="example something-é-TeX">
-<pre class="example">The something &eacute; TeX is here.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>The something &eacute; TeX is here.
+</pre></td></tr></table>
 
-<div class="example @-at-the-end-of-line--">
-<pre class="example">A @ at the end of the @example line.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>A @ at the end of the @example line.
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">example with empty args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty args
+</pre></td></tr></table>
 
-<div class="example nonempty">
-<pre class="example">example with empty and non empty args mix
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty and non empty args mix
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">s--mallexample
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--mallexample
+</pre></td></tr></table>
 
 <p><code>@noindent</code> after smallexample.
-</p><div class="example">
-<pre class="example">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+</p><table><tr><td>&nbsp;</td><td><pre>$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
 $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
-</pre></div>
+</pre></td></tr></table>
 <p>Less recent versions are also present.
 </p>
-<div class="display">
-<pre class="display">d&ndash;isplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>d-isplay
+</pre></td></tr></table>
 
-<div class="display">
-<pre class="display">s&ndash;malldisplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s-malldisplay
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">l--isp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>l--isp
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">s--malllisp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--malllisp
+</pre></td></tr></table>
 
-<div class="format">
-<pre class="format">f&ndash;ormat
-</pre></div>
+<pre>f-ormat
+</pre>
 
-<div class="format">
-<pre class="format">s&ndash;mallformat
-</pre></div>
+<pre>s-mallformat
+</pre>
 
-<div class="displaymath"><em>disp--laymath
+<div><em>disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2</sup>
 </em></div>
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deffn_005fname"><span 
class="category">c--ategory: </span><span><strong>d--effn_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deffn_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-titlepage-d_002d_002deffn_005fname">c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-de_002d_002dffn_005fname"><span 
class="category">cate--gory: </span><span><strong>de--ffn_name</strong> 
<em>ar--guments    more args <br> even more so</em><a class="copiable-anchor" 
href='#index-titlepage-de_002d_002dffn_005fname'> &para;</a></span></dt>
-<dd><p>def&ndash;fn
+<dl>
+<dt id="index-titlepage-de_002d_002dffn_005fname">cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def-fn
 </p></dd></dl>
  
-<dl class="def">
-<dt id="index-titlepage-i"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-titlepage-i'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-titlepage-index-entry-within-deffn"></a>
-</dd><dt id="index-titlepage-truc"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-titlepage-truc'> &para;</a></span></dt>
-<dt id="index-titlepage-log-trap"><span class="category">Command: 
</span><span><strong>log trap</strong> <em></em><a class="copiable-anchor" 
href='#index-titlepage-log-trap'> &para;</a></span></dt>
-<dt id="index-titlepage-log-trap1"><span class="category">Command: 
</span><span><strong>log trap1</strong> <em></em><a class="copiable-anchor" 
href='#index-titlepage-log-trap1'> &para;</a></span></dt>
-<dt id="index-titlepage-log-trap2"><span class="category">Command: 
</span><span><strong>log trap2</strong> <em></em><a class="copiable-anchor" 
href='#index-titlepage-log-trap2'> &para;</a></span></dt>
-<dt id="index-titlepage-id-ule"><span class="category">cmde: 
</span><span><strong><b>id ule</b></strong> <em>truc</em><a 
class="copiable-anchor" href='#index-titlepage-id-ule'> &para;</a></span></dt>
-<dt id="index-titlepage-id-i-ule"><span class="category">cmde2: 
</span><span><strong><b>id &lsquo;<samp>i</samp>&rsquo; ule</b></strong> 
<em>truc</em><a class="copiable-anchor" href='#index-titlepage-id-i-ule'> 
&para;</a></span></dt>
-<dt><span class="category"><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: 
</span><strong></strong></dt>
+<dl>
+<dt id="index-titlepage-i">fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dd><a name="index-titlepage-index-entry-within-deffn"></a>
+</dd><dt id="index-titlepage-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-titlepage-log-trap">Command: <strong>log trap</strong> 
<em></em></dt>
+<dt id="index-titlepage-log-trap1">Command: <strong>log trap1</strong> 
<em></em></dt>
+<dt id="index-titlepage-log-trap2">Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt id="index-titlepage-id-ule">cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt id="index-titlepage-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>' 
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
 <dt><strong></strong></dt>
-<dt><span class="category">aaa: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-titlepage-machin"><span class="category">: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-titlepage-machin'> &para;</a></span></dt>
-<dt id="index-titlepage-bidule-machin"><span class="category">: 
</span><span><strong>bidule machin</strong><a class="copiable-anchor" 
href='#index-titlepage-bidule-machin'> &para;</a></span></dt>
-<dt id="index-titlepage-machin-1"><span class="category">truc: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-titlepage-machin-1'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt id="index-titlepage-followed"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-titlepage-followed'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-titlepage-a"><span class="category">truc: 
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a 
class="copiable-anchor" href='#index-titlepage-a'> &para;</a></span></dt>
-<dt id="index-titlepage-deffnx"><span class="category">truc: 
</span><span><strong>deffnx</strong> <em>before end deffn</em><a 
class="copiable-anchor" href='#index-titlepage-deffnx'> &para;</a></span></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-titlepage-machin">: <strong>machin</strong></dt>
+<dt id="index-titlepage-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-titlepage-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-titlepage-followed">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-titlepage-a">truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt id="index-titlepage-deffnx">truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
 
 
-<dl class="def">
-<dt id="index-titlepage-deffn"><span class="category">empty: 
</span><span><strong>deffn</strong><a class="copiable-anchor" 
href='#index-titlepage-deffn'> &para;</a></span></dt>
+<dl>
+<dt id="index-titlepage-deffn">empty: <strong>deffn</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-titlepage-deffn-1"><span class="category">empty: 
</span><span><strong>deffn</strong> <em>with deffnx</em><a 
class="copiable-anchor" href='#index-titlepage-deffn-1'> &para;</a></span></dt>
-<dt id="index-titlepage-deffnx-1"><span class="category">empty: 
</span><span><strong>deffnx</strong><a class="copiable-anchor" 
href='#index-titlepage-deffnx-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-titlepage-deffn-1">empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
+<dt id="index-titlepage-deffnx-1">empty: <strong>deffnx</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-titlepage-i-1"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-titlepage-i-1'> &para;</a></span></dt>
-<dt id="index-titlepage-truc-1"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-titlepage-truc-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-titlepage-i-1">fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt id="index-titlepage-truc-1">cmde: <strong>truc</strong> <em></em></dt>
 <dd><p>text in def item for second def item
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defvr_005fname"><span 
class="category">c--ategory: </span><span><strong>d--efvr_name</strong><a 
class="copiable-anchor" href='#index-titlepage-d_002d_002defvr_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvr
+<dl>
+<dt id="index-titlepage-d_002d_002defvr_005fname">c--ategory: 
<strong>d--efvr_name</strong></dt>
+<dd><p>d-efvr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-n_002d_002dame"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-titlepage-n_002d_002dame'> 
&para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-titlepage-n_002d_002dame">c--ategory: <strong>n--ame</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-n_002d_002dame-1"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong><a class="copiable-anchor" 
href='#index-titlepage-n_002d_002dame-1'> &para;</a></span></dt>
-<dd><p>d&ndash;effn no arg
+<dl>
+<dt id="index-titlepage-n_002d_002dame-1">c--ategory: 
<strong>n--ame</strong></dt>
+<dd><p>d-effn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftypefn_005fname"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-titlepage-d_002d_002deftypefn_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypefn
+<dl>
+<dt id="index-titlepage-d_002d_002deftypefn_005fname">c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftypefn_005fname-1"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg
+<dl>
+<dt id="index-titlepage-d_002d_002deftypefn_005fname-1">c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong></dt>
+<dd><p>d-eftypefn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypeop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
+<dd><p>d-eftypeop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftypevr_005fname"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypevr_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypevr
+<dl>
+<dt id="index-titlepage-d_002d_002deftypevr_005fname">c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
+<dd><p>d-eftypevr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defcv_005fname"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defcv_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv
+<dl>
+<dt id="index-titlepage-d_002d_002defcv_005fname">c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
+<dd><p>d-efcv
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defcv_005fname-1"><span>c--ategory of 
c--lass: <strong>d--efcv_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-titlepage-d_002d_002defcv_005fname-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efcv with arguments
+<dl>
+<dt id="index-titlepage-d_002d_002defcv_005fname-1">c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efcv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
+<dd><p>d-eftypecv
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypecv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory
 on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop
+<dl>
+<dt 
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory on 
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
 on c--lass: <strong>d--efop_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop no arg
+<dl>
+<dt 
id="index-titlepage-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory 
on c--lass: <strong>d--efop_name</strong></dt>
+<dd><p>d-efop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftp_005fname"><span 
class="category">c--ategory: </span><span><strong>d--eftp_name</strong> 
<em>a--ttributes...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftp_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftp
+<dl>
+<dt id="index-titlepage-d_002d_002deftp_005fname">c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d-eftp
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defun_005fname"><span 
class="category">Function: </span><span><strong>d--efun_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defun_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efun
+<dl>
+<dt id="index-titlepage-d_002d_002defun_005fname">Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defmac_005fname"><span 
class="category">Macro: </span><span><strong>d--efmac_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defmac_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efmac
+<dl>
+<dt id="index-titlepage-d_002d_002defmac_005fname">Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmac
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defspec_005fname"><span 
class="category">Special Form: </span><span><strong>d--efspec_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defspec_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efspec
+<dl>
+<dt id="index-titlepage-d_002d_002defspec_005fname">Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efspec
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defvar_005fname"><span 
class="category">Variable: </span><span><strong>d--efvar_name</strong><a 
class="copiable-anchor" href='#index-titlepage-d_002d_002defvar_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvar
+<dl>
+<dt id="index-titlepage-d_002d_002defvar_005fname">Variable: 
<strong>d--efvar_name</strong></dt>
+<dd><p>d-efvar
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defvar_005fname-1"><span 
class="category">Variable: </span><span><strong>d--efvar_name</strong> 
<em>arg--var arg--var1</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defvar_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;efvar with args
+<dl>
+<dt id="index-titlepage-d_002d_002defvar_005fname-1">Variable: 
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
+<dd><p>d-efvar with args
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002defopt_005fname"><span class="category">User 
Option: </span><span><strong>d--efopt_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defopt_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efopt
+<dl>
+<dt id="index-titlepage-d_002d_002defopt_005fname">User Option: 
<strong>d--efopt_name</strong></dt>
+<dd><p>d-efopt
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftypefun_005fname"><span 
class="category">Function: </span><span><em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-titlepage-d_002d_002deftypefun_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypefun
+<dl>
+<dt id="index-titlepage-d_002d_002deftypefun_005fname">Function: 
<em>t--ype</em> <strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftypevar_005fname"><span 
class="category">Variable: </span><span><em>t--ype</em> 
<strong>d--eftypevar_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypevar
+<dl>
+<dt id="index-titlepage-d_002d_002deftypevar_005fname">Variable: 
<em>t--ype</em> <strong>d--eftypevar_name</strong></dt>
+<dd><p>d-eftypevar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance
 Variable of c--lass: <strong>d--efivar_name</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efivar
+<dl>
+<dt 
id="index-titlepage-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
+<dd><p>d-efivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
 Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeivar
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
+<dd><p>d-eftypeivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method
 on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmethod
+<dl>
+<dt 
id="index-titlepage-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method on 
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmethod
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypemethod
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method 
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypemethod
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-titlepage-name2"><span class="category">Function:<br> 
</span><span><em>data-type2</em><br> <strong>name2</strong> 
<em>arguments2...</em><a class="copiable-anchor" href='#index-titlepage-name2'> 
&para;</a></span></dt>
+<dl>
+<dt id="index-titlepage-name2">Function:<br> <em>data-type2</em><br> 
<strong>name2</strong> <em>arguments2...</em></dt>
 <dd><p>aaa2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-d_002d_002deftypefn_005fname2"><span 
class="category">c--ategory2:<br> </span><span><em>t--ype2</em><br> 
<strong>d--eftypefn_name2</strong><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg2
+<dl>
+<dt id="index-titlepage-d_002d_002deftypefn_005fname2">c--ategory2:<br> 
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
+<dd><p>d-eftypefn no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop2
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypeop2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg2
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
+<dd><p>d-eftypeop no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a 
class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv2
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
+<dd><p>d-eftypecv2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments2
+<dl>
+<dt 
id="index-titlepage-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypecv with arguments2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-titlepage-arg2"><span class="category">fun2: 
</span><span><strong>arg2</strong><a class="copiable-anchor" 
href='#index-titlepage-arg2'> &para;</a></span></dt>
+<dl>
+<dt id="index-titlepage-arg2">fun2: <strong>arg2</strong></dt>
 <dd><p>fff2
 </p></dd></dl>
 
 
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a data-manual="file n---ame@" href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#chapter">(file name)cross ref 
name</a>
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">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>
 </p>
 <p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
 <code>@xref{chapter}</code> See <a href="#chapter">chapter</a>.
@@ -1584,79 +1532,79 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 
2}\left({x-\mu \over \sigma}\
 </p>
 <p><code>@ref{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
-<a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">a comma, in title</a> in <cite>a , in manual 
name</cite>
+<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 data-manual="file name" href="file 
name.html#chapter">(file name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<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 data-manual="file 
name" 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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a data-manual="file name" 
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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a data-manual="file 
name" href="file name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#anode">title</a> in 
<cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a data-manual="file 
name" href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#node">(file name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
data-manual="file name, spurious arg" href="file name, spurious 
arg.html#chapter">(file name, spurious arg)cross ref name</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>
+</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 `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>
 </p>
 <p><code>@inforef{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in file}</code>
-See <a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">(a comma, in file)a , in cross
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
 ref</a>
 </p>
-<p>&lsquo;<samp><a href="#chapter">chapter</a></samp>&rsquo;.
+<p>`<samp><a href="#chapter">chapter</a></samp>'.
 </p>
-<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
+<p><a href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
 <a href="#chapter">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a>
 </p>
 <dl>
-<dt><strong>a&ndash;strong</strong></dt>
-<dd><p>l&ndash;ine
+<dt><strong>a-strong</strong></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-titlepage-a_002d_002dasis'><span>a&ndash;asis<a 
class="copiable-anchor" href='#index-titlepage-a_002d_002dasis'> 
&para;</a></span></dt>
-<dt id='index-titlepage-b-2'><span>b<a class="copiable-anchor" 
href='#index-titlepage-b-2'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-titlepage-a_002d_002dasis'>a-asis</dt>
+<dt id='index-titlepage-b-2'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-titlepage-a-1'><span><em>a</em><a class="copiable-anchor" 
href='#index-titlepage-a-1'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-titlepage-index-entry-between-item-and-itemx"></a>
+<dt id='index-titlepage-a-1'><em>a</em></dt>
+<dd><a name="index-titlepage-index-entry-between-item-and-itemx"></a>
 </dd>
-<dt id='index-titlepage-b'><span><em>b</em><a class="copiable-anchor" 
href='#index-titlepage-b'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-titlepage-b'><em>b</em></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
@@ -1664,37 +1612,37 @@ ref</a>
 <dd><p>Title
 </p></dd>
 <dt><code>a--code</code></dt>
-<dd><p>Value&ndash;table code
+<dd><p>Value-table code
 </p></dd>
 </dl>
 
 <dl>
 <dd><p>Title
 </p></dd>
-<dt>&lsquo;<samp>a--samp</samp>&rsquo;</dt>
-<dt>&lsquo;<samp>a2--samp</samp>&rsquo;</dt>
-<dd><p>Value&ndash;table samp
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
+<dd><p>Value-table samp
 </p></dd>
 </dl>
 
-<table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<table border="1"><tr><td>
+<p>c-artouche
 </p></td></tr></table>
 
-<p>g&ndash;roupe
+<p>g-roupe
 </p>
-<p class="left-align">f&ndash;lushleft
+<p align="left">f-lushleft
 more text
 </p>
-<p class="right-align">f&ndash;lushright
+<p align="right">f-lushright
 more text
 </p>
-<div class="center-align">ce&ndash;ntered line
+<div align="center">ce-ntered line
 </div>
-<p>r&ndash;raggedright
+<p>r-raggedright
 more text
 </p>
-<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+<pre>\input texinfo @c -*-texinfo-*-
 
 @c this file is used in tests in @verbatiminclude but not converted
 
@@ -1706,7 +1654,7 @@ This is a very simple texi manual @  &lt;&gt;.
 
 @bye
 </pre>
-<pre class="verbatim">in verbatim ''
+<pre>in verbatim ''
 </pre>
 
 html ''
@@ -1714,26 +1662,26 @@ html ''
 
 
 
-<h1 class="majorheading" id="majorheading">majorheading</h1>
+<h1 id="majorheading">majorheading</h1>
 
-<h1 class="chapheading" id="chapheading">chapheading</h1>
+<h1 id="chapheading">chapheading</h1>
 
-<h2 class="heading" id="heading">heading</h2>
+<h2 id="heading">heading</h2>
 
-<h3 class="subheading" id="subheading">subheading</h3>
+<h3 id="subheading">subheading</h3>
 
-<h4 class="subsubheading" id="subsubheading">subsubheading</h4>
+<h4 id="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., @'Etude--@comma{} @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><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> -a (an accronym 
, <small>...</small>)
+<code>@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }</code> 
&Eacute;-. ,A. (&Eacute;tude-, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
 </p>
-<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em class="math">--a- 
{\frac{1}{2}}</em>
+<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
 </p>
-<p><code>@image{f-ile,,,alt@verb{: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>@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; %@.jpg" alt="altjk _&quot; %@">
+<p><code>@image{f-ile,,,alt@verb{:jk _&#34; %}}</code> <img src="f-ile.jpg" 
alt="altjk _&#34; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&#34; %@:} @b{in b &#34;},e--xt}</code> 
<img src="f--ile.e--xt" alt="jk _&#34; %@ in b &#34;">
+<code>@image{file@verb{:jk _&#34; %@:},,,alt@verb{:jk _&#34; %@:}}</code> <img 
src="filejk _&#34; %@.jpg" alt="altjk _&#34; %@">
 </p>
 
 
@@ -1741,16 +1689,16 @@ html ''
 <p>Somehow invalid use of @,:<br>
 @, &#807;
 <br>
-@,@&quot;u &#807;&uuml;
+@,@&#34;u &#807;&uuml;
 </p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; &#769;
+<p>Invalid use of @':<br>
+@' &#769;
 <br>
-@&rsquo;@&quot;u &#769;&uuml;
+@'@&#34;u &#769;&uuml;
 </p>
 <p>@dotless{truc} truc
 @dotless{ij} ij
-<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{--a}</code> -a
 <code>@dotless{a}</code> a
 </p>
 <p>@U, without braces @U{}, with empty arg 
@@ -1761,7 +1709,7 @@ html ''
 </p>
 <p>@TeX, but without brace TeX<code>@#</code> #
 </p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+<p><code>@w{--a}</code> -a<!-- /@w -->
 </p>
 <p><code>@image{,1--xt}</code> 
 <code>@image{,,2--xt}</code> 
@@ -1769,85 +1717,85 @@ html ''
 </p>
 
 <ul>
-<li>e&ndash;mph item
+<li> e-mph item
 </li></ul>
 
-<ul style="list-style-type: ' after emph'">
-<li>e&ndash;mph item
+<ul>
+<li> after emph e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li>i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
 <dl>
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt>a&ndash;missing style formatting</dt>
-<dd><p>l&ndash;ine
+<dt>a-missing style formatting</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-titlepage-a-2'><span>a<a class="copiable-anchor" 
href='#index-titlepage-a-2'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-titlepage-index-entry-between-item-and-itemx-1"></a>
+<dt id='index-titlepage-a-2'>a</dt>
+<dd><a name="index-titlepage-index-entry-between-item-and-itemx-1"></a>
 </dd>
-<dt id='index-titlepage-b-1'><span>b<a class="copiable-anchor" 
href='#index-titlepage-b-1'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-titlepage-b-1'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
-<dl class="def">
-<dt><span class="category">fun: </span><strong></strong></dt>
-<dt id="index-titlepage-machin-2"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and</em><a 
class="copiable-anchor" href='#index-titlepage-machin-2'> &para;</a></span></dt>
-<dt id="index-titlepage-machin-3"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and  after</em><a 
class="copiable-anchor" href='#index-titlepage-machin-3'> &para;</a></span></dt>
-<dt id="index-titlepage-machin-4"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and </em><a 
class="copiable-anchor" href='#index-titlepage-machin-4'> &para;</a></span></dt>
-<dt id="index-titlepage-machin-5"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and and after</em><a 
class="copiable-anchor" href='#index-titlepage-machin-5'> &para;</a></span></dt>
-<dt id="index-titlepage-followed-1"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-titlepage-followed-1'> 
&para;</a></span></dt>
+<dl>
+<dt>fun: <strong></strong></dt>
+<dt id="index-titlepage-machin-2">truc: <strong>machin</strong> <em>bidule 
chose and</em></dt>
+<dt id="index-titlepage-machin-3">truc: <strong>machin</strong> <em>bidule 
chose and  after</em></dt>
+<dt id="index-titlepage-machin-4">truc: <strong>machin</strong> <em>bidule 
chose and </em></dt>
+<dt id="index-titlepage-machin-5">truc: <strong>machin</strong> <em>bidule 
chose and and after</em></dt>
+<dt id="index-titlepage-followed-1">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
 <dd><p>Various deff lines
-</p></dd><dt id="index-titlepage-after"><span class="category">truc: 
</span><span><strong>after</strong> <em>a deff item</em><a 
class="copiable-anchor" href='#index-titlepage-after'> &para;</a></span></dt>
+</p></dd><dt id="index-titlepage-after">truc: <strong>after</strong> <em>a 
deff item</em></dt>
 </dl>
 
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
+<p><code>@ref{node}</code> `node'
 </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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
+<p><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> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#node">title</a> in 
<cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a data-manual="file name" 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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a data-manual="file name" 
href="file name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a data-manual="file name" 
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 data-manual="file name" 
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 data-manual="file name" 
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 
data-manual="file name" href="file name.html#Top">title</a> in 
<cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
href="file name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a data-manual="file name" 
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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a data-manual="file 
name" href="file name.html#Top">(file name)cross ref name</a>
+<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>
+</p>
+<p><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> 
 </p>
 
@@ -1857,40 +1805,40 @@ html ''
 </p>
 <p>&lt;
 &gt;
-&quot;
+&#34;
 &amp;
-&rsquo;
-&lsquo;
+'
+`
 </p>
-<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+<p>&#34;simple-double-three--four---&#34;<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>
+asis: &#34;simple-double-three--four---&#34; <br>
+strong: <strong>&#34;simple-double-three--four---&#34;</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>`<!-- /@w -->`simple-double-<!-- /@w -->-three--four---'<!-- /@w -->'<br>
 </p>
-<a class="index-entry-anchor" id="index-copying-_002d_002doption"></a>
-<a class="index-entry-anchor" id="index-copying-_0060_0060"></a>
-<a class="index-entry-anchor" id="index-copying-_0060_0060-1"></a>
-<a class="index-entry-anchor" id="index-copying-_002d_002dfoption"></a>
+<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; 
+<p>@&#34;u &uuml; 
+@&#34;{U} &Uuml; 
 @~n &ntilde;
 @^a &acirc;
-@&rsquo;e &eacute;
+@'e &eacute;
 @=o &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;{@dotless{i}} &iacute; 
+@`i &igrave;
+@'{e} &eacute;
+@'{@dotless{i}} &iacute; 
 @dotless{i} i
 @dotless{j} j
-@&lsquo;{@=E} &#274;&#768; 
+@`{@=E} &#274;&#768; 
 @l{} &#322;
-@,{@&rsquo;C} &#262;&#807;
+@,{@'C} &#262;&#807;
 @,c &ccedil;
-@,c@&quot;u &ccedil;&uuml; <br>
+@,c@&#34;u &ccedil;&uuml; <br>
 </p>
 <p>@U{0075} &#x0075;
 </p>
@@ -1920,25 +1868,25 @@ but , ,
 </p>
 <p>@TeX TeX
 @LaTeX LaTeX
-@bullet &bull;
+@bullet *
 @copyright &copy;
-@dots &hellip;
-@enddots <small class="enddots">...</small>
-@equiv &equiv;
-@error error&rarr;
-@expansion &rarr;
+@dots <small>...</small>
+@enddots <small>...</small>
+@equiv ==
+@error error-&gt;
+@expansion ==&gt;
 @minus -
-@point &lowast;
+@point -!-
 @print -|
-@result &rArr;
+@result =&gt;
 @today a sunny day
 </p>
 <p>@aa &aring;
 @AA &Aring;
 @ae &aelig;
-@oe &oelig;
+@oe &#156;
 @AE &AElig;
-@OE &OElig;
+@OE &#140;
 @o &oslash;
 @O &Oslash;
 @ss &szlig;
@@ -1956,90 +1904,90 @@ but , ,
 @ordf &ordf;
 @ordm &ordm;
 @comma ,
-@quotedblleft &ldquo;
-@quotedblright &rdquo;
-@quoteleft &lsquo;
-@quoteright &rsquo;
-@quotedblbase &bdquo;
-@quotesinglbase &sbquo;
-@guillemetleft &laquo;
-@guillemetright &raquo;
-@guillemotleft &laquo;
-@guillemotright &raquo;
-@guilsinglleft &lsaquo;
-@guilsinglright &rsaquo;
+@quotedblleft &quot;
+@quotedblright &quot;
+@quoteleft `
+@quoteright '
+@quotedblbase ,,
+@quotesinglbase ,
+@guillemetleft &lt;&lt;
+@guillemetright &gt;&gt;
+@guillemotleft &lt;&lt;
+@guillemotright &gt;&gt;
+@guilsinglleft &lt;
+@guilsinglright &gt;
 @textdegree &deg;
-@euro &euro;
-@arrow &rarr;
-@leq &le;
-@geq &ge;
+@euro Euro
+@arrow -&gt;
+@leq &lt;=
+@geq &gt;=
 @tie a&nbsp;b
 </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>
+<p><code>@acronym{--a,an accronym}</code> -a (an accronym)
+<code>@acronym{--a}</code> -a
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> &Eacute;-. ,A. 
(&Eacute;tude Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
+<code>@asis{--a}</code> -a
+<code>@b{--a}</code> <b>-a</b>
+<code>@cite{--a}</code> <cite>-a</cite>
 <code>@code{--a}</code> <code>--a</code>
 <code>@command{--a}</code> <code>--a</code>
-<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>@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>&ndash;a</em>
+<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>@i{--a}</code> <i>-a</i>
 <code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <kbd class="key">--a</kbd>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em class="math">--a 
{\frac{1}{2}} -</em>
+<code>@key{--a}</code> <kbd>--a</kbd>
+<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>@r{--a}</code> -a
+<code>@samp{--a}</code> `<samp>--a</samp>'
+<code>@sc{--a}</code> <small>-A</small>
+<code>@strong{--a}</code> <strong>-a</strong>
 <code>@t{--a}</code> <code>--a</code>
-<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>@sansserif{--a}</code> -a
+<code>@slanted{--a}</code> <i>-a</i>
+<code>@titlefont{--a}</code> </p><h1>-a</h1>
+<p><code>@indicateurl{--a}</code> `<code>--a</code>'
+<code>@uref{--a,--b}</code> <a href="--a">-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>@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> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
+<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>@verb{:a  &lt; &amp; @ % &#34; --    b:}</code> <tt>a  &lt; &amp; @ % 
&#34; --    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&#779;
-<code>@H{--a}</code> &ndash;a&#779;
+<code>@H{--a}</code> -a&#779;
 <code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a&#775;
+<code>@dotaccent{--a}</code> -a&#775;
 <code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a&#778;
+<code>@ringaccent{--a}</code> -a&#778;
 <code>@tieaccent{a}</code> a&#865;
-<code>@tieaccent{--a}</code> &ndash;&#865;a
+<code>@tieaccent{--a}</code> -a&#865;
 <code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a&#774;
+<code>@u{--a}</code> -a&#774;
 <code>@ubaraccent{a}</code> a&#818;
-<code>@ubaraccent{--a}</code> &ndash;a&#818;
+<code>@ubaraccent{--a}</code> -a&#818;
 <code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> &ndash;a&#803;
+<code>@udotaccent{--a}</code> -a&#803;
 <code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&#780;
+<code>@v{--a}</code> -a&#780;
 <code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c&#807;
+<code>@,{--c}</code> -c&#807;
 <code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a&#808;
+<code>@ogonek{--a}</code> -a&#808;
 <code>a@sup{h}@sub{l}</code> a<sup>h</sup><sub>l</sub>
 <code>@footnote{in footnote}</code> <a id="DOCF1" 
href="#FOOT1"><sup>3</sup></a>
 <code>@footnote{in footnote2}</code> <a id="DOCF2" 
href="#FOOT2"><sup>4</sup></a>
@@ -2050,7 +1998,7 @@ but , ,
 <code>@image{f--ile,,,alt}</code> <img src="f--ile.png" 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>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a-lt">
 <code>@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}</code> <img 
src="f--ile@..file ext e--xt}" alt="alt">
 </p>
 <p><code>@sp 2</code><br>
@@ -2060,82 +2008,78 @@ but , ,
 </p>
 <p><code>need 1002</code>
 </p>
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
+<p><code>@clicksequence{click @click{} A}</code> click -&gt; A
+After clickstyle =&gt;
+<code>@clicksequence{click @click{} A}</code> click =&gt; A
 </p>
-<div 
class="displaymath"><em><strong>``simple-double--three---four----''</strong> 
aa<!-- /@w -->
+<div><em><strong>``simple-double--three---four----''</strong> aa<!-- /@w -->
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
 
 </em></div>
-<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; i j &#274;&#768;
+<div><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; &igrave; &eacute; i j 
&#274;&#768;
 &#322; &#262;&#807; &#262;&#807; &ccedil; a&#779; &#551; &aring; a&#865;
 &#259; a&#818; &#7841; &#462; &#261; a<sup>h</sup><sub>l</sub>
 
  &nbsp;&nbsp; &nbsp;   ! ? . @ } { 
 a sunny day
 </em></div>
-<div class="displaymath"><em>&rarr;
+<div><em>-&gt;
 &#x0075;
-TeX LaTeX &bull; &copy; &hellip; ... &equiv;
-error&rarr; &rarr; - &lowast; -| &rArr;
-&aring; &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; 
&#322; &#321; &ETH;
+TeX LaTeX * &copy; ... ... ==
+error-&gt; ==&gt; - -!- -| =&gt;
+&aring; &Aring; &aelig; &#156; &AElig; &#140; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
 &THORN; &eth; &thorn; &iexcl; &iquest; &pound;
 &reg; &ordf; &ordm; , 
 </em></div>
-<div class="displaymath"><em>&ldquo; &rdquo; 
-&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
-&raquo; &laquo; &raquo; &lsaquo;
-&rsaquo; &deg; &euro; &rarr; &le; &ge;
+<div><em>&quot; &quot; 
+` ' ,, , &lt;&lt;
+&gt;&gt; &lt;&lt; &gt;&gt; &lt;
+&gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
-<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <code>t</code> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <code>t</code> sansserif 
<i>slanted</i>
 </em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd>vtable
 i--tem default kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'><kbd>vtable 
i--tem default kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example default kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example default kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><code>code kbdinputstyle</code>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code>vtable 
i--tem code kbdinputstyle</code><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'><code>vtable 
i--tem code kbdinputstyle</code></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example code kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example code kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>example kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'><span><kbd>vtable
 i--tem example kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'><kbd>vtable 
i--tem example kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example example kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example example 
kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>distinct kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd>vtable
 i--tem distinct kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'><kbd>vtable 
i--tem distinct kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example distinct kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example distinct kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -2193,14 +2137,14 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <blockquote>
 <p>aaa quotation
 </p></blockquote>
-<div class="center-align">&mdash; <em>quotation author</em>
+<div align="center">-- <em>quotation author</em>
 </div>
 <blockquote>
 <p>indent in quotation
 </p></blockquote>
 
 <blockquote>
-<p>A small quot&mdash;ation
+<p>A small quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -2211,49 +2155,49 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <p><b>something, other thing:</b> something, other thing
 </p></blockquote>
 
-<ul class="mark-bullet">
-<li>i&ndash;temize
+<ul>
+<li> i-temize
 </li></ul>
 
-<ul style="list-style-type: '+'">
-<li>i&ndash;tem +
+<ul>
+<li>+ i-tem +
 </li></ul>
 
-<ul class="mark-bullet">
-<li>b&ndash;ullet
+<ul>
+<li> b-ullet
 </li></ul>
 
-<ul class="mark-minus">
-<li>minu&ndash;s
+<ul>
+<li>- minu-s
 </li></ul>
 
-<ul style="list-style-type: 'after emph'">
-<li>e&ndash;mph item
+<ul>
+<li><em>after emph</em> e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li><a class="index-entry-anchor" 
id="index-copying-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line <a name="index-copying-index-entry-within-itemize"></a>
+i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
-<ul class="mark-none">
-<li>without brace w a&ndash;b
-</li><li>without brace w c&ndash;d
+<ul>
+<li><!-- /@w --> without brace w a-b
+</li><li><!-- /@w --> without brace w c-d
 </li></ul>
 
-<ul class="mark-none">
-<li>with w a&ndash;b
-</li><li>with w c&ndash;d
+<ul>
+<li><!-- /@w --> with w a-b
+</li><li><!-- /@w --> with w c-d
 </li></ul>
 
-<ul style="list-style-type: ' on a line'">
-<li>line w a&ndash;b
-</li><li>line with w c&ndash;d
+<ul>
+<li><!-- /@w --> on a line line w a-b
+</li><li><!-- /@w --> on a line line with w c-d
 </li></ul>
 
 <ol>
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol start="3">
@@ -2262,7 +2206,7 @@ i&ndash;tem 1
 </li></ol>
 
 <ol type="a" start="1">
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol type="a" start="3">
@@ -2271,326 +2215,306 @@ i&ndash;tem 1
 </li></ol>
 
 <table>
-<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
-<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
-<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
-<a class="index-entry-anchor" 
id="index-copying-index-entry-within-multitable"></a></td></tr>
-<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
-</tbody>
+<tr><th>mu-ltitable headitem</th><th>another tab</th></tr>
+<tr><td>mu-ltitable item</td><td>multitable tab</td></tr>
+<tr><td>mu-ltitable item 2</td><td>multitable tab 2
+<a name="index-copying-index-entry-within-multitable"></a></td></tr>
+<tr><td>lone mu-ltitable item</td></tr>
 </table>
 
 <table>
-<tbody><tr><td>truc</td><td>bidule</td></tr>
-</tbody>
+<tr><td>truc</td><td>bidule</td></tr>
 </table>
 
-<div class="example">
-<pre class="example">e--xample  some
+<table><tr><td>&nbsp;</td><td><pre>e--xample  some
    text
-</pre></div>
+</pre></td></tr></table>
 
-<div class="example first-arg">
-<pre class="example">example one arg
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example one arg
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg">
-<pre class="example">example two args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example two args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg">
-<pre class="example">example three args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example three args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg">
-<pre class="example">example four args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example four args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg fifth-arg">
-<pre class="example">example five args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example five args
+</pre></td></tr></table>
 
-<div class="example something-é-TeX">
-<pre class="example">The something &eacute; TeX is here.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>The something &eacute; TeX is here.
+</pre></td></tr></table>
 
-<div class="example @-at-the-end-of-line--">
-<pre class="example">A @ at the end of the @example line.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>A @ at the end of the @example line.
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">example with empty args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty args
+</pre></td></tr></table>
 
-<div class="example nonempty">
-<pre class="example">example with empty and non empty args mix
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty and non empty args mix
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">s--mallexample
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--mallexample
+</pre></td></tr></table>
 
 <p><code>@noindent</code> after smallexample.
-</p><div class="example">
-<pre class="example">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+</p><table><tr><td>&nbsp;</td><td><pre>$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
 $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
-</pre></div>
+</pre></td></tr></table>
 <p>Less recent versions are also present.
 </p>
-<div class="display">
-<pre class="display">d&ndash;isplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>d-isplay
+</pre></td></tr></table>
 
-<div class="display">
-<pre class="display">s&ndash;malldisplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s-malldisplay
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">l--isp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>l--isp
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">s--malllisp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--malllisp
+</pre></td></tr></table>
 
-<div class="format">
-<pre class="format">f&ndash;ormat
-</pre></div>
+<pre>f-ormat
+</pre>
 
-<div class="format">
-<pre class="format">s&ndash;mallformat
-</pre></div>
+<pre>s-mallformat
+</pre>
 
-<div class="displaymath"><em>disp--laymath
+<div><em>disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2</sup>
 </em></div>
-<dl class="def">
-<dt id="index-copying-d_002d_002deffn_005fname"><span 
class="category">c--ategory: </span><span><strong>d--effn_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deffn_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-copying-d_002d_002deffn_005fname">c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-de_002d_002dffn_005fname"><span 
class="category">cate--gory: </span><span><strong>de--ffn_name</strong> 
<em>ar--guments    more args <br> even more so</em><a class="copiable-anchor" 
href='#index-copying-de_002d_002dffn_005fname'> &para;</a></span></dt>
-<dd><p>def&ndash;fn
+<dl>
+<dt id="index-copying-de_002d_002dffn_005fname">cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def-fn
 </p></dd></dl>
  
-<dl class="def">
-<dt id="index-copying-i"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-copying-i'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-copying-index-entry-within-deffn"></a>
-</dd><dt id="index-copying-truc"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-truc'> &para;</a></span></dt>
-<dt id="index-copying-log-trap"><span class="category">Command: 
</span><span><strong>log trap</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-log-trap'> &para;</a></span></dt>
-<dt id="index-copying-log-trap1"><span class="category">Command: 
</span><span><strong>log trap1</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-log-trap1'> &para;</a></span></dt>
-<dt id="index-copying-log-trap2"><span class="category">Command: 
</span><span><strong>log trap2</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-log-trap2'> &para;</a></span></dt>
-<dt id="index-copying-id-ule"><span class="category">cmde: 
</span><span><strong><b>id ule</b></strong> <em>truc</em><a 
class="copiable-anchor" href='#index-copying-id-ule'> &para;</a></span></dt>
-<dt id="index-copying-id-i-ule"><span class="category">cmde2: 
</span><span><strong><b>id &lsquo;<samp>i</samp>&rsquo; ule</b></strong> 
<em>truc</em><a class="copiable-anchor" href='#index-copying-id-i-ule'> 
&para;</a></span></dt>
-<dt><span class="category"><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: 
</span><strong></strong></dt>
+<dl>
+<dt id="index-copying-i">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dd><a name="index-copying-index-entry-within-deffn"></a>
+</dd><dt id="index-copying-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-copying-log-trap">Command: <strong>log trap</strong> 
<em></em></dt>
+<dt id="index-copying-log-trap1">Command: <strong>log trap1</strong> 
<em></em></dt>
+<dt id="index-copying-log-trap2">Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt id="index-copying-id-ule">cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt id="index-copying-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>' 
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
 <dt><strong></strong></dt>
-<dt><span class="category">aaa: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-copying-machin"><span class="category">: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-copying-machin'> &para;</a></span></dt>
-<dt id="index-copying-bidule-machin"><span class="category">: 
</span><span><strong>bidule machin</strong><a class="copiable-anchor" 
href='#index-copying-bidule-machin'> &para;</a></span></dt>
-<dt id="index-copying-machin-1"><span class="category">truc: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-copying-machin-1'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt id="index-copying-followed"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-copying-followed'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-copying-a"><span class="category">truc: 
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a 
class="copiable-anchor" href='#index-copying-a'> &para;</a></span></dt>
-<dt id="index-copying-deffnx"><span class="category">truc: 
</span><span><strong>deffnx</strong> <em>before end deffn</em><a 
class="copiable-anchor" href='#index-copying-deffnx'> &para;</a></span></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-machin">: <strong>machin</strong></dt>
+<dt id="index-copying-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-copying-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-copying-followed">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-a">truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt id="index-copying-deffnx">truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
 
 
-<dl class="def">
-<dt id="index-copying-deffn"><span class="category">empty: 
</span><span><strong>deffn</strong><a class="copiable-anchor" 
href='#index-copying-deffn'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-deffn">empty: <strong>deffn</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-copying-deffn-1"><span class="category">empty: 
</span><span><strong>deffn</strong> <em>with deffnx</em><a 
class="copiable-anchor" href='#index-copying-deffn-1'> &para;</a></span></dt>
-<dt id="index-copying-deffnx-1"><span class="category">empty: 
</span><span><strong>deffnx</strong><a class="copiable-anchor" 
href='#index-copying-deffnx-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-deffn-1">empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
+<dt id="index-copying-deffnx-1">empty: <strong>deffnx</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-copying-i-1"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-copying-i-1'> &para;</a></span></dt>
-<dt id="index-copying-truc-1"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-truc-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-i-1">fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt id="index-copying-truc-1">cmde: <strong>truc</strong> <em></em></dt>
 <dd><p>text in def item for second def item
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defvr_005fname"><span 
class="category">c--ategory: </span><span><strong>d--efvr_name</strong><a 
class="copiable-anchor" href='#index-copying-d_002d_002defvr_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvr
+<dl>
+<dt id="index-copying-d_002d_002defvr_005fname">c--ategory: 
<strong>d--efvr_name</strong></dt>
+<dd><p>d-efvr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-n_002d_002dame"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-n_002d_002dame'> 
&para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-copying-n_002d_002dame">c--ategory: <strong>n--ame</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-n_002d_002dame-1"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong><a class="copiable-anchor" 
href='#index-copying-n_002d_002dame-1'> &para;</a></span></dt>
-<dd><p>d&ndash;effn no arg
+<dl>
+<dt id="index-copying-n_002d_002dame-1">c--ategory: 
<strong>n--ame</strong></dt>
+<dd><p>d-effn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefn_005fname"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-d_002d_002deftypefn_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypefn
+<dl>
+<dt id="index-copying-d_002d_002deftypefn_005fname">c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefn_005fname-1"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg
+<dl>
+<dt id="index-copying-d_002d_002deftypefn_005fname-1">c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong></dt>
+<dd><p>d-eftypefn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypeop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
+<dd><p>d-eftypeop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypevr_005fname"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypevr_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypevr
+<dl>
+<dt id="index-copying-d_002d_002deftypevr_005fname">c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
+<dd><p>d-eftypevr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defcv_005fname"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defcv_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv
+<dl>
+<dt id="index-copying-d_002d_002defcv_005fname">c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
+<dd><p>d-efcv
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defcv_005fname-1"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv with arguments
+<dl>
+<dt id="index-copying-d_002d_002defcv_005fname-1">c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efcv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
+<dd><p>d-eftypecv
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypecv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop
+<dl>
+<dt id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
 on c--lass: <strong>d--efop_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop no arg
+<dl>
+<dt 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory on 
c--lass: <strong>d--efop_name</strong></dt>
+<dd><p>d-efop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftp_005fname"><span 
class="category">c--ategory: </span><span><strong>d--eftp_name</strong> 
<em>a--ttributes...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftp_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftp
+<dl>
+<dt id="index-copying-d_002d_002deftp_005fname">c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d-eftp
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defun_005fname"><span 
class="category">Function: </span><span><strong>d--efun_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defun_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efun
+<dl>
+<dt id="index-copying-d_002d_002defun_005fname">Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defmac_005fname"><span class="category">Macro: 
</span><span><strong>d--efmac_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-d_002d_002defmac_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmac
+<dl>
+<dt id="index-copying-d_002d_002defmac_005fname">Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmac
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defspec_005fname"><span 
class="category">Special Form: </span><span><strong>d--efspec_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defspec_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efspec
+<dl>
+<dt id="index-copying-d_002d_002defspec_005fname">Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efspec
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defvar_005fname"><span 
class="category">Variable: </span><span><strong>d--efvar_name</strong><a 
class="copiable-anchor" href='#index-copying-d_002d_002defvar_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvar
+<dl>
+<dt id="index-copying-d_002d_002defvar_005fname">Variable: 
<strong>d--efvar_name</strong></dt>
+<dd><p>d-efvar
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defvar_005fname-1"><span 
class="category">Variable: </span><span><strong>d--efvar_name</strong> 
<em>arg--var arg--var1</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defvar_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;efvar with args
+<dl>
+<dt id="index-copying-d_002d_002defvar_005fname-1">Variable: 
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
+<dd><p>d-efvar with args
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defopt_005fname"><span class="category">User 
Option: </span><span><strong>d--efopt_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defopt_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efopt
+<dl>
+<dt id="index-copying-d_002d_002defopt_005fname">User Option: 
<strong>d--efopt_name</strong></dt>
+<dd><p>d-efopt
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefun_005fname"><span 
class="category">Function: </span><span><em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-d_002d_002deftypefun_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypefun
+<dl>
+<dt id="index-copying-d_002d_002deftypefun_005fname">Function: <em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypevar_005fname"><span 
class="category">Variable: </span><span><em>t--ype</em> 
<strong>d--eftypevar_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypevar
+<dl>
+<dt id="index-copying-d_002d_002deftypevar_005fname">Variable: <em>t--ype</em> 
<strong>d--eftypevar_name</strong></dt>
+<dd><p>d-eftypevar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance 
Variable of c--lass: <strong>d--efivar_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efivar
+<dl>
+<dt id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
+<dd><p>d-efivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
 Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeivar
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
+<dd><p>d-eftypeivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmethod
+<dl>
+<dt id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmethod
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypemethod
+<dl>
+<dt 
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method 
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypemethod
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-copying-name2"><span class="category">Function:<br> 
</span><span><em>data-type2</em><br> <strong>name2</strong> 
<em>arguments2...</em><a class="copiable-anchor" href='#index-copying-name2'> 
&para;</a></span></dt>
+<dl>
+<dt id="index-copying-name2">Function:<br> <em>data-type2</em><br> 
<strong>name2</strong> <em>arguments2...</em></dt>
 <dd><p>aaa2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefn_005fname2"><span 
class="category">c--ategory2:<br> </span><span><em>t--ype2</em><br> 
<strong>d--eftypefn_name2</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg2
+<dl>
+<dt id="index-copying-d_002d_002deftypefn_005fname2">c--ategory2:<br> 
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
+<dd><p>d-eftypefn no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypeop2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
+<dd><p>d-eftypeop no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
+<dd><p>d-eftypecv2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypecv with arguments2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-arg2"><span class="category">fun2: 
</span><span><strong>arg2</strong><a class="copiable-anchor" 
href='#index-copying-arg2'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-arg2">fun2: <strong>arg2</strong></dt>
 <dd><p>fff2
 </p></dd></dl>
 
 
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a data-manual="file n---ame@" href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#chapter">(file name)cross ref 
name</a>
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">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>
 </p>
 <p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
 <code>@xref{chapter}</code> See <a href="#chapter">chapter</a>.
@@ -2599,79 +2523,79 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 
2}\left({x-\mu \over \sigma}\
 </p>
 <p><code>@ref{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
-<a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">a comma, in title</a> in <cite>a , in manual 
name</cite>
+<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 data-manual="file name" href="file 
name.html#chapter">(file name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<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 data-manual="file 
name" 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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a data-manual="file name" 
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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a data-manual="file 
name" href="file name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#anode">title</a> in 
<cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a data-manual="file 
name" href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#node">(file name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
data-manual="file name, spurious arg" href="file name, spurious 
arg.html#chapter">(file name, spurious arg)cross ref name</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>
+</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 `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>
 </p>
 <p><code>@inforef{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in file}</code>
-See <a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">(a comma, in file)a , in cross
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
 ref</a>
 </p>
-<p>&lsquo;<samp><a href="#chapter">chapter</a></samp>&rsquo;.
+<p>`<samp><a href="#chapter">chapter</a></samp>'.
 </p>
-<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
+<p><a href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
 <a href="#chapter">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a>
 </p>
 <dl>
-<dt><strong>a&ndash;strong</strong></dt>
-<dd><p>l&ndash;ine
+<dt><strong>a-strong</strong></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-copying-a_002d_002dasis'><span>a&ndash;asis<a 
class="copiable-anchor" href='#index-copying-a_002d_002dasis'> 
&para;</a></span></dt>
-<dt id='index-copying-b-2'><span>b<a class="copiable-anchor" 
href='#index-copying-b-2'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-copying-a_002d_002dasis'>a-asis</dt>
+<dt id='index-copying-b-2'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-copying-a-1'><span><em>a</em><a class="copiable-anchor" 
href='#index-copying-a-1'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-copying-index-entry-between-item-and-itemx"></a>
+<dt id='index-copying-a-1'><em>a</em></dt>
+<dd><a name="index-copying-index-entry-between-item-and-itemx"></a>
 </dd>
-<dt id='index-copying-b'><span><em>b</em><a class="copiable-anchor" 
href='#index-copying-b'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-copying-b'><em>b</em></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
@@ -2679,37 +2603,37 @@ ref</a>
 <dd><p>Title
 </p></dd>
 <dt><code>a--code</code></dt>
-<dd><p>Value&ndash;table code
+<dd><p>Value-table code
 </p></dd>
 </dl>
 
 <dl>
 <dd><p>Title
 </p></dd>
-<dt>&lsquo;<samp>a--samp</samp>&rsquo;</dt>
-<dt>&lsquo;<samp>a2--samp</samp>&rsquo;</dt>
-<dd><p>Value&ndash;table samp
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
+<dd><p>Value-table samp
 </p></dd>
 </dl>
 
-<table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<table border="1"><tr><td>
+<p>c-artouche
 </p></td></tr></table>
 
-<p>g&ndash;roupe
+<p>g-roupe
 </p>
-<p class="left-align">f&ndash;lushleft
+<p align="left">f-lushleft
 more text
 </p>
-<p class="right-align">f&ndash;lushright
+<p align="right">f-lushright
 more text
 </p>
-<div class="center-align">ce&ndash;ntered line
+<div align="center">ce-ntered line
 </div>
-<p>r&ndash;raggedright
+<p>r-raggedright
 more text
 </p>
-<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+<pre>\input texinfo @c -*-texinfo-*-
 
 @c this file is used in tests in @verbatiminclude but not converted
 
@@ -2721,7 +2645,7 @@ This is a very simple texi manual @  &lt;&gt;.
 
 @bye
 </pre>
-<pre class="verbatim">in verbatim ''
+<pre>in verbatim ''
 </pre>
 
 html ''
@@ -2729,26 +2653,26 @@ html ''
 
 
 
-<h1 class="majorheading" id="majorheading-1">majorheading</h1>
+<h1 id="majorheading-1">majorheading</h1>
 
-<h1 class="chapheading" id="chapheading-1">chapheading</h1>
+<h1 id="chapheading-1">chapheading</h1>
 
-<h2 class="heading" id="heading-1">heading</h2>
+<h2 id="heading-1">heading</h2>
 
-<h3 class="subheading" id="subheading-1">subheading</h3>
+<h3 id="subheading-1">subheading</h3>
 
-<h4 class="subsubheading" id="subsubheading-1">subsubheading</h4>
+<h4 id="subsubheading-1">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., @'Etude--@comma{} @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><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> -a (an accronym 
, <small>...</small>)
+<code>@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }</code> 
&Eacute;-. ,A. (&Eacute;tude-, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
 </p>
-<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em class="math">--a- 
{\frac{1}{2}}</em>
+<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
 </p>
-<p><code>@image{f-ile,,,alt@verb{: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>@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; %@.jpg" alt="altjk _&quot; %@">
+<p><code>@image{f-ile,,,alt@verb{:jk _&#34; %}}</code> <img src="f-ile.jpg" 
alt="altjk _&#34; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&#34; %@:} @b{in b &#34;},e--xt}</code> 
<img src="f--ile.e--xt" alt="jk _&#34; %@ in b &#34;">
+<code>@image{file@verb{:jk _&#34; %@:},,,alt@verb{:jk _&#34; %@:}}</code> <img 
src="filejk _&#34; %@.jpg" alt="altjk _&#34; %@">
 </p>
 
 
@@ -2756,16 +2680,16 @@ html ''
 <p>Somehow invalid use of @,:<br>
 @, &#807;
 <br>
-@,@&quot;u &#807;&uuml;
+@,@&#34;u &#807;&uuml;
 </p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; &#769;
+<p>Invalid use of @':<br>
+@' &#769;
 <br>
-@&rsquo;@&quot;u &#769;&uuml;
+@'@&#34;u &#769;&uuml;
 </p>
 <p>@dotless{truc} truc
 @dotless{ij} ij
-<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{--a}</code> -a
 <code>@dotless{a}</code> a
 </p>
 <p>@U, without braces @U{}, with empty arg 
@@ -2776,7 +2700,7 @@ html ''
 </p>
 <p>@TeX, but without brace TeX<code>@#</code> #
 </p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+<p><code>@w{--a}</code> -a<!-- /@w -->
 </p>
 <p><code>@image{,1--xt}</code> 
 <code>@image{,,2--xt}</code> 
@@ -2784,85 +2708,85 @@ html ''
 </p>
 
 <ul>
-<li>e&ndash;mph item
+<li> e-mph item
 </li></ul>
 
-<ul style="list-style-type: ' after emph'">
-<li>e&ndash;mph item
+<ul>
+<li> after emph e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li>i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
 <dl>
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt>a&ndash;missing style formatting</dt>
-<dd><p>l&ndash;ine
+<dt>a-missing style formatting</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-copying-a-2'><span>a<a class="copiable-anchor" 
href='#index-copying-a-2'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-copying-index-entry-between-item-and-itemx-1"></a>
+<dt id='index-copying-a-2'>a</dt>
+<dd><a name="index-copying-index-entry-between-item-and-itemx-1"></a>
 </dd>
-<dt id='index-copying-b-1'><span>b<a class="copiable-anchor" 
href='#index-copying-b-1'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-copying-b-1'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
-<dl class="def">
-<dt><span class="category">fun: </span><strong></strong></dt>
-<dt id="index-copying-machin-2"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and</em><a 
class="copiable-anchor" href='#index-copying-machin-2'> &para;</a></span></dt>
-<dt id="index-copying-machin-3"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and  after</em><a 
class="copiable-anchor" href='#index-copying-machin-3'> &para;</a></span></dt>
-<dt id="index-copying-machin-4"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and </em><a 
class="copiable-anchor" href='#index-copying-machin-4'> &para;</a></span></dt>
-<dt id="index-copying-machin-5"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and and after</em><a 
class="copiable-anchor" href='#index-copying-machin-5'> &para;</a></span></dt>
-<dt id="index-copying-followed-1"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-copying-followed-1'> &para;</a></span></dt>
+<dl>
+<dt>fun: <strong></strong></dt>
+<dt id="index-copying-machin-2">truc: <strong>machin</strong> <em>bidule chose 
and</em></dt>
+<dt id="index-copying-machin-3">truc: <strong>machin</strong> <em>bidule chose 
and  after</em></dt>
+<dt id="index-copying-machin-4">truc: <strong>machin</strong> <em>bidule chose 
and </em></dt>
+<dt id="index-copying-machin-5">truc: <strong>machin</strong> <em>bidule chose 
and and after</em></dt>
+<dt id="index-copying-followed-1">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
 <dd><p>Various deff lines
-</p></dd><dt id="index-copying-after"><span class="category">truc: 
</span><span><strong>after</strong> <em>a deff item</em><a 
class="copiable-anchor" href='#index-copying-after'> &para;</a></span></dt>
+</p></dd><dt id="index-copying-after">truc: <strong>after</strong> <em>a deff 
item</em></dt>
 </dl>
 
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
+<p><code>@ref{node}</code> `node'
 </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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
+<p><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> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#node">title</a> in 
<cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a data-manual="file name" 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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a data-manual="file name" 
href="file name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a data-manual="file name" 
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 data-manual="file name" 
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 data-manual="file name" 
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 
data-manual="file name" href="file name.html#Top">title</a> in 
<cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
href="file name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a data-manual="file name" 
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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a data-manual="file 
name" href="file name.html#Top">(file name)cross ref name</a>
+<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>
+</p>
+<p><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> 
 </p>
 
@@ -2873,8 +2797,8 @@ html ''
 
 
 
-<div class="top" id="Top">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="Top">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[ &lt; ]</td>
 <td valign="middle" align="left">[<a href="#chapter" title="Next section in 
reading order"> &gt; </a>]</td>
 <td valign="middle" align="left"> &nbsp; </td>
@@ -2882,11 +2806,11 @@ html ''
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="top" id="Top-section">Top section</h1>
+<h1 id="Top-section">Top section</h1>
 
-<table class="menu" border="0" cellspacing="0">
+<table border="0" cellspacing="0">
 <tr><td align="left" valign="top"><a href="#chapter" rel="index">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">
+<tr><th colspan="3" align="left" valign="top"><pre>
 
 Menu comment
 
@@ -2895,9 +2819,9 @@ Menu comment
 </table>
 
 
-<hr style="height: 6px;">
-<div class="chapter" id="chapter">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<hr size="6">
+<div id="chapter">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#Top" title="Beginning of this 
chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#Top" title="Previous section in 
reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
@@ -2912,7 +2836,7 @@ Menu comment
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="chapter" id="chapter-1">1 chapter</h1>
+<h1 id="chapter-1">1 chapter</h1>
 
 <p>First para
 </p>
@@ -2928,40 +2852,40 @@ qsd dsq sdq dsq dssdq sdq sdq sdq dsq sdq dsq dsq sdq 
dsq sdqsd q
 </p>
 <p>&lt;
 &gt;
-&quot;
+&#34;
 &amp;
-&rsquo;
-&lsquo;
+'
+`
 </p>
-<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+<p>&#34;simple-double-three--four---&#34;<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>
+asis: &#34;simple-double-three--four---&#34; <br>
+strong: <strong>&#34;simple-double-three--four---&#34;</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>`<!-- /@w -->`simple-double-<!-- /@w -->-three--four---'<!-- /@w -->'<br>
 </p>
-<a class="index-entry-anchor" id="index-copying-_002d_002doption"></a>
-<a class="index-entry-anchor" id="index-copying-_0060_0060"></a>
-<a class="index-entry-anchor" id="index-copying-_0060_0060-1"></a>
-<a class="index-entry-anchor" id="index-copying-_002d_002dfoption"></a>
+<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; 
+<p>@&#34;u &uuml; 
+@&#34;{U} &Uuml; 
 @~n &ntilde;
 @^a &acirc;
-@&rsquo;e &eacute;
+@'e &eacute;
 @=o &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;{@dotless{i}} &iacute; 
+@`i &igrave;
+@'{e} &eacute;
+@'{@dotless{i}} &iacute; 
 @dotless{i} i
 @dotless{j} j
-@&lsquo;{@=E} &#274;&#768; 
+@`{@=E} &#274;&#768; 
 @l{} &#322;
-@,{@&rsquo;C} &#262;&#807;
+@,{@'C} &#262;&#807;
 @,c &ccedil;
-@,c@&quot;u &ccedil;&uuml; <br>
+@,c@&#34;u &ccedil;&uuml; <br>
 </p>
 <p>@U{0075} &#x0075;
 </p>
@@ -2991,25 +2915,25 @@ but , ,
 </p>
 <p>@TeX TeX
 @LaTeX LaTeX
-@bullet &bull;
+@bullet *
 @copyright &copy;
-@dots &hellip;
-@enddots <small class="enddots">...</small>
-@equiv &equiv;
-@error error&rarr;
-@expansion &rarr;
+@dots <small>...</small>
+@enddots <small>...</small>
+@equiv ==
+@error error-&gt;
+@expansion ==&gt;
 @minus -
-@point &lowast;
+@point -!-
 @print -|
-@result &rArr;
+@result =&gt;
 @today a sunny day
 </p>
 <p>@aa &aring;
 @AA &Aring;
 @ae &aelig;
-@oe &oelig;
+@oe &#156;
 @AE &AElig;
-@OE &OElig;
+@OE &#140;
 @o &oslash;
 @O &Oslash;
 @ss &szlig;
@@ -3027,90 +2951,90 @@ but , ,
 @ordf &ordf;
 @ordm &ordm;
 @comma ,
-@quotedblleft &ldquo;
-@quotedblright &rdquo;
-@quoteleft &lsquo;
-@quoteright &rsquo;
-@quotedblbase &bdquo;
-@quotesinglbase &sbquo;
-@guillemetleft &laquo;
-@guillemetright &raquo;
-@guillemotleft &laquo;
-@guillemotright &raquo;
-@guilsinglleft &lsaquo;
-@guilsinglright &rsaquo;
+@quotedblleft &quot;
+@quotedblright &quot;
+@quoteleft `
+@quoteright '
+@quotedblbase ,,
+@quotesinglbase ,
+@guillemetleft &lt;&lt;
+@guillemetright &gt;&gt;
+@guillemotleft &lt;&lt;
+@guillemotright &gt;&gt;
+@guilsinglleft &lt;
+@guilsinglright &gt;
 @textdegree &deg;
-@euro &euro;
-@arrow &rarr;
-@leq &le;
-@geq &ge;
+@euro Euro
+@arrow -&gt;
+@leq &lt;=
+@geq &gt;=
 @tie a&nbsp;b
 </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>
+<p><code>@acronym{--a,an accronym}</code> -a (an accronym)
+<code>@acronym{--a}</code> -a
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> &Eacute;-. ,A. 
(&Eacute;tude Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
+<code>@asis{--a}</code> -a
+<code>@b{--a}</code> <b>-a</b>
+<code>@cite{--a}</code> <cite>-a</cite>
 <code>@code{--a}</code> <code>--a</code>
 <code>@command{--a}</code> <code>--a</code>
-<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>@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>&ndash;a</em>
+<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>@i{--a}</code> <i>-a</i>
 <code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <kbd class="key">--a</kbd>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em class="math">--a 
{\frac{1}{2}} -</em>
+<code>@key{--a}</code> <kbd>--a</kbd>
+<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>@r{--a}</code> -a
+<code>@samp{--a}</code> `<samp>--a</samp>'
+<code>@sc{--a}</code> <small>-A</small>
+<code>@strong{--a}</code> <strong>-a</strong>
 <code>@t{--a}</code> <code>--a</code>
-<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>@sansserif{--a}</code> -a
+<code>@slanted{--a}</code> <i>-a</i>
+<code>@titlefont{--a}</code> </p><h1>-a</h1>
+<p><code>@indicateurl{--a}</code> `<code>--a</code>'
+<code>@uref{--a,--b}</code> <a href="--a">-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>@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> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
+<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>@verb{:a  &lt; &amp; @ % &#34; --    b:}</code> <tt>a  &lt; &amp; @ % 
&#34; --    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&#779;
-<code>@H{--a}</code> &ndash;a&#779;
+<code>@H{--a}</code> -a&#779;
 <code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a&#775;
+<code>@dotaccent{--a}</code> -a&#775;
 <code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a&#778;
+<code>@ringaccent{--a}</code> -a&#778;
 <code>@tieaccent{a}</code> a&#865;
-<code>@tieaccent{--a}</code> &ndash;&#865;a
+<code>@tieaccent{--a}</code> -a&#865;
 <code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a&#774;
+<code>@u{--a}</code> -a&#774;
 <code>@ubaraccent{a}</code> a&#818;
-<code>@ubaraccent{--a}</code> &ndash;a&#818;
+<code>@ubaraccent{--a}</code> -a&#818;
 <code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> &ndash;a&#803;
+<code>@udotaccent{--a}</code> -a&#803;
 <code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&#780;
+<code>@v{--a}</code> -a&#780;
 <code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c&#807;
+<code>@,{--c}</code> -c&#807;
 <code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a&#808;
+<code>@ogonek{--a}</code> -a&#808;
 <code>a@sup{h}@sub{l}</code> a<sup>h</sup><sub>l</sub>
 <code>@footnote{in footnote}</code> <a id="DOCF1_5" 
href="#FOOT1_5"><sup>5</sup></a>
 <code>@footnote{in footnote2}</code> <a id="DOCF2_6" 
href="#FOOT2_6"><sup>6</sup></a>
@@ -3121,7 +3045,7 @@ but , ,
 <code>@image{f--ile,,,alt}</code> <img src="f--ile.png" 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>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a-lt">
 <code>@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}</code> <img 
src="f--ile@..file ext e--xt}" alt="alt">
 </p>
 <p><code>@sp 2</code><br>
@@ -3131,82 +3055,78 @@ but , ,
 </p>
 <p><code>need 1002</code>
 </p>
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
+<p><code>@clicksequence{click @click{} A}</code> click -&gt; A
+After clickstyle =&gt;
+<code>@clicksequence{click @click{} A}</code> click =&gt; A
 </p>
-<div 
class="displaymath"><em><strong>``simple-double--three---four----''</strong> 
aa<!-- /@w -->
+<div><em><strong>``simple-double--three---four----''</strong> aa<!-- /@w -->
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
 
 </em></div>
-<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; i j &#274;&#768;
+<div><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; &igrave; &eacute; i j 
&#274;&#768;
 &#322; &#262;&#807; &#262;&#807; &ccedil; a&#779; &#551; &aring; a&#865;
 &#259; a&#818; &#7841; &#462; &#261; a<sup>h</sup><sub>l</sub>
 
  &nbsp;&nbsp; &nbsp;   ! ? . @ } { 
 a sunny day
 </em></div>
-<div class="displaymath"><em>&rarr;
+<div><em>-&gt;
 &#x0075;
-TeX LaTeX &bull; &copy; &hellip; ... &equiv;
-error&rarr; &rarr; - &lowast; -| &rArr;
-&aring; &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; 
&#322; &#321; &ETH;
+TeX LaTeX * &copy; ... ... ==
+error-&gt; ==&gt; - -!- -| =&gt;
+&aring; &Aring; &aelig; &#156; &AElig; &#140; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
 &THORN; &eth; &thorn; &iexcl; &iquest; &pound;
 &reg; &ordf; &ordm; , 
 </em></div>
-<div class="displaymath"><em>&ldquo; &rdquo; 
-&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
-&raquo; &laquo; &raquo; &lsaquo;
-&rsaquo; &deg; &euro; &rarr; &le; &ge;
+<div><em>&quot; &quot; 
+` ' ,, , &lt;&lt;
+&gt;&gt; &lt;&lt; &gt;&gt; &lt;
+&gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
-<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <code>t</code> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <code>t</code> sansserif 
<i>slanted</i>
 </em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd>vtable
 i--tem default kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-copying-vtable-i_002d_002dtem-default-kbdinputstyle'><kbd>vtable 
i--tem default kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example default kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example default kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><code>code kbdinputstyle</code>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code>vtable 
i--tem code kbdinputstyle</code><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-copying-vtable-i_002d_002dtem-code-kbdinputstyle'><code>vtable 
i--tem code kbdinputstyle</code></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example code kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example code kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>example kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'><span><kbd>vtable
 i--tem example kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-copying-vtable-i_002d_002dtem-example-kbdinputstyle'><kbd>vtable 
i--tem example kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example example kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example example 
kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>distinct kbdinputstyle</kbd>
 </p><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd>vtable
 i--tem distinct kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-distinct-kbdinputstyle'><kbd>vtable 
i--tem distinct kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example distinct kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example distinct kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-copying-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -3264,14 +3184,14 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <blockquote>
 <p>aaa quotation
 </p></blockquote>
-<div class="center-align">&mdash; <em>quotation author</em>
+<div align="center">-- <em>quotation author</em>
 </div>
 <blockquote>
 <p>indent in quotation
 </p></blockquote>
 
 <blockquote>
-<p>A small quot&mdash;ation
+<p>A small quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -3282,49 +3202,49 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <p><b>something, other thing:</b> something, other thing
 </p></blockquote>
 
-<ul class="mark-bullet">
-<li>i&ndash;temize
+<ul>
+<li> i-temize
 </li></ul>
 
-<ul style="list-style-type: '+'">
-<li>i&ndash;tem +
+<ul>
+<li>+ i-tem +
 </li></ul>
 
-<ul class="mark-bullet">
-<li>b&ndash;ullet
+<ul>
+<li> b-ullet
 </li></ul>
 
-<ul class="mark-minus">
-<li>minu&ndash;s
+<ul>
+<li>- minu-s
 </li></ul>
 
-<ul style="list-style-type: 'after emph'">
-<li>e&ndash;mph item
+<ul>
+<li><em>after emph</em> e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li><a class="index-entry-anchor" 
id="index-copying-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line <a name="index-copying-index-entry-within-itemize"></a>
+i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
-<ul class="mark-none">
-<li>without brace w a&ndash;b
-</li><li>without brace w c&ndash;d
+<ul>
+<li><!-- /@w --> without brace w a-b
+</li><li><!-- /@w --> without brace w c-d
 </li></ul>
 
-<ul class="mark-none">
-<li>with w a&ndash;b
-</li><li>with w c&ndash;d
+<ul>
+<li><!-- /@w --> with w a-b
+</li><li><!-- /@w --> with w c-d
 </li></ul>
 
-<ul style="list-style-type: ' on a line'">
-<li>line w a&ndash;b
-</li><li>line with w c&ndash;d
+<ul>
+<li><!-- /@w --> on a line line w a-b
+</li><li><!-- /@w --> on a line line with w c-d
 </li></ul>
 
 <ol>
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol start="3">
@@ -3333,7 +3253,7 @@ i&ndash;tem 1
 </li></ol>
 
 <ol type="a" start="1">
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol type="a" start="3">
@@ -3342,326 +3262,306 @@ i&ndash;tem 1
 </li></ol>
 
 <table>
-<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
-<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
-<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
-<a class="index-entry-anchor" 
id="index-copying-index-entry-within-multitable"></a></td></tr>
-<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
-</tbody>
+<tr><th>mu-ltitable headitem</th><th>another tab</th></tr>
+<tr><td>mu-ltitable item</td><td>multitable tab</td></tr>
+<tr><td>mu-ltitable item 2</td><td>multitable tab 2
+<a name="index-copying-index-entry-within-multitable"></a></td></tr>
+<tr><td>lone mu-ltitable item</td></tr>
 </table>
 
 <table>
-<tbody><tr><td>truc</td><td>bidule</td></tr>
-</tbody>
+<tr><td>truc</td><td>bidule</td></tr>
 </table>
 
-<div class="example">
-<pre class="example">e--xample  some
+<table><tr><td>&nbsp;</td><td><pre>e--xample  some
    text
-</pre></div>
+</pre></td></tr></table>
 
-<div class="example first-arg">
-<pre class="example">example one arg
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example one arg
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg">
-<pre class="example">example two args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example two args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg">
-<pre class="example">example three args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example three args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg">
-<pre class="example">example four args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example four args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg fifth-arg">
-<pre class="example">example five args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example five args
+</pre></td></tr></table>
 
-<div class="example something-é-TeX">
-<pre class="example">The something &eacute; TeX is here.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>The something &eacute; TeX is here.
+</pre></td></tr></table>
 
-<div class="example @-at-the-end-of-line--">
-<pre class="example">A @ at the end of the @example line.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>A @ at the end of the @example line.
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">example with empty args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty args
+</pre></td></tr></table>
 
-<div class="example nonempty">
-<pre class="example">example with empty and non empty args mix
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty and non empty args mix
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">s--mallexample
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--mallexample
+</pre></td></tr></table>
 
 <p><code>@noindent</code> after smallexample.
-</p><div class="example">
-<pre class="example">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+</p><table><tr><td>&nbsp;</td><td><pre>$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
 $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
-</pre></div>
+</pre></td></tr></table>
 <p>Less recent versions are also present.
 </p>
-<div class="display">
-<pre class="display">d&ndash;isplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>d-isplay
+</pre></td></tr></table>
 
-<div class="display">
-<pre class="display">s&ndash;malldisplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s-malldisplay
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">l--isp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>l--isp
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">s--malllisp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--malllisp
+</pre></td></tr></table>
 
-<div class="format">
-<pre class="format">f&ndash;ormat
-</pre></div>
+<pre>f-ormat
+</pre>
 
-<div class="format">
-<pre class="format">s&ndash;mallformat
-</pre></div>
+<pre>s-mallformat
+</pre>
 
-<div class="displaymath"><em>disp--laymath
+<div><em>disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2</sup>
 </em></div>
-<dl class="def">
-<dt id="index-copying-d_002d_002deffn_005fname"><span 
class="category">c--ategory: </span><span><strong>d--effn_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deffn_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-copying-d_002d_002deffn_005fname">c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-de_002d_002dffn_005fname"><span 
class="category">cate--gory: </span><span><strong>de--ffn_name</strong> 
<em>ar--guments    more args <br> even more so</em><a class="copiable-anchor" 
href='#index-copying-de_002d_002dffn_005fname'> &para;</a></span></dt>
-<dd><p>def&ndash;fn
+<dl>
+<dt id="index-copying-de_002d_002dffn_005fname">cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def-fn
 </p></dd></dl>
  
-<dl class="def">
-<dt id="index-copying-i"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-copying-i'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-copying-index-entry-within-deffn"></a>
-</dd><dt id="index-copying-truc"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-truc'> &para;</a></span></dt>
-<dt id="index-copying-log-trap"><span class="category">Command: 
</span><span><strong>log trap</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-log-trap'> &para;</a></span></dt>
-<dt id="index-copying-log-trap1"><span class="category">Command: 
</span><span><strong>log trap1</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-log-trap1'> &para;</a></span></dt>
-<dt id="index-copying-log-trap2"><span class="category">Command: 
</span><span><strong>log trap2</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-log-trap2'> &para;</a></span></dt>
-<dt id="index-copying-id-ule"><span class="category">cmde: 
</span><span><strong><b>id ule</b></strong> <em>truc</em><a 
class="copiable-anchor" href='#index-copying-id-ule'> &para;</a></span></dt>
-<dt id="index-copying-id-i-ule"><span class="category">cmde2: 
</span><span><strong><b>id &lsquo;<samp>i</samp>&rsquo; ule</b></strong> 
<em>truc</em><a class="copiable-anchor" href='#index-copying-id-i-ule'> 
&para;</a></span></dt>
-<dt><span class="category"><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: 
</span><strong></strong></dt>
+<dl>
+<dt id="index-copying-i">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dd><a name="index-copying-index-entry-within-deffn"></a>
+</dd><dt id="index-copying-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-copying-log-trap">Command: <strong>log trap</strong> 
<em></em></dt>
+<dt id="index-copying-log-trap1">Command: <strong>log trap1</strong> 
<em></em></dt>
+<dt id="index-copying-log-trap2">Command: <strong>log trap2</strong> 
<em></em></dt>
+<dt id="index-copying-id-ule">cmde: <strong><b>id ule</b></strong> 
<em>truc</em></dt>
+<dt id="index-copying-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>' 
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
 <dt><strong></strong></dt>
-<dt><span class="category">aaa: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-copying-machin"><span class="category">: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-copying-machin'> &para;</a></span></dt>
-<dt id="index-copying-bidule-machin"><span class="category">: 
</span><span><strong>bidule machin</strong><a class="copiable-anchor" 
href='#index-copying-bidule-machin'> &para;</a></span></dt>
-<dt id="index-copying-machin-1"><span class="category">truc: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-copying-machin-1'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt id="index-copying-followed"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-copying-followed'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-copying-a"><span class="category">truc: 
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a 
class="copiable-anchor" href='#index-copying-a'> &para;</a></span></dt>
-<dt id="index-copying-deffnx"><span class="category">truc: 
</span><span><strong>deffnx</strong> <em>before end deffn</em><a 
class="copiable-anchor" href='#index-copying-deffnx'> &para;</a></span></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-machin">: <strong>machin</strong></dt>
+<dt id="index-copying-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-copying-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-copying-followed">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-copying-a">truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt id="index-copying-deffnx">truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
 
 
-<dl class="def">
-<dt id="index-copying-deffn"><span class="category">empty: 
</span><span><strong>deffn</strong><a class="copiable-anchor" 
href='#index-copying-deffn'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-deffn">empty: <strong>deffn</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-copying-deffn-1"><span class="category">empty: 
</span><span><strong>deffn</strong> <em>with deffnx</em><a 
class="copiable-anchor" href='#index-copying-deffn-1'> &para;</a></span></dt>
-<dt id="index-copying-deffnx-1"><span class="category">empty: 
</span><span><strong>deffnx</strong><a class="copiable-anchor" 
href='#index-copying-deffnx-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-deffn-1">empty: <strong>deffn</strong> <em>with 
deffnx</em></dt>
+<dt id="index-copying-deffnx-1">empty: <strong>deffnx</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-copying-i-1"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-copying-i-1'> &para;</a></span></dt>
-<dt id="index-copying-truc-1"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-copying-truc-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-i-1">fset: <strong><var>i</var></strong> <em>a 
g</em></dt>
+<dt id="index-copying-truc-1">cmde: <strong>truc</strong> <em></em></dt>
 <dd><p>text in def item for second def item
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defvr_005fname"><span 
class="category">c--ategory: </span><span><strong>d--efvr_name</strong><a 
class="copiable-anchor" href='#index-copying-d_002d_002defvr_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvr
+<dl>
+<dt id="index-copying-d_002d_002defvr_005fname">c--ategory: 
<strong>d--efvr_name</strong></dt>
+<dd><p>d-efvr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-n_002d_002dame"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-n_002d_002dame'> 
&para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-copying-n_002d_002dame">c--ategory: <strong>n--ame</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-n_002d_002dame-1"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong><a class="copiable-anchor" 
href='#index-copying-n_002d_002dame-1'> &para;</a></span></dt>
-<dd><p>d&ndash;effn no arg
+<dl>
+<dt id="index-copying-n_002d_002dame-1">c--ategory: 
<strong>n--ame</strong></dt>
+<dd><p>d-effn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefn_005fname"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-d_002d_002deftypefn_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypefn
+<dl>
+<dt id="index-copying-d_002d_002deftypefn_005fname">c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefn_005fname-1"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg
+<dl>
+<dt id="index-copying-d_002d_002deftypefn_005fname-1">c--ategory: 
<em>t--ype</em> <strong>d--eftypefn_name</strong></dt>
+<dd><p>d-eftypefn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypeop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory
 on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
+<dd><p>d-eftypeop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypevr_005fname"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypevr_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypevr_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypevr
+<dl>
+<dt id="index-copying-d_002d_002deftypevr_005fname">c--ategory: 
<em>t--ype</em> <strong>d--eftypevr_name</strong></dt>
+<dd><p>d-eftypevr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defcv_005fname"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defcv_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv
+<dl>
+<dt id="index-copying-d_002d_002defcv_005fname">c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
+<dd><p>d-efcv
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defcv_005fname-1"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv with arguments
+<dl>
+<dt id="index-copying-d_002d_002defcv_005fname-1">c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efcv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
+<dd><p>d-eftypecv
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory
 of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypecv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop
+<dl>
+<dt id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory
 on c--lass: <strong>d--efop_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop no arg
+<dl>
+<dt 
id="index-copying-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory on 
c--lass: <strong>d--efop_name</strong></dt>
+<dd><p>d-efop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftp_005fname"><span 
class="category">c--ategory: </span><span><strong>d--eftp_name</strong> 
<em>a--ttributes...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftp_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftp
+<dl>
+<dt id="index-copying-d_002d_002deftp_005fname">c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d-eftp
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defun_005fname"><span 
class="category">Function: </span><span><strong>d--efun_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defun_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efun
+<dl>
+<dt id="index-copying-d_002d_002defun_005fname">Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defmac_005fname"><span class="category">Macro: 
</span><span><strong>d--efmac_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-d_002d_002defmac_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmac
+<dl>
+<dt id="index-copying-d_002d_002defmac_005fname">Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmac
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defspec_005fname"><span 
class="category">Special Form: </span><span><strong>d--efspec_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defspec_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efspec
+<dl>
+<dt id="index-copying-d_002d_002defspec_005fname">Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efspec
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defvar_005fname"><span 
class="category">Variable: </span><span><strong>d--efvar_name</strong><a 
class="copiable-anchor" href='#index-copying-d_002d_002defvar_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvar
+<dl>
+<dt id="index-copying-d_002d_002defvar_005fname">Variable: 
<strong>d--efvar_name</strong></dt>
+<dd><p>d-efvar
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defvar_005fname-1"><span 
class="category">Variable: </span><span><strong>d--efvar_name</strong> 
<em>arg--var arg--var1</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002defvar_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;efvar with args
+<dl>
+<dt id="index-copying-d_002d_002defvar_005fname-1">Variable: 
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
+<dd><p>d-efvar with args
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002defopt_005fname"><span class="category">User 
Option: </span><span><strong>d--efopt_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defopt_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efopt
+<dl>
+<dt id="index-copying-d_002d_002defopt_005fname">User Option: 
<strong>d--efopt_name</strong></dt>
+<dd><p>d-efopt
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefun_005fname"><span 
class="category">Function: </span><span><em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-copying-d_002d_002deftypefun_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypefun
+<dl>
+<dt id="index-copying-d_002d_002deftypefun_005fname">Function: <em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypevar_005fname"><span 
class="category">Variable: </span><span><em>t--ype</em> 
<strong>d--eftypevar_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypevar_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypevar
+<dl>
+<dt id="index-copying-d_002d_002deftypevar_005fname">Variable: <em>t--ype</em> 
<strong>d--eftypevar_name</strong></dt>
+<dd><p>d-eftypevar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance 
Variable of c--lass: <strong>d--efivar_name</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efivar
+<dl>
+<dt id="index-copying-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
+<dd><p>d-efivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance
 Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeivar
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
+<dd><p>d-eftypeivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmethod
+<dl>
+<dt id="index-copying-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmethod
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method
 on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypemethod
+<dl>
+<dt 
id="index-copying-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method 
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypemethod
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-copying-name2"><span class="category">Function:<br> 
</span><span><em>data-type2</em><br> <strong>name2</strong> 
<em>arguments2...</em><a class="copiable-anchor" href='#index-copying-name2'> 
&para;</a></span></dt>
+<dl>
+<dt id="index-copying-name2">Function:<br> <em>data-type2</em><br> 
<strong>name2</strong> <em>arguments2...</em></dt>
 <dd><p>aaa2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-d_002d_002deftypefn_005fname2"><span 
class="category">c--ategory2:<br> </span><span><em>t--ype2</em><br> 
<strong>d--eftypefn_name2</strong><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg2
+<dl>
+<dt id="index-copying-d_002d_002deftypefn_005fname2">c--ategory2:<br> 
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
+<dd><p>d-eftypefn no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypeop2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
+<dd><p>d-eftypeop no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a 
class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
+<dd><p>d-eftypecv2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments2
+<dl>
+<dt 
id="index-copying-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypecv with arguments2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-copying-arg2"><span class="category">fun2: 
</span><span><strong>arg2</strong><a class="copiable-anchor" 
href='#index-copying-arg2'> &para;</a></span></dt>
+<dl>
+<dt id="index-copying-arg2">fun2: <strong>arg2</strong></dt>
 <dd><p>fff2
 </p></dd></dl>
 
 
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a data-manual="file n---ame@" href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#chapter">(file name)cross ref 
name</a>
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">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>
 </p>
 <p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
 <code>@xref{chapter}</code> See <a href="#chapter">chapter</a>.
@@ -3670,79 +3570,79 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 
2}\left({x-\mu \over \sigma}\
 </p>
 <p><code>@ref{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
-<a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">a comma, in title</a> in <cite>a , in manual 
name</cite>
+<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 data-manual="file name" href="file 
name.html#chapter">(file name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<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 data-manual="file 
name" 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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a data-manual="file name" 
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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a data-manual="file 
name" href="file name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#anode">title</a> in 
<cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a data-manual="file 
name" href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#node">(file name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
data-manual="file name, spurious arg" href="file name, spurious 
arg.html#chapter">(file name, spurious arg)cross ref name</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>
+</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 `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>
 </p>
 <p><code>@inforef{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in file}</code>
-See <a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">(a comma, in file)a , in cross
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
 ref</a>
 </p>
-<p>&lsquo;<samp><a href="#chapter">chapter</a></samp>&rsquo;.
+<p>`<samp><a href="#chapter">chapter</a></samp>'.
 </p>
-<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
+<p><a href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
 <a href="#chapter">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a>
 </p>
 <dl>
-<dt><strong>a&ndash;strong</strong></dt>
-<dd><p>l&ndash;ine
+<dt><strong>a-strong</strong></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-copying-a_002d_002dasis'><span>a&ndash;asis<a 
class="copiable-anchor" href='#index-copying-a_002d_002dasis'> 
&para;</a></span></dt>
-<dt id='index-copying-b-2'><span>b<a class="copiable-anchor" 
href='#index-copying-b-2'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-copying-a_002d_002dasis'>a-asis</dt>
+<dt id='index-copying-b-2'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-copying-a-1'><span><em>a</em><a class="copiable-anchor" 
href='#index-copying-a-1'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-copying-index-entry-between-item-and-itemx"></a>
+<dt id='index-copying-a-1'><em>a</em></dt>
+<dd><a name="index-copying-index-entry-between-item-and-itemx"></a>
 </dd>
-<dt id='index-copying-b'><span><em>b</em><a class="copiable-anchor" 
href='#index-copying-b'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-copying-b'><em>b</em></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
@@ -3750,37 +3650,37 @@ ref</a>
 <dd><p>Title
 </p></dd>
 <dt><code>a--code</code></dt>
-<dd><p>Value&ndash;table code
+<dd><p>Value-table code
 </p></dd>
 </dl>
 
 <dl>
 <dd><p>Title
 </p></dd>
-<dt>&lsquo;<samp>a--samp</samp>&rsquo;</dt>
-<dt>&lsquo;<samp>a2--samp</samp>&rsquo;</dt>
-<dd><p>Value&ndash;table samp
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
+<dd><p>Value-table samp
 </p></dd>
 </dl>
 
-<table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<table border="1"><tr><td>
+<p>c-artouche
 </p></td></tr></table>
 
-<p>g&ndash;roupe
+<p>g-roupe
 </p>
-<p class="left-align">f&ndash;lushleft
+<p align="left">f-lushleft
 more text
 </p>
-<p class="right-align">f&ndash;lushright
+<p align="right">f-lushright
 more text
 </p>
-<div class="center-align">ce&ndash;ntered line
+<div align="center">ce-ntered line
 </div>
-<p>r&ndash;raggedright
+<p>r-raggedright
 more text
 </p>
-<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+<pre>\input texinfo @c -*-texinfo-*-
 
 @c this file is used in tests in @verbatiminclude but not converted
 
@@ -3792,7 +3692,7 @@ This is a very simple texi manual @  &lt;&gt;.
 
 @bye
 </pre>
-<pre class="verbatim">in verbatim ''
+<pre>in verbatim ''
 </pre>
 
 html ''
@@ -3800,26 +3700,26 @@ html ''
 
 
 
-<h1 class="majorheading" id="majorheading-1">majorheading</h1>
+<h1 id="majorheading-1">majorheading</h1>
 
-<h1 class="chapheading" id="chapheading-1">chapheading</h1>
+<h1 id="chapheading-1">chapheading</h1>
 
-<h2 class="heading" id="heading-1">heading</h2>
+<h2 id="heading-1">heading</h2>
 
-<h3 class="subheading" id="subheading-1">subheading</h3>
+<h3 id="subheading-1">subheading</h3>
 
-<h4 class="subsubheading" id="subsubheading-1">subsubheading</h4>
+<h4 id="subsubheading-1">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., @'Etude--@comma{} @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><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> -a (an accronym 
, <small>...</small>)
+<code>@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }</code> 
&Eacute;-. ,A. (&Eacute;tude-, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
 </p>
-<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em class="math">--a- 
{\frac{1}{2}}</em>
+<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
 </p>
-<p><code>@image{f-ile,,,alt@verb{: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>@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; %@.jpg" alt="altjk _&quot; %@">
+<p><code>@image{f-ile,,,alt@verb{:jk _&#34; %}}</code> <img src="f-ile.jpg" 
alt="altjk _&#34; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&#34; %@:} @b{in b &#34;},e--xt}</code> 
<img src="f--ile.e--xt" alt="jk _&#34; %@ in b &#34;">
+<code>@image{file@verb{:jk _&#34; %@:},,,alt@verb{:jk _&#34; %@:}}</code> <img 
src="filejk _&#34; %@.jpg" alt="altjk _&#34; %@">
 </p>
 
 
@@ -3827,16 +3727,16 @@ html ''
 <p>Somehow invalid use of @,:<br>
 @, &#807;
 <br>
-@,@&quot;u &#807;&uuml;
+@,@&#34;u &#807;&uuml;
 </p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; &#769;
+<p>Invalid use of @':<br>
+@' &#769;
 <br>
-@&rsquo;@&quot;u &#769;&uuml;
+@'@&#34;u &#769;&uuml;
 </p>
 <p>@dotless{truc} truc
 @dotless{ij} ij
-<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{--a}</code> -a
 <code>@dotless{a}</code> a
 </p>
 <p>@U, without braces @U{}, with empty arg 
@@ -3847,7 +3747,7 @@ html ''
 </p>
 <p>@TeX, but without brace TeX<code>@#</code> #
 </p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+<p><code>@w{--a}</code> -a<!-- /@w -->
 </p>
 <p><code>@image{,1--xt}</code> 
 <code>@image{,,2--xt}</code> 
@@ -3855,85 +3755,85 @@ html ''
 </p>
 
 <ul>
-<li>e&ndash;mph item
+<li> e-mph item
 </li></ul>
 
-<ul style="list-style-type: ' after emph'">
-<li>e&ndash;mph item
+<ul>
+<li> after emph e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li>i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
 <dl>
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt>a&ndash;missing style formatting</dt>
-<dd><p>l&ndash;ine
+<dt>a-missing style formatting</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-copying-a-2'><span>a<a class="copiable-anchor" 
href='#index-copying-a-2'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-copying-index-entry-between-item-and-itemx-1"></a>
+<dt id='index-copying-a-2'>a</dt>
+<dd><a name="index-copying-index-entry-between-item-and-itemx-1"></a>
 </dd>
-<dt id='index-copying-b-1'><span>b<a class="copiable-anchor" 
href='#index-copying-b-1'> &para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-copying-b-1'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
-<dl class="def">
-<dt><span class="category">fun: </span><strong></strong></dt>
-<dt id="index-copying-machin-2"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and</em><a 
class="copiable-anchor" href='#index-copying-machin-2'> &para;</a></span></dt>
-<dt id="index-copying-machin-3"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and  after</em><a 
class="copiable-anchor" href='#index-copying-machin-3'> &para;</a></span></dt>
-<dt id="index-copying-machin-4"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and </em><a 
class="copiable-anchor" href='#index-copying-machin-4'> &para;</a></span></dt>
-<dt id="index-copying-machin-5"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and and after</em><a 
class="copiable-anchor" href='#index-copying-machin-5'> &para;</a></span></dt>
-<dt id="index-copying-followed-1"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-copying-followed-1'> &para;</a></span></dt>
+<dl>
+<dt>fun: <strong></strong></dt>
+<dt id="index-copying-machin-2">truc: <strong>machin</strong> <em>bidule chose 
and</em></dt>
+<dt id="index-copying-machin-3">truc: <strong>machin</strong> <em>bidule chose 
and  after</em></dt>
+<dt id="index-copying-machin-4">truc: <strong>machin</strong> <em>bidule chose 
and </em></dt>
+<dt id="index-copying-machin-5">truc: <strong>machin</strong> <em>bidule chose 
and and after</em></dt>
+<dt id="index-copying-followed-1">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
 <dd><p>Various deff lines
-</p></dd><dt id="index-copying-after"><span class="category">truc: 
</span><span><strong>after</strong> <em>a deff item</em><a 
class="copiable-anchor" href='#index-copying-after'> &para;</a></span></dt>
+</p></dd><dt id="index-copying-after">truc: <strong>after</strong> <em>a deff 
item</em></dt>
 </dl>
 
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
+<p><code>@ref{node}</code> `node'
 </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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
+<p><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> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#node">title</a> in 
<cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a data-manual="file name" 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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a data-manual="file name" 
href="file name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a data-manual="file name" 
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 data-manual="file name" 
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 data-manual="file name" 
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 
data-manual="file name" href="file name.html#Top">title</a> in 
<cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
href="file name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a data-manual="file name" 
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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a data-manual="file 
name" href="file name.html#Top">(file name)cross ref name</a>
+<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>
+</p>
+<p><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> 
 </p>
 
@@ -3942,40 +3842,40 @@ html ''
 </p>
 <p>&lt;
 &gt;
-&quot;
+&#34;
 &amp;
-&rsquo;
-&lsquo;
+'
+`
 </p>
-<p>&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;<br>
+<p>&#34;simple-double-three--four---&#34;<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>
+asis: &#34;simple-double-three--four---&#34; <br>
+strong: <strong>&#34;simple-double-three--four---&#34;</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>`<!-- /@w -->`simple-double-<!-- /@w -->-three--four---'<!-- /@w -->'<br>
 </p>
-<a class="index-entry-anchor" id="index-_002d_002doption"></a>
-<a class="index-entry-anchor" id="index-_0060_0060"></a>
-<a class="index-entry-anchor" id="index-_0060_0060-2"></a>
-<a class="index-entry-anchor" id="index-_002d_002dfoption"></a>
+<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; 
+<p>@&#34;u &uuml; 
+@&#34;{U} &Uuml; 
 @~n &ntilde;
 @^a &acirc;
-@&rsquo;e &eacute;
+@'e &eacute;
 @=o &#333;
-@&lsquo;i &igrave;
-@&rsquo;{e} &eacute;
-@&rsquo;{@dotless{i}} &iacute; 
+@`i &igrave;
+@'{e} &eacute;
+@'{@dotless{i}} &iacute; 
 @dotless{i} i
 @dotless{j} j
-@&lsquo;{@=E} &#274;&#768; 
+@`{@=E} &#274;&#768; 
 @l{} &#322;
-@,{@&rsquo;C} &#262;&#807;
+@,{@'C} &#262;&#807;
 @,c &ccedil;
-@,c@&quot;u &ccedil;&uuml; <br>
+@,c@&#34;u &ccedil;&uuml; <br>
 </p>
 <p>@U{0075} &#x0075;
 </p>
@@ -4005,25 +3905,25 @@ but , ,
 </p>
 <p>@TeX TeX
 @LaTeX LaTeX
-@bullet &bull;
+@bullet *
 @copyright &copy;
-@dots &hellip;
-@enddots <small class="enddots">...</small>
-@equiv &equiv;
-@error error&rarr;
-@expansion &rarr;
+@dots <small>...</small>
+@enddots <small>...</small>
+@equiv ==
+@error error-&gt;
+@expansion ==&gt;
 @minus -
-@point &lowast;
+@point -!-
 @print -|
-@result &rArr;
+@result =&gt;
 @today a sunny day
 </p>
 <p>@aa &aring;
 @AA &Aring;
 @ae &aelig;
-@oe &oelig;
+@oe &#156;
 @AE &AElig;
-@OE &OElig;
+@OE &#140;
 @o &oslash;
 @O &Oslash;
 @ss &szlig;
@@ -4041,90 +3941,90 @@ but , ,
 @ordf &ordf;
 @ordm &ordm;
 @comma ,
-@quotedblleft &ldquo;
-@quotedblright &rdquo;
-@quoteleft &lsquo;
-@quoteright &rsquo;
-@quotedblbase &bdquo;
-@quotesinglbase &sbquo;
-@guillemetleft &laquo;
-@guillemetright &raquo;
-@guillemotleft &laquo;
-@guillemotright &raquo;
-@guilsinglleft &lsaquo;
-@guilsinglright &rsaquo;
+@quotedblleft &quot;
+@quotedblright &quot;
+@quoteleft `
+@quoteright '
+@quotedblbase ,,
+@quotesinglbase ,
+@guillemetleft &lt;&lt;
+@guillemetright &gt;&gt;
+@guillemotleft &lt;&lt;
+@guillemotright &gt;&gt;
+@guilsinglleft &lt;
+@guilsinglright &gt;
 @textdegree &deg;
-@euro &euro;
-@arrow &rarr;
-@leq &le;
-@geq &ge;
+@euro Euro
+@arrow -&gt;
+@leq &lt;=
+@geq &gt;=
 @tie a&nbsp;b
 </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>
+<p><code>@acronym{--a,an accronym}</code> -a (an accronym)
+<code>@acronym{--a}</code> -a
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> &Eacute;-. ,A. 
(&Eacute;tude Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
+<code>@asis{--a}</code> -a
+<code>@b{--a}</code> <b>-a</b>
+<code>@cite{--a}</code> <cite>-a</cite>
 <code>@code{--a}</code> <code>--a</code>
 <code>@command{--a}</code> <code>--a</code>
-<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>@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>&ndash;a</em>
+<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>@i{--a}</code> <i>-a</i>
 <code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <kbd class="key">--a</kbd>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em class="math">--a 
{\frac{1}{2}} -</em>
+<code>@key{--a}</code> <kbd>--a</kbd>
+<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>@r{--a}</code> -a
+<code>@samp{--a}</code> `<samp>--a</samp>'
+<code>@sc{--a}</code> <small>-A</small>
+<code>@strong{--a}</code> <strong>-a</strong>
 <code>@t{--a}</code> <code>--a</code>
-<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>@sansserif{--a}</code> -a
+<code>@slanted{--a}</code> <i>-a</i>
+<code>@titlefont{--a}</code> </p><h1>-a</h1>
+<p><code>@indicateurl{--a}</code> `<code>--a</code>'
+<code>@uref{--a,--b}</code> <a href="--a">-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>@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> &ndash;b
-<code>@var{--a}</code> <var>&ndash;a</var>
+<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>@verb{:a  &lt; &amp; @ % &#34; --    b:}</code> <tt>a  &lt; &amp; @ % 
&#34; --    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&#779;
-<code>@H{--a}</code> &ndash;a&#779;
+<code>@H{--a}</code> -a&#779;
 <code>@dotaccent{a}</code> &#551;
-<code>@dotaccent{--a}</code> &ndash;a&#775;
+<code>@dotaccent{--a}</code> -a&#775;
 <code>@ringaccent{a}</code> &aring;
-<code>@ringaccent{--a}</code> &ndash;a&#778;
+<code>@ringaccent{--a}</code> -a&#778;
 <code>@tieaccent{a}</code> a&#865;
-<code>@tieaccent{--a}</code> &ndash;&#865;a
+<code>@tieaccent{--a}</code> -a&#865;
 <code>@u{a}</code> &#259;
-<code>@u{--a}</code> &ndash;a&#774;
+<code>@u{--a}</code> -a&#774;
 <code>@ubaraccent{a}</code> a&#818;
-<code>@ubaraccent{--a}</code> &ndash;a&#818;
+<code>@ubaraccent{--a}</code> -a&#818;
 <code>@udotaccent{a}</code> &#7841;
-<code>@udotaccent{--a}</code> &ndash;a&#803;
+<code>@udotaccent{--a}</code> -a&#803;
 <code>@v{a}</code> &#462;
-<code>@v{--a}</code> &ndash;a&#780;
+<code>@v{--a}</code> -a&#780;
 <code>@,{c}</code> &ccedil;
-<code>@,{--c}</code> &ndash;c&#807;
+<code>@,{--c}</code> -c&#807;
 <code>@ogonek{a}</code> &#261;
-<code>@ogonek{--a}</code> &ndash;a&#808;
+<code>@ogonek{--a}</code> -a&#808;
 <code>a@sup{h}@sub{l}</code> a<sup>h</sup><sub>l</sub>
 <code>@footnote{in footnote}</code> <a id="DOCF5" 
href="#FOOT5"><sup>7</sup></a>
 <code>@footnote{in footnote2}</code> <a id="DOCF6" 
href="#FOOT6"><sup>8</sup></a>
@@ -4135,7 +4035,7 @@ but , ,
 <code>@image{f--ile,,,alt}</code> <img src="f--ile.png" 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>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a-lt">
 <code>@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}</code> <img 
src="f--ile@..file ext e--xt}" alt="alt">
 </p>
 <p><code>@sp 2</code><br>
@@ -4145,82 +4045,78 @@ but , ,
 </p>
 <p><code>need 1002</code>
 </p>
-<p><code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
+<p><code>@clicksequence{click @click{} A}</code> click -&gt; A
+After clickstyle =&gt;
+<code>@clicksequence{click @click{} A}</code> click =&gt; A
 </p>
-<div 
class="displaymath"><em><strong>``simple-double--three---four----''</strong> 
aa<!-- /@w -->
+<div><em><strong>``simple-double--three---four----''</strong> aa<!-- /@w -->
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
 
 </em></div>
-<div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; 
&igrave; &eacute; i j &#274;&#768;
+<div><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; &igrave; &eacute; i j 
&#274;&#768;
 &#322; &#262;&#807; &#262;&#807; &ccedil; a&#779; &#551; &aring; a&#865;
 &#259; a&#818; &#7841; &#462; &#261; a<sup>h</sup><sub>l</sub>
 
  &nbsp;&nbsp; &nbsp;   ! ? . @ } { 
 a sunny day
 </em></div>
-<div class="displaymath"><em>&rarr;
+<div><em>-&gt;
 &#x0075;
-TeX LaTeX &bull; &copy; &hellip; ... &equiv;
-error&rarr; &rarr; - &lowast; -| &rArr;
-&aring; &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; 
&#322; &#321; &ETH;
+TeX LaTeX * &copy; ... ... ==
+error-&gt; ==&gt; - -!- -| =&gt;
+&aring; &Aring; &aelig; &#156; &AElig; &#140; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
 &THORN; &eth; &thorn; &iexcl; &iquest; &pound;
 &reg; &ordf; &ordm; , 
 </em></div>
-<div class="displaymath"><em>&ldquo; &rdquo; 
-&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
-&raquo; &laquo; &raquo; &lsaquo;
-&rsaquo; &deg; &euro; &rarr; &le; &ge;
+<div><em>&quot; &quot; 
+` ' ,, , &lt;&lt;
+&gt;&gt; &lt;&lt; &gt;&gt; &lt;
+&gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
-<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <code>t</code> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <code>t</code> sansserif 
<i>slanted</i>
 </em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><dl>
-<dt id='index-vtable-i_002d_002dtem-default-kbdinputstyle'><span><kbd>vtable 
i--tem default kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-default-kbdinputstyle'><kbd>vtable i--tem 
default kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example default kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example default kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle'><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><code>code kbdinputstyle</code>
 </p><dl>
-<dt id='index-vtable-i_002d_002dtem-code-kbdinputstyle'><span><code>vtable 
i--tem code kbdinputstyle</code><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-code-kbdinputstyle'> &para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-code-kbdinputstyle'><code>vtable i--tem 
code kbdinputstyle</code></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example code kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example code kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><span><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle'><tt><code>vtable 
i--tem in example code kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>example kbdinputstyle</kbd>
 </p><dl>
-<dt id='index-vtable-i_002d_002dtem-example-kbdinputstyle'><span><kbd>vtable 
i--tem example kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-example-kbdinputstyle'><kbd>vtable i--tem 
example kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example example kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example example 
kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><span><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle'><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <p><kbd>distinct kbdinputstyle</kbd>
 </p><dl>
-<dt id='index-vtable-i_002d_002dtem-distinct-kbdinputstyle'><span><kbd>vtable 
i--tem distinct kbdinputstyle</kbd><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-distinct-kbdinputstyle'><kbd>vtable i--tem 
distinct kbdinputstyle</kbd></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example distinct kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example distinct kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><span><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle'><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
+</td></tr></table>
 
 <blockquote>
-<p>A quot&mdash;ation
+<p>A quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -4278,14 +4174,14 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <blockquote>
 <p>aaa quotation
 </p></blockquote>
-<div class="center-align">&mdash; <em>quotation author</em>
+<div align="center">-- <em>quotation author</em>
 </div>
 <blockquote>
 <p>indent in quotation
 </p></blockquote>
 
 <blockquote>
-<p>A small quot&mdash;ation
+<p>A small quot--ation
 </p></blockquote>
 
 <blockquote>
@@ -4296,49 +4192,49 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 <p><b>something, other thing:</b> something, other thing
 </p></blockquote>
 
-<ul class="mark-bullet">
-<li>i&ndash;temize
+<ul>
+<li> i-temize
 </li></ul>
 
-<ul style="list-style-type: '+'">
-<li>i&ndash;tem +
+<ul>
+<li>+ i-tem +
 </li></ul>
 
-<ul class="mark-bullet">
-<li>b&ndash;ullet
+<ul>
+<li> b-ullet
 </li></ul>
 
-<ul class="mark-minus">
-<li>minu&ndash;s
+<ul>
+<li>- minu-s
 </li></ul>
 
-<ul style="list-style-type: 'after emph'">
-<li>e&ndash;mph item
+<ul>
+<li><em>after emph</em> e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li><a class="index-entry-anchor" id="index-index-entry-within-itemize"></a>
-i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line <a name="index-index-entry-within-itemize"></a>
+i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
-<ul class="mark-none">
-<li>without brace w a&ndash;b
-</li><li>without brace w c&ndash;d
+<ul>
+<li><!-- /@w --> without brace w a-b
+</li><li><!-- /@w --> without brace w c-d
 </li></ul>
 
-<ul class="mark-none">
-<li>with w a&ndash;b
-</li><li>with w c&ndash;d
+<ul>
+<li><!-- /@w --> with w a-b
+</li><li><!-- /@w --> with w c-d
 </li></ul>
 
-<ul style="list-style-type: ' on a line'">
-<li>line w a&ndash;b
-</li><li>line with w c&ndash;d
+<ul>
+<li><!-- /@w --> on a line line w a-b
+</li><li><!-- /@w --> on a line line with w c-d
 </li></ul>
 
 <ol>
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol start="3">
@@ -4347,7 +4243,7 @@ i&ndash;tem 1
 </li></ol>
 
 <ol type="a" start="1">
-<li> e&ndash;numerate
+<li> e-numerate
 </li></ol>
 
 <ol type="a" start="3">
@@ -4356,326 +4252,306 @@ i&ndash;tem 1
 </li></ol>
 
 <table>
-<thead><tr><th width="40%">mu&ndash;ltitable headitem</th><th 
width="60%">another tab</th></tr></thead>
-<tbody><tr><td width="40%">mu&ndash;ltitable item</td><td 
width="60%">multitable tab</td></tr>
-<tr><td width="40%">mu&ndash;ltitable item 2</td><td width="60%">multitable 
tab 2
-<a class="index-entry-anchor" 
id="index-index-entry-within-multitable"></a></td></tr>
-<tr><td width="40%">lone mu&ndash;ltitable item</td></tr>
-</tbody>
+<tr><th>mu-ltitable headitem</th><th>another tab</th></tr>
+<tr><td>mu-ltitable item</td><td>multitable tab</td></tr>
+<tr><td>mu-ltitable item 2</td><td>multitable tab 2
+<a name="index-index-entry-within-multitable"></a></td></tr>
+<tr><td>lone mu-ltitable item</td></tr>
 </table>
 
 <table>
-<tbody><tr><td>truc</td><td>bidule</td></tr>
-</tbody>
+<tr><td>truc</td><td>bidule</td></tr>
 </table>
 
-<div class="example">
-<pre class="example">e--xample  some
+<table><tr><td>&nbsp;</td><td><pre>e--xample  some
    text
-</pre></div>
+</pre></td></tr></table>
 
-<div class="example first-arg">
-<pre class="example">example one arg
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example one arg
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg">
-<pre class="example">example two args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example two args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg">
-<pre class="example">example three args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example three args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg">
-<pre class="example">example four args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example four args
+</pre></td></tr></table>
 
-<div class="example first-arg second-arg third-arg fourth-arg fifth-arg">
-<pre class="example">example five args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example five args
+</pre></td></tr></table>
 
-<div class="example something-é-TeX">
-<pre class="example">The something &eacute; TeX is here.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>The something &eacute; TeX is here.
+</pre></td></tr></table>
 
-<div class="example @-at-the-end-of-line--">
-<pre class="example">A @ at the end of the @example line.
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>A @ at the end of the @example line.
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">example with empty args
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty args
+</pre></td></tr></table>
 
-<div class="example nonempty">
-<pre class="example">example with empty and non empty args mix
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>example with empty and non empty args mix
+</pre></td></tr></table>
 
-<div class="example">
-<pre class="example">s--mallexample
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--mallexample
+</pre></td></tr></table>
 
 <p><code>@noindent</code> after smallexample.
-</p><div class="example">
-<pre class="example">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+</p><table><tr><td>&nbsp;</td><td><pre>$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
 $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
-</pre></div>
+</pre></td></tr></table>
 <p>Less recent versions are also present.
 </p>
-<div class="display">
-<pre class="display">d&ndash;isplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>d-isplay
+</pre></td></tr></table>
 
-<div class="display">
-<pre class="display">s&ndash;malldisplay
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s-malldisplay
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">l--isp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>l--isp
+</pre></td></tr></table>
 
-<div class="example lisp">
-<pre class="lisp">s--malllisp
-</pre></div>
+<table><tr><td>&nbsp;</td><td><pre>s--malllisp
+</pre></td></tr></table>
 
-<div class="format">
-<pre class="format">f&ndash;ormat
-</pre></div>
+<pre>f-ormat
+</pre>
 
-<div class="format">
-<pre class="format">s&ndash;mallformat
-</pre></div>
+<pre>s-mallformat
+</pre>
 
-<div class="displaymath"><em>disp--laymath
+<div><em>disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2</sup>
 </em></div>
-<dl class="def">
-<dt id="index-d_002d_002deffn_005fname"><span class="category">c--ategory: 
</span><span><strong>d--effn_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002deffn_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-d_002d_002deffn_005fname">c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-de_002d_002dffn_005fname"><span class="category">cate--gory: 
</span><span><strong>de--ffn_name</strong> <em>ar--guments    more args <br> 
even more so</em><a class="copiable-anchor" 
href='#index-de_002d_002dffn_005fname'> &para;</a></span></dt>
-<dd><p>def&ndash;fn
+<dl>
+<dt id="index-de_002d_002dffn_005fname">cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args <br> even more 
so</em></dt>
+<dd><p>def-fn
 </p></dd></dl>
  
-<dl class="def">
-<dt id="index-i"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-i'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" id="index-index-entry-within-deffn"></a>
-</dd><dt id="index-truc"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-truc'> &para;</a></span></dt>
-<dt id="index-log-trap"><span class="category">Command: 
</span><span><strong>log trap</strong> <em></em><a class="copiable-anchor" 
href='#index-log-trap'> &para;</a></span></dt>
-<dt id="index-log-trap1"><span class="category">Command: 
</span><span><strong>log trap1</strong> <em></em><a class="copiable-anchor" 
href='#index-log-trap1'> &para;</a></span></dt>
-<dt id="index-log-trap2"><span class="category">Command: 
</span><span><strong>log trap2</strong> <em></em><a class="copiable-anchor" 
href='#index-log-trap2'> &para;</a></span></dt>
-<dt id="index-id-ule"><span class="category">cmde: </span><span><strong><b>id 
ule</b></strong> <em>truc</em><a class="copiable-anchor" href='#index-id-ule'> 
&para;</a></span></dt>
-<dt id="index-id-i-ule"><span class="category">cmde2: 
</span><span><strong><b>id &lsquo;<samp>i</samp>&rsquo; ule</b></strong> 
<em>truc</em><a class="copiable-anchor" href='#index-id-i-ule'> 
&para;</a></span></dt>
-<dt><span class="category"><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: 
</span><strong></strong></dt>
+<dl>
+<dt id="index-i">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dd><a name="index-index-entry-within-deffn"></a>
+</dd><dt id="index-truc">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-log-trap">Command: <strong>log trap</strong> <em></em></dt>
+<dt id="index-log-trap1">Command: <strong>log trap1</strong> <em></em></dt>
+<dt id="index-log-trap2">Command: <strong>log trap2</strong> <em></em></dt>
+<dt id="index-id-ule">cmde: <strong><b>id ule</b></strong> <em>truc</em></dt>
+<dt id="index-id-i-ule">cmde2: <strong><b>id `<samp>i</samp>' ule</b></strong> 
<em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
 <dt><strong></strong></dt>
-<dt><span class="category">aaa: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-machin"><span class="category">: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-machin'> &para;</a></span></dt>
-<dt id="index-bidule-machin"><span class="category">: 
</span><span><strong>bidule machin</strong><a class="copiable-anchor" 
href='#index-bidule-machin'> &para;</a></span></dt>
-<dt id="index-machin-1"><span class="category">truc: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-machin-1'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt id="index-followed"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-followed'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-a-1"><span class="category">truc: 
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a 
class="copiable-anchor" href='#index-a-1'> &para;</a></span></dt>
-<dt id="index-deffnx"><span class="category">truc: 
</span><span><strong>deffnx</strong> <em>before end deffn</em><a 
class="copiable-anchor" href='#index-deffnx'> &para;</a></span></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-machin">: <strong>machin</strong></dt>
+<dt id="index-bidule-machin">: <strong>bidule machin</strong></dt>
+<dt id="index-machin-1">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-followed">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-a-1">truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt id="index-deffnx">truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
 
 
-<dl class="def">
-<dt id="index-deffn"><span class="category">empty: 
</span><span><strong>deffn</strong><a class="copiable-anchor" 
href='#index-deffn'> &para;</a></span></dt>
+<dl>
+<dt id="index-deffn">empty: <strong>deffn</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-deffn-1"><span class="category">empty: 
</span><span><strong>deffn</strong> <em>with deffnx</em><a 
class="copiable-anchor" href='#index-deffn-1'> &para;</a></span></dt>
-<dt id="index-deffnx-1"><span class="category">empty: 
</span><span><strong>deffnx</strong><a class="copiable-anchor" 
href='#index-deffnx-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-deffn-1">empty: <strong>deffn</strong> <em>with deffnx</em></dt>
+<dt id="index-deffnx-1">empty: <strong>deffnx</strong></dt>
 </dl>
 
-<dl class="def">
-<dt id="index-i-1"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-i-1'> &para;</a></span></dt>
-<dt id="index-truc-1"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-truc-1'> &para;</a></span></dt>
+<dl>
+<dt id="index-i-1">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dt id="index-truc-1">cmde: <strong>truc</strong> <em></em></dt>
 <dd><p>text in def item for second def item
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-d_002d_002defvr_005fname"><span class="category">c--ategory: 
</span><span><strong>d--efvr_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defvr_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efvr
+<dl>
+<dt id="index-d_002d_002defvr_005fname">c--ategory: 
<strong>d--efvr_name</strong></dt>
+<dd><p>d-efvr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-n_002d_002dame"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-n_002d_002dame'> &para;</a></span></dt>
-<dd><p>d&ndash;effn
+<dl>
+<dt id="index-n_002d_002dame">c--ategory: <strong>n--ame</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-effn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-n_002d_002dame-1"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong><a class="copiable-anchor" 
href='#index-n_002d_002dame-1'> &para;</a></span></dt>
-<dd><p>d&ndash;effn no arg
+<dl>
+<dt id="index-n_002d_002dame-1">c--ategory: <strong>n--ame</strong></dt>
+<dd><p>d-effn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftypefn_005fname"><span class="category">c--ategory: 
</span><span><em>t--ype</em> <strong>d--eftypefn_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypefn_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn
+<dl>
+<dt id="index-d_002d_002deftypefn_005fname">c--ategory: <em>t--ype</em> 
<strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefn
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftypefn_005fname-1"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypefn_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg
+<dl>
+<dt id="index-d_002d_002deftypefn_005fname-1">c--ategory: <em>t--ype</em> 
<strong>d--eftypefn_name</strong></dt>
+<dd><p>d-eftypefn no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass"><span>c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop
+<dl>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass">c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypeop
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1"><span>c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg
+<dl>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-1">c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
+<dd><p>d-eftypeop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftypevr_005fname"><span class="category">c--ategory: 
</span><span><em>t--ype</em> <strong>d--eftypevr_name</strong><a 
class="copiable-anchor" href='#index-d_002d_002deftypevr_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypevr
+<dl>
+<dt id="index-d_002d_002deftypevr_005fname">c--ategory: <em>t--ype</em> 
<strong>d--eftypevr_name</strong></dt>
+<dd><p>d-eftypevr
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defcv_005fname"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defcv_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv
+<dl>
+<dt id="index-d_002d_002defcv_005fname">c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
+<dd><p>d-efcv
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defcv_005fname-1"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002defcv_005fname-1'> &para;</a></span></dt>
-<dd><p>d&ndash;efcv with arguments
+<dl>
+<dt id="index-d_002d_002defcv_005fname-1">c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efcv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass"><span>c--ategory of 
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv
+<dl>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass">c--ategory of 
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
+<dd><p>d-eftypecv
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1"><span>c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments
+<dl>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-1">c--ategory of 
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypecv with arguments
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass"><span>c--ategory on 
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop
+<dl>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass">c--ategory on 
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efop
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-1"><span>c--ategory 
on c--lass: <strong>d--efop_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efop no arg
+<dl>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-1">c--ategory on 
c--lass: <strong>d--efop_name</strong></dt>
+<dd><p>d-efop no arg
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftp_005fname"><span class="category">c--ategory: 
</span><span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a 
class="copiable-anchor" href='#index-d_002d_002deftp_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftp
+<dl>
+<dt id="index-d_002d_002deftp_005fname">c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><p>d-eftp
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defun_005fname"><span class="category">Function: 
</span><span><strong>d--efun_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002defun_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efun
+<dl>
+<dt id="index-d_002d_002defun_005fname">Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defmac_005fname"><span class="category">Macro: 
</span><span><strong>d--efmac_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002defmac_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmac
+<dl>
+<dt id="index-d_002d_002defmac_005fname">Macro: <strong>d--efmac_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-efmac
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defspec_005fname"><span class="category">Special Form: 
</span><span><strong>d--efspec_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002defspec_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efspec
+<dl>
+<dt id="index-d_002d_002defspec_005fname">Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efspec
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defvar_005fname"><span class="category">Variable: 
</span><span><strong>d--efvar_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defvar_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efvar
+<dl>
+<dt id="index-d_002d_002defvar_005fname">Variable: 
<strong>d--efvar_name</strong></dt>
+<dd><p>d-efvar
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defvar_005fname-1"><span class="category">Variable: 
</span><span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a 
class="copiable-anchor" href='#index-d_002d_002defvar_005fname-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efvar with args
+<dl>
+<dt id="index-d_002d_002defvar_005fname-1">Variable: 
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
+<dd><p>d-efvar with args
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defopt_005fname"><span class="category">User Option: 
</span><span><strong>d--efopt_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defopt_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;efopt
+<dl>
+<dt id="index-d_002d_002defopt_005fname">User Option: 
<strong>d--efopt_name</strong></dt>
+<dd><p>d-efopt
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftypefun_005fname"><span class="category">Function: 
</span><span><em>t--ype</em> <strong>d--eftypefun_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypefun_005fname'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefun
+<dl>
+<dt id="index-d_002d_002deftypefun_005fname">Function: <em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-eftypefun
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftypevar_005fname"><span class="category">Variable: 
</span><span><em>t--ype</em> <strong>d--eftypevar_name</strong><a 
class="copiable-anchor" href='#index-d_002d_002deftypevar_005fname'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypevar
+<dl>
+<dt id="index-d_002d_002deftypevar_005fname">Variable: <em>t--ype</em> 
<strong>d--eftypevar_name</strong></dt>
+<dd><p>d-eftypevar
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass"><span>Instance 
Variable of c--lass: <strong>d--efivar_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efivar
+<dl>
+<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass">Instance Variable 
of c--lass: <strong>d--efivar_name</strong></dt>
+<dd><p>d-efivar
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass"><span>Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeivar
+<dl>
+<dt id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass">Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
+<dd><p>d-eftypeivar
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass"><span>Method on 
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-d_002d_002defmethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;efmethod
+<dl>
+<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass">Method on 
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><p>d-efmethod
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass"><span>Method on 
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypemethod
+<dl>
+<dt id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass">Method on 
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><p>d-eftypemethod
 </p></dd></dl>
 
 
-<dl class="def">
-<dt id="index-name2"><span class="category">Function:<br> 
</span><span><em>data-type2</em><br> <strong>name2</strong> 
<em>arguments2...</em><a class="copiable-anchor" href='#index-name2'> 
&para;</a></span></dt>
+<dl>
+<dt id="index-name2">Function:<br> <em>data-type2</em><br> 
<strong>name2</strong> <em>arguments2...</em></dt>
 <dd><p>aaa2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-d_002d_002deftypefn_005fname2"><span 
class="category">c--ategory2:<br> </span><span><em>t--ype2</em><br> 
<strong>d--eftypefn_name2</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypefn_005fname2'> &para;</a></span></dt>
-<dd><p>d&ndash;eftypefn no arg2
+<dl>
+<dt id="index-d_002d_002deftypefn_005fname2">c--ategory2:<br> 
<em>t--ype2</em><br> <strong>d--eftypefn_name2</strong></dt>
+<dd><p>d-eftypefn no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2"><span>c--ategory2 
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop2
+<dl>
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2">c--ategory2 
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypeop2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1"><span>c--ategory2
 on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypeop no arg2
+<dl>
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-1">c--ategory2 
on c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypeop_name2</strong></dt>
+<dd><p>d-eftypeop no arg2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2"><span>c--ategory2 
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv2
+<dl>
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2">c--ategory2 
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong></dt>
+<dd><p>d-eftypecv2
 </p></dd></dl>
 
-<dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1"><span>c--ategory2
 of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1'> 
&para;</a></span></dt>
-<dd><p>d&ndash;eftypecv with arguments2
+<dl>
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-1">c--ategory2 
of c--lass2:<br> <em>t--ype2</em><br> <strong>d--eftypecv_name2</strong> 
<em>a--rguments2...</em></dt>
+<dd><p>d-eftypecv with arguments2
 </p></dd></dl>
 
-<dl class="def">
-<dt id="index-arg2"><span class="category">fun2: 
</span><span><strong>arg2</strong><a class="copiable-anchor" 
href='#index-arg2'> &para;</a></span></dt>
+<dl>
+<dt id="index-arg2">fun2: <strong>arg2</strong></dt>
 <dd><p>fff2
 </p></dd></dl>
 
 
-<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a data-manual="file n---ame@" href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">t&mdash;itle@</a> in 
<cite>ma&mdash;nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#chapter">(file name)cross ref 
name</a>
+<p><code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">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>
 </p>
 <p><code>@ref{chapter}</code> <a href="#chapter">chapter</a>
 <code>@xref{chapter}</code> See <a href="#chapter">chapter</a>.
@@ -4684,79 +4560,79 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 
2}\left({x-\mu \over \sigma}\
 </p>
 <p><code>@ref{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
-<a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">a comma, in title</a> in <cite>a , in manual 
name</cite>
+<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 data-manual="file name" href="file 
name.html#chapter">(file name)chapter</a>
-<code>@ref{chapter,,,,manual}</code> &lsquo;chapter&rsquo; in 
<cite>manual</cite>
+<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 data-manual="file 
name" 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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a data-manual="file name" 
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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#chapter">chapter</a> in <cite>manual</cite>
-</p>
-
-<p><code>@ref{(pman)anode,cross ref name}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a data-manual="file 
name" href="file name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#anode">title</a> in 
<cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a data-manual="file 
name" href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#anode">anode</a> in <cite>manual</cite>
-</p>
-
-<p><code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" 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 data-manual="file name" 
href="file name.html#node">(file name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
data-manual="file name, spurious arg" href="file name, spurious 
arg.html#chapter">(file name, spurious arg)cross ref name</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>
+</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 `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>
 </p>
 <p><code>@inforef{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in file}</code>
-See <a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">(a comma, in file)a , in cross
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
 ref</a>
 </p>
-<p>&lsquo;<samp><a href="#chapter">chapter</a></samp>&rsquo;.
+<p>`<samp><a href="#chapter">chapter</a></samp>'.
 </p>
-<p><a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
+<p><a href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
 <a href="#chapter">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a>
 </p>
 <dl>
-<dt><strong>a&ndash;strong</strong></dt>
-<dd><p>l&ndash;ine
+<dt><strong>a-strong</strong></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-a_002d_002dasis'><span>a&ndash;asis<a class="copiable-anchor" 
href='#index-a_002d_002dasis'> &para;</a></span></dt>
-<dt id='index-b-4'><span>b<a class="copiable-anchor" href='#index-b-4'> 
&para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-a_002d_002dasis'>a-asis</dt>
+<dt id='index-b-4'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-a-2'><span><em>a</em><a class="copiable-anchor" 
href='#index-a-2'> &para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-index-entry-between-item-and-itemx"></a>
+<dt id='index-a-2'><em>a</em></dt>
+<dd><a name="index-index-entry-between-item-and-itemx"></a>
 </dd>
-<dt id='index-b'><span><em>b</em><a class="copiable-anchor" href='#index-b'> 
&para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-b'><em>b</em></dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
@@ -4764,37 +4640,37 @@ ref</a>
 <dd><p>Title
 </p></dd>
 <dt><code>a--code</code></dt>
-<dd><p>Value&ndash;table code
+<dd><p>Value-table code
 </p></dd>
 </dl>
 
 <dl>
 <dd><p>Title
 </p></dd>
-<dt>&lsquo;<samp>a--samp</samp>&rsquo;</dt>
-<dt>&lsquo;<samp>a2--samp</samp>&rsquo;</dt>
-<dd><p>Value&ndash;table samp
+<dt>`<samp>a--samp</samp>'</dt>
+<dt>`<samp>a2--samp</samp>'</dt>
+<dd><p>Value-table samp
 </p></dd>
 </dl>
 
-<table class="cartouche" border="1"><tr><td>
-<p>c&ndash;artouche
+<table border="1"><tr><td>
+<p>c-artouche
 </p></td></tr></table>
 
-<p>g&ndash;roupe
+<p>g-roupe
 </p>
-<p class="left-align">f&ndash;lushleft
+<p align="left">f-lushleft
 more text
 </p>
-<p class="right-align">f&ndash;lushright
+<p align="right">f-lushright
 more text
 </p>
-<div class="center-align">ce&ndash;ntered line
+<div align="center">ce-ntered line
 </div>
-<p>r&ndash;raggedright
+<p>r-raggedright
 more text
 </p>
-<pre class="verbatim">\input texinfo @c -*-texinfo-*-
+<pre>\input texinfo @c -*-texinfo-*-
 
 @c this file is used in tests in @verbatiminclude but not converted
 
@@ -4806,7 +4682,7 @@ This is a very simple texi manual @  &lt;&gt;.
 
 @bye
 </pre>
-<pre class="verbatim">in verbatim ''
+<pre>in verbatim ''
 </pre>
 
 html ''
@@ -4814,26 +4690,26 @@ html ''
 
 
 
-<h1 class="majorheading" id="majorheading-2">majorheading</h1>
+<h1 id="majorheading-2">majorheading</h1>
 
-<h1 class="chapheading" id="chapheading-2">chapheading</h1>
+<h1 id="chapheading-2">chapheading</h1>
 
-<h2 class="heading" id="heading-2">heading</h2>
+<h2 id="heading-2">heading</h2>
 
-<h3 class="subheading" id="subheading-2">subheading</h3>
+<h3 id="subheading-2">subheading</h3>
 
-<h4 class="subsubheading" id="subsubheading-2">subsubheading</h4>
+<h4 id="subsubheading-2">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., @'Etude--@comma{} @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><code>@acronym{--a,an accronym @comma{} @enddots{}}</code> -a (an accronym 
, <small>...</small>)
+<code>@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }</code> 
&Eacute;-. ,A. (&Eacute;tude-, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;-. ,A.
 </p>
-<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em class="math">--a- 
{\frac{1}{2}}</em>
+<p><code>@math{--a@minus{} {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
 </p>
-<p><code>@image{f-ile,,,alt@verb{: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>@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; %@.jpg" alt="altjk _&quot; %@">
+<p><code>@image{f-ile,,,alt@verb{:jk _&#34; %}}</code> <img src="f-ile.jpg" 
alt="altjk _&#34; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&#34; %@:} @b{in b &#34;},e--xt}</code> 
<img src="f--ile.e--xt" alt="jk _&#34; %@ in b &#34;">
+<code>@image{file@verb{:jk _&#34; %@:},,,alt@verb{:jk _&#34; %@:}}</code> <img 
src="filejk _&#34; %@.jpg" alt="altjk _&#34; %@">
 </p>
 
 
@@ -4841,16 +4717,16 @@ html ''
 <p>Somehow invalid use of @,:<br>
 @, &#807;
 <br>
-@,@&quot;u &#807;&uuml;
+@,@&#34;u &#807;&uuml;
 </p>
-<p>Invalid use of @&rsquo;:<br>
-@&rsquo; &#769;
+<p>Invalid use of @':<br>
+@' &#769;
 <br>
-@&rsquo;@&quot;u &#769;&uuml;
+@'@&#34;u &#769;&uuml;
 </p>
 <p>@dotless{truc} truc
 @dotless{ij} ij
-<code>@dotless{--a}</code> &ndash;a
+<code>@dotless{--a}</code> -a
 <code>@dotless{a}</code> a
 </p>
 <p>@U, without braces @U{}, with empty arg 
@@ -4861,7 +4737,7 @@ html ''
 </p>
 <p>@TeX, but without brace TeX<code>@#</code> #
 </p>
-<p><code>@w{--a}</code> &ndash;a<!-- /@w -->
+<p><code>@w{--a}</code> -a<!-- /@w -->
 </p>
 <p><code>@image{,1--xt}</code> 
 <code>@image{,,2--xt}</code> 
@@ -4869,96 +4745,95 @@ html ''
 </p>
 
 <ul>
-<li>e&ndash;mph item
+<li> e-mph item
 </li></ul>
 
-<ul style="list-style-type: ' after emph'">
-<li>e&ndash;mph item
+<ul>
+<li> after emph e-mph item
 </li></ul>
 
-<ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li>i&ndash;tem 1
-</li><li>i&ndash;tem 2
+<ul>
+<li>* a-n itemize line i-tem 1
+</li><li>* a-n itemize line i-tem 2
 </li></ul>
 
 <dl>
 <dt>a</dt>
-<dd><p>l&ndash;ine
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt>a&ndash;missing style formatting</dt>
-<dd><p>l&ndash;ine
+<dt>a-missing style formatting</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
 <dl>
-<dt id='index-a-3'><span>a<a class="copiable-anchor" href='#index-a-3'> 
&para;</a></span></dt>
-<dd><a class="index-entry-anchor" 
id="index-index-entry-between-item-and-itemx-1"></a>
+<dt id='index-a-3'>a</dt>
+<dd><a name="index-index-entry-between-item-and-itemx-1"></a>
 </dd>
-<dt id='index-b-1'><span>b<a class="copiable-anchor" href='#index-b-1'> 
&para;</a></span></dt>
-<dd><p>l&ndash;ine
+<dt id='index-b-1'>b</dt>
+<dd><p>l-ine
 </p></dd>
 </dl>
 
-<dl class="def">
-<dt><span class="category">fun: </span><strong></strong></dt>
-<dt id="index-machin-2"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and</em><a 
class="copiable-anchor" href='#index-machin-2'> &para;</a></span></dt>
-<dt id="index-machin-3"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and  after</em><a 
class="copiable-anchor" href='#index-machin-3'> &para;</a></span></dt>
-<dt id="index-machin-4"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and </em><a 
class="copiable-anchor" href='#index-machin-4'> &para;</a></span></dt>
-<dt id="index-machin-5"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and and after</em><a 
class="copiable-anchor" href='#index-machin-5'> &para;</a></span></dt>
-<dt id="index-followed-1"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-followed-1'> &para;</a></span></dt>
+<dl>
+<dt>fun: <strong></strong></dt>
+<dt id="index-machin-2">truc: <strong>machin</strong> <em>bidule chose 
and</em></dt>
+<dt id="index-machin-3">truc: <strong>machin</strong> <em>bidule chose and  
after</em></dt>
+<dt id="index-machin-4">truc: <strong>machin</strong> <em>bidule chose and 
</em></dt>
+<dt id="index-machin-5">truc: <strong>machin</strong> <em>bidule chose and and 
after</em></dt>
+<dt id="index-followed-1">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
 <dd><p>Various deff lines
-</p></dd><dt id="index-after"><span class="category">truc: 
</span><span><strong>after</strong> <em>a deff item</em><a 
class="copiable-anchor" href='#index-after'> &para;</a></span></dt>
+</p></dd><dt id="index-after">truc: <strong>after</strong> <em>a deff 
item</em></dt>
 </dl>
 
-<p><code>@ref{node}</code> &lsquo;node&rsquo;
+<p><code>@ref{node}</code> `node'
 </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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
+<p><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> &lsquo;cross ref name&rsquo;
-<code>@ref{node,,title}</code> &lsquo;title&rsquo;
-<code>@ref{node,,,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
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 data-manual="file 
name" 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 
data-manual="file name" href="file name.html#node">title</a> in 
<cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a data-manual="file name" 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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a data-manual="file name" 
href="file name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a data-manual="file name" 
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 data-manual="file name" 
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 data-manual="file name" 
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 
data-manual="file name" href="file name.html#Top">title</a> in 
<cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a data-manual="file name" 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 data-manual="file name" 
href="file name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a data-manual="file name" 
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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a data-manual="file 
name" href="file name.html#Top">(file name)cross ref name</a>
+<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>
+</p>
+<p><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> 
 </p>
 
 
 <p>In example.
-</p><div class="example">
-<pre class="example">
+</p><table><tr><td>&nbsp;</td><td><pre>
 
 &lt;
 &gt;
-&quot;
+&#34;
 &amp;
 '
 `
@@ -4977,9 +4852,9 @@ kbd: <kbd>``simple-double--three---four----''</kbd>
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
 
 
-<a class="index-entry-anchor" id="index-_002d_002doption-1"></a><a 
class="index-entry-anchor" id="index-_0060_0060-1"></a><a 
class="index-entry-anchor" id="index-_0060_0060-3"></a><a 
class="index-entry-anchor" id="index-_002d_002dfoption-1"></a>
-@&quot;u &uuml; 
-@&quot;{U} &Uuml; 
+<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>
+@&#34;u &uuml; 
+@&#34;{U} &Uuml; 
 @~n &ntilde;
 @^a &acirc;
 @'e &eacute;
@@ -4993,7 +4868,7 @@ kbd: <kbd>``simple-double--three---four----''</kbd>
 @l{} &#322;
 @,{@'C} &#262;&#807;
 @,c &ccedil;
-@,c@&quot;u &ccedil;&uuml; 
+@,c@&#34;u &ccedil;&uuml; 
 
 
 @U{0075} &#x0075;
@@ -5025,25 +4900,25 @@ but , ,
 
 @TeX TeX
 @LaTeX LaTeX
-@bullet &bull;
+@bullet *
 @copyright &copy;
-@dots &hellip;
+@dots ...
 @enddots ...
-@equiv &equiv;
-@error error&rarr;
-@expansion &rarr;
+@equiv ==
+@error error-&gt;
+@expansion ==&gt;
 @minus -
-@point &lowast;
+@point -!-
 @print -|
-@result &rArr;
+@result =&gt;
 @today a sunny day
 
 @aa &aring;
 @AA &Aring;
 @ae &aelig;
-@oe &oelig;
+@oe &#156;
 @AE &AElig;
-@OE &OElig;
+@OE &#140;
 @o &oslash;
 @O &Oslash;
 @ss &szlig;
@@ -5061,31 +4936,31 @@ but , ,
 @ordf &ordf;
 @ordm &ordm;
 @comma ,
-@quotedblleft &ldquo;
-@quotedblright &rdquo;
-@quoteleft &lsquo;
-@quoteright &rsquo;
-@quotedblbase &bdquo;
-@quotesinglbase &sbquo;
-@guillemetleft &laquo;
-@guillemetright &raquo;
-@guillemotleft &laquo;
-@guillemotright &raquo;
-@guilsinglleft &lsaquo;
-@guilsinglright &rsaquo;
+@quotedblleft &quot;
+@quotedblright &quot;
+@quoteleft `
+@quoteright '
+@quotedblbase ,,
+@quotesinglbase ,
+@guillemetleft &lt;&lt;
+@guillemetright &gt;&gt;
+@guillemotleft &lt;&lt;
+@guillemotright &gt;&gt;
+@guilsinglleft &lt;
+@guilsinglright &gt;
 @textdegree &deg;
-@euro &euro;
-@arrow &rarr;
-@leq &le;
-@geq &ge;
+@euro Euro
+@arrow -&gt;
+@leq &lt;=
+@geq &gt;=
 @tie a&nbsp;b
 
-<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>@acronym{--a,an accronym}</code> --a (an accronym)
+<code>@acronym{--a}</code> --a
+<code>@abbr{@'E--. @comma{}A., @'Etude Autonome }</code> &Eacute;--. ,A. 
(&Eacute;tude Autonome)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;--. ,A.
 <code>@asis{--a}</code> --a
-<code>@b{--a}</code> <b>&ndash;a</b>
+<code>@b{--a}</code> <b>-a</b>
 <code>@cite{--a}</code> <cite>--a</cite>
 <code>@code{--a}</code> <code>--a</code>
 <code>@command{--a}</code> <code>--a</code>
@@ -5097,21 +4972,21 @@ but , ,
 <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>@i{--a}</code> <i>-a</i>
 <code>@kbd{--a}</code> <kbd>--a</kbd>
-<code>@key{--a}</code> <kbd class="key">--a</kbd>
-<code>@math{--a {\frac{1}{2}} @minus{}}</code> <em class="math">--a 
{\frac{1}{2}} -</em>
+<code>@key{--a}</code> <kbd>--a</kbd>
+<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>@r{--a}</code> -a
+<code>@samp{--a}</code> `<samp>--a</samp>'
 <code>@sc{--a}</code> --A
 <code>@strong{--a}</code> <strong>--a</strong>
 <code>@t{--a}</code> <code>--a</code>
-<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>@sansserif{--a}</code> -a
+<code>@slanted{--a}</code> <i>-a</i>
+<code>@titlefont{--a}</code> </pre><h1>--a</h1><pre>
 
-<code>@indicateurl{--a}</code> &lsquo;<code>--a</code>&rsquo;
+<code>@indicateurl{--a}</code> `<code>--a</code>'
 <code>@uref{--a,--b}</code> <a href="--a">--b</a>
 <code>@uref{--a}</code> <a href="--a">--a</a>
 <code>@uref{,--b}</code> --b
@@ -5124,7 +4999,7 @@ but , ,
 <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>@verb{:a  &lt; &amp; @ % &#34; --    b:}</code> <tt>a  &lt; &amp; @ % 
&#34; --    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&#779;
 <code>@H{--a}</code> --a&#779;
@@ -5156,7 +5031,7 @@ but , ,
 <code>@image{f--ile,,,alt}</code> <img src="f--ile.png" 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>@image{f-ile,aze,,a--lt}</code> <img src="f-ile.jpg" alt="a-lt">
 <code>@image{@file{f--ile}@@@.,aze,az,alt,@file{.file ext} e--xt@}</code> <img 
src="f--ile@..file ext e--xt}" alt="alt">
 
 <code>@sp 2</code>
@@ -5165,653 +5040,629 @@ but , ,
 
 <code>@page</code>
 
-</pre><pre class="example">
+</pre><pre>
 
 <code>need 1002</code>
 
-<code>@clicksequence{click @click{} A}</code> click &rarr; A
-After clickstyle &rArr;
-<code>@clicksequence{click @click{} A}</code> click &rArr; A
+<code>@clicksequence{click @click{} A}</code> click -&gt; A
+After clickstyle =&gt;
+<code>@clicksequence{click @click{} A}</code> click =&gt; A
 
-</pre><div 
class="displaymath"><em><strong>``simple-double--three---four----''</strong> 
aa<!-- /@w -->
+</pre><div><em><strong>``simple-double--three---four----''</strong> aa<!-- /@w 
-->
 `<!-- /@w -->`simple-double-<!-- /@w -->-three---four----'<!-- /@w -->'
 
-</em></div><pre class="example">
+</em></div><pre>
 
-</pre><div class="displaymath"><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; 
&#333; &igrave; &eacute; i j &#274;&#768;
+</pre><div><em>&uuml; &Uuml; &ntilde; &acirc; &eacute; &#333; &igrave; 
&eacute; i j &#274;&#768;
 &#322; &#262;&#807; &#262;&#807; &ccedil; a&#779; &#551; &aring; a&#865;
 &#259; a&#818; &#7841; &#462; &#261; a<sup>h</sup><sub>l</sub>
 
  &nbsp;&nbsp; &nbsp;   ! ? . @ } { 
 a sunny day
-</em></div><pre class="example">
+</em></div><pre>
 
-</pre><div class="displaymath"><em>&rarr;
+</pre><div><em>-&gt;
 &#x0075;
-TeX LaTeX &bull; &copy; &hellip; ... &equiv;
-error&rarr; &rarr; - &lowast; -| &rArr;
-&aring; &Aring; &aelig; &oelig; &AElig; &OElig; &oslash; &Oslash; &szlig; 
&#322; &#321; &ETH;
+TeX LaTeX * &copy; ... ... ==
+error-&gt; ==&gt; - -!- -| =&gt;
+&aring; &Aring; &aelig; &#156; &AElig; &#140; &oslash; &Oslash; &szlig; &#322; 
&#321; &ETH;
 &THORN; &eth; &thorn; &iexcl; &iquest; &pound;
 &reg; &ordf; &ordm; , 
-</em></div><pre class="example">
+</em></div><pre>
 
-</pre><div class="displaymath"><em>&ldquo; &rdquo; 
-&lsquo; &rsquo; &bdquo; &sbquo; &laquo;
-&raquo; &laquo; &raquo; &lsaquo;
-&rsaquo; &deg; &euro; &rarr; &le; &ge;
-</em></div><pre class="example">
+</pre><div><em>&quot; &quot; 
+` ' ,, , &lt;&lt;
+&gt;&gt; &lt;&lt; &gt;&gt; &lt;
+&gt; &deg; Euro -&gt; &lt;= &gt;=
+</em></div><pre>
 
-</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <code>t</code> <span 
class="sansserif">sansserif</span> <i>slanted</i>
-</em></div><pre class="example">
+</pre><div><em><b>b</b> <i>i</i> r SC <code>t</code> sansserif <i>slanted</i>
+</em></div><pre>
 
 <kbd>default kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-default-kbdinputstyle-1'><span><tt><kbd>vtable 
i--tem default kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-default-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-default-kbdinputstyle-1'><tt><kbd>vtable 
i--tem default kbdinputstyle</kbd></tt></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example default kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example default kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1'><span><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-default-kbdinputstyle-1'><tt><kbd>vtable
 i--tem in example default kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
-<pre class="example">
+</td></tr></table>
+<pre>
 
 <code>code kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-code-kbdinputstyle-1'><span><tt><code>vtable 
i--tem code kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-code-kbdinputstyle-1'> &para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-code-kbdinputstyle-1'><tt><code>vtable 
i--tem code kbdinputstyle</code></tt></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example code kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example code kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1'><span><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-code-kbdinputstyle-1'><tt><code>vtable
 i--tem in example code kbdinputstyle</code></tt></dt>
 </dl>
-</div>
-<pre class="example">
+</td></tr></table>
+<pre>
 
 <code>example kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-example-kbdinputstyle-1'><span><tt><code>vtable 
i--tem example kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-example-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-example-kbdinputstyle-1'><tt><code>vtable 
i--tem example kbdinputstyle</code></tt></dt>
 </dl>
-<div class="example">
-<pre class="example"><code>in example example kbdinputstyle</code>
+<table><tr><td>&nbsp;</td><td><pre><code>in example example 
kbdinputstyle</code>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1'><span><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1'><tt><code>vtable
 i--tem in example example kbdinputstyle</code></tt></dt>
 </dl>
-</div>
-<pre class="example">
+</td></tr></table>
+<pre>
 
 <kbd>distinct kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1'><span><tt><kbd>vtable 
i--tem distinct kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt id='index-vtable-i_002d_002dtem-distinct-kbdinputstyle-1'><tt><kbd>vtable 
i--tem distinct kbdinputstyle</kbd></tt></dt>
 </dl>
-<div class="example">
-<pre class="example"><kbd>in example distinct kbdinputstyle</kbd>
+<table><tr><td>&nbsp;</td><td><pre><kbd>in example distinct kbdinputstyle</kbd>
 </pre><dl>
-<dt 
id='index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1'><span><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt><a class="copiable-anchor" 
href='#index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1'> 
&para;</a></span></dt>
+<dt 
id='index-vtable-i_002d_002dtem-in-example-distinct-kbdinputstyle-1'><tt><kbd>vtable
 i--tem in example distinct kbdinputstyle</kbd></tt></dt>
 </dl>
-</div>
-<pre class="example">
+</td></tr></table>
+<pre>
 
 </pre><blockquote>
-<pre class="example">A quot---ation
+<pre>A quot---ation
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Note:</b> A Note
+<pre><b>Note:</b> A Note
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>note:</b> A note
+<pre><b>note:</b> A note
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Caution:</b> Caution
+<pre><b>Caution:</b> Caution
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Important:</b> Important
+<pre><b>Important:</b> Important
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Tip:</b> a Tip
+<pre><b>Tip:</b> a Tip
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Warning:</b> a Warning.
+<pre><b>Warning:</b> a Warning.
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>something &eacute; TeX:</b> The something &eacute; TeX 
is here.
+<pre><b>something &eacute; TeX:</b> The something &eacute; TeX is here.
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>@ at the end of line &nbsp;:</b> A @ at the end of the 
@quotation line.
+<pre><b>@ at the end of line &nbsp;:</b> A @ at the end of the @quotation line.
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>something, other thing:</b> something, other thing
+<pre><b>something, other thing:</b> something, other thing
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Note, the note:</b> Note, the note
+<pre><b>Note, the note:</b> Note, the note
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
 </blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example">aaa quotation
+<pre>aaa quotation
 </pre></blockquote>
-<div class="center-align">--- <em>quotation author</em>
-</div><pre class="example">
+<div align="center">--- <em>quotation author</em>
+</div><pre>
 
 </pre><blockquote>
-<pre class="example">indent in quotation
+<pre>indent in quotation
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example">A small quot---ation
+<pre>A small quot---ation
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>Note:</b> A small Note
+<pre><b>Note:</b> A small Note
 </pre></blockquote>
-<pre class="example">
+<pre>
 
 </pre><blockquote>
-<pre class="example"><b>something, other thing:</b> something, other thing
+<pre><b>something, other thing:</b> something, other thing
 </pre></blockquote>
-<pre class="example">
+<pre>
 
-</pre><ul class="mark-bullet">
-<li><pre class="example">i--temize
+</pre><ul>
+<li> <pre>i--temize
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul style="list-style-type: '+'">
-<li><pre class="example">i--tem +
+</pre><ul>
+<li>+ <pre>i--tem +
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul class="mark-bullet">
-<li><pre class="example">b--ullet
+</pre><ul>
+<li> <pre>b--ullet
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul class="mark-minus">
-<li><pre class="example">minu--s
+</pre><ul>
+<li>- <pre>minu--s
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul style="list-style-type: 'after emph'">
-<li><pre class="example">e--mph item
+</pre><ul>
+<li><em>after emph</em> <pre>e--mph item
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li><pre class="example"><a class="index-entry-anchor" 
id="index-index-entry-within-itemize-1"></a>i--tem 1
-</pre></li><li><pre class="example">i--tem 2
+</pre><ul>
+<li>* a-n itemize line <pre><a 
name="index-index-entry-within-itemize-1"></a>i--tem 1
+</pre></li><li>* a-n itemize line <pre>i--tem 2
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul class="mark-none">
-<li><pre class="example">without brace w a--b
-</pre></li><li><pre class="example">without brace w c--d
+</pre><ul>
+<li><!-- /@w --> <pre>without brace w a--b
+</pre></li><li><!-- /@w --> <pre>without brace w c--d
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul class="mark-none">
-<li><pre class="example">with w a--b
-</pre></li><li><pre class="example">with w c--d
+</pre><ul>
+<li><!-- /@w --> <pre>with w a--b
+</pre></li><li><!-- /@w --> <pre>with w c--d
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul style="list-style-type: ' on a line'">
-<li><pre class="example">line w a--b
-</pre></li><li><pre class="example">line with w c--d
+</pre><ul>
+<li><!-- /@w --> on a line <pre>line w a--b
+</pre></li><li><!-- /@w --> on a line <pre>line with w c--d
 </pre></li></ul>
-<pre class="example">
+<pre>
 
 </pre><ol>
-<li> <pre class="example">e--numerate
+<li> <pre>e--numerate
 </pre></li></ol>
-<pre class="example">
+<pre>
 
 </pre><ol start="3">
-<li> <pre class="example">first third
-</pre></li><li> <pre class="example">second third
+<li> <pre>first third
+</pre></li><li> <pre>second third
 </pre></li></ol>
-<pre class="example">
+<pre>
 
 </pre><ol type="a" start="1">
-<li> <pre class="example">e--numerate
+<li> <pre>e--numerate
 </pre></li></ol>
-<pre class="example">
+<pre>
 
 </pre><ol type="a" start="3">
-<li> <pre class="example">first c
-</pre></li><li> <pre class="example">second c
+<li> <pre>first c
+</pre></li><li> <pre>second c
 </pre></li></ol>
-<pre class="example">
+<pre>
 
 </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>
-<tbody><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
-<a class="index-entry-anchor" 
id="index-index-entry-within-multitable-1"></a></pre></td></tr>
-<tr><td width="40%"><pre class="example">lone mu--ltitable item</pre></td></tr>
-</tbody>
+<tr><th><pre>mu--ltitable headitem</pre></th><th><pre>another 
tab</pre></th></tr>
+<tr><td><pre>mu--ltitable item</pre></td><td><pre>multitable 
tab</pre></td></tr>
+<tr><td><pre>mu--ltitable item 2</pre></td><td><pre>multitable tab 2
+<a name="index-index-entry-within-multitable-1"></a></pre></td></tr>
+<tr><td><pre>lone mu--ltitable item</pre></td></tr>
 </table>
-<pre class="example">
+<pre>
 
 </pre><table>
-<tbody><tr><td><pre class="example">truc</pre></td><td><pre 
class="example">bidule</pre></td></tr>
-</tbody>
+<tr><td><pre>truc</pre></td><td><pre>bidule</pre></td></tr>
 </table>
-<pre class="example">
+<pre>
 
-</pre><div class="example">
-<pre class="example">e--xample  some
+</pre><table><tr><td>&nbsp;</td><td><pre>e--xample  some
    text
-</pre></div>
-<pre class="example">
-
-</pre><div class="example first-arg">
-<pre class="example">example one arg
-</pre></div>
-<pre class="example">
-
-</pre><div class="example first-arg second-arg">
-<pre class="example">example two args
-</pre></div>
-<pre class="example">
-
-</pre><div class="example first-arg second-arg third-arg">
-<pre class="example">example three args
-</pre></div>
-<pre class="example">
-
-</pre><div class="example first-arg second-arg third-arg fourth-arg">
-<pre class="example">example four args
-</pre></div>
-<pre class="example">
-
-</pre><div class="example first-arg second-arg third-arg fourth-arg fifth-arg">
-<pre class="example">example five args
-</pre></div>
-<pre class="example">
-
-</pre><div class="example something-é-TeX">
-<pre class="example">The something &eacute; TeX is here.
-</pre></div>
-<pre class="example">
-
-</pre><div class="example @-at-the-end-of-line--">
-<pre class="example">A @ at the end of the @example line.
-</pre></div>
-<pre class="example">
-
-</pre><div class="example">
-<pre class="example">example with empty args
-</pre></div>
-<pre class="example">
-
-</pre><div class="example nonempty">
-<pre class="example">example with empty and non empty args mix
-</pre></div>
-<pre class="example">
-
-</pre><div class="example">
-<pre class="example">s--mallexample
-</pre></div>
-<pre class="example">
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example one arg
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example two args
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example three args
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example four args
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example five args
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>The something &eacute; TeX is here.
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>A @ at the end of the @example line.
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example with empty args
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>example with empty and non empty args 
mix
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>s--mallexample
+</pre></td></tr></table>
+<pre>
 
 <code>@noindent</code> after smallexample.
-</pre><div class="example">
-<pre class="example">$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
+</pre><table><tr><td>&nbsp;</td><td><pre>$ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&amp;content-type=text/plain'
 $ wget 
'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&amp;content-type=text/plain'
-</pre></div>
-<pre class="example">Less recent versions are also present.
-
-</pre><div class="display">
-<pre class="example">d--isplay
-</pre></div>
-<pre class="example">
-
-</pre><div class="display">
-<pre class="example">s--malldisplay
-</pre></div>
-<pre class="example">
-
-</pre><div class="example lisp">
-<pre class="lisp">l--isp
-</pre></div>
-<pre class="example">
-
-</pre><div class="example lisp">
-<pre class="lisp">s--malllisp
-</pre></div>
-<pre class="example">
-
-</pre><div class="format">
-<pre class="example">f--ormat
-</pre></div>
-<pre class="example">
-
-</pre><div class="format">
-<pre class="example">s--mallformat
-</pre></div>
-<pre class="example">
-
-</pre><div class="displaymath"><em>disp--laymath
+</pre></td></tr></table>
+<pre>Less recent versions are also present.
+
+</pre><table><tr><td>&nbsp;</td><td><pre>d--isplay
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>s--malldisplay
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>l--isp
+</pre></td></tr></table>
+<pre>
+
+</pre><table><tr><td>&nbsp;</td><td><pre>s--malllisp
+</pre></td></tr></table>
+<pre>
+
+</pre><pre>f--ormat
+</pre>
+<pre>
+
+</pre><pre>s--mallformat
+</pre>
+<pre>
+
+</pre><div><em>disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2</sup>
-</em></div><pre class="example">
+</em></div><pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deffn_005fname-1"><span class="category">c--ategory: 
</span><span><strong>d--effn_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002deffn_005fname-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--effn
+</pre><dl>
+<dt id="index-d_002d_002deffn_005fname-1">c--ategory: 
<strong>d--effn_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--effn
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-de_002d_002dffn_005fname-1"><span class="category">cate--gory: 
</span><span><strong>de--ffn_name</strong> <em>ar--guments    more args 
- even more so</em><a class="copiable-anchor" 
href='#index-de_002d_002dffn_005fname-1'> &para;</a></span></dt>
-<dd><pre class="example">def--fn
+</pre><dl>
+<dt id="index-de_002d_002dffn_005fname-1">cate--gory: 
<strong>de--ffn_name</strong> <em>ar--guments    more args 
+ even more so</em></dt>
+<dd><pre>def--fn
 </pre></dd></dl>
-<pre class="example"> 
-</pre><dl class="def">
-<dt id="index-i-2"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-i-2'> &para;</a></span></dt>
-<dd><pre class="example"><a class="index-entry-anchor" 
id="index-index-entry-within-deffn-1"></a></pre></dd><dt 
id="index-truc-2"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-truc-2'> &para;</a></span></dt>
-<dt id="index-log-trap-1"><span class="category">Command: 
</span><span><strong>log trap</strong> <em></em><a class="copiable-anchor" 
href='#index-log-trap-1'> &para;</a></span></dt>
-<dt id="index-log-trap1-1"><span class="category">Command: 
</span><span><strong>log trap1</strong> <em></em><a class="copiable-anchor" 
href='#index-log-trap1-1'> &para;</a></span></dt>
-<dt id="index-log-trap2-1"><span class="category">Command: 
</span><span><strong>log trap2</strong> <em></em><a class="copiable-anchor" 
href='#index-log-trap2-1'> &para;</a></span></dt>
-<dt id="index-id-ule-1"><span class="category">cmde: 
</span><span><strong><b>id ule</b></strong> <em>truc</em><a 
class="copiable-anchor" href='#index-id-ule-1'> &para;</a></span></dt>
-<dt id="index-id-i-ule-1"><span class="category">cmde2: 
</span><span><strong><b>id &lsquo;<samp>i</samp>&rsquo; ule</b></strong> 
<em>truc</em><a class="copiable-anchor" href='#index-id-i-ule-1'> 
&para;</a></span></dt>
-<dt><span class="category"><b>id &lsquo;<samp>i</samp>&rsquo; ule</b>: 
</span><strong></strong></dt>
+<pre> 
+</pre><dl>
+<dt id="index-i-2">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dd><pre><a name="index-index-entry-within-deffn-1"></a></pre></dd><dt 
id="index-truc-2">cmde: <strong>truc</strong> <em></em></dt>
+<dt id="index-log-trap-1">Command: <strong>log trap</strong> <em></em></dt>
+<dt id="index-log-trap1-1">Command: <strong>log trap1</strong> <em></em></dt>
+<dt id="index-log-trap2-1">Command: <strong>log trap2</strong> <em></em></dt>
+<dt id="index-id-ule-1">cmde: <strong><b>id ule</b></strong> <em>truc</em></dt>
+<dt id="index-id-i-ule-1">cmde2: <strong><b>id `<samp>i</samp>' 
ule</b></strong> <em>truc</em></dt>
+<dt><b>id `<samp>i</samp>' ule</b>: <strong></strong></dt>
 <dt><strong></strong></dt>
-<dt><span class="category">aaa: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-machin-6"><span class="category">: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-machin-6'> &para;</a></span></dt>
-<dt id="index-bidule-machin-1"><span class="category">: 
</span><span><strong>bidule machin</strong><a class="copiable-anchor" 
href='#index-bidule-machin-1'> &para;</a></span></dt>
-<dt id="index-machin-7"><span class="category">truc: 
</span><span><strong>machin</strong><a class="copiable-anchor" 
href='#index-machin-7'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt id="index-followed-2"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-followed-2'> &para;</a></span></dt>
-<dt><span class="category">truc: </span><strong></strong></dt>
-<dt><span class="category">: </span><strong></strong></dt>
-<dt id="index-a-4"><span class="category">truc: 
</span><span><strong>a</strong> <em>b c d e <b>f g</b> h i</em><a 
class="copiable-anchor" href='#index-a-4'> &para;</a></span></dt>
-<dt id="index-deffnx-2"><span class="category">truc: 
</span><span><strong>deffnx</strong> <em>before end deffn</em><a 
class="copiable-anchor" href='#index-deffnx-2'> &para;</a></span></dt>
+<dt>aaa: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-machin-6">: <strong>machin</strong></dt>
+<dt id="index-bidule-machin-1">: <strong>bidule machin</strong></dt>
+<dt id="index-machin-7">truc: <strong>machin</strong></dt>
+<dt>truc: <strong></strong></dt>
+<dt id="index-followed-2">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dt>truc: <strong></strong></dt>
+<dt>: <strong></strong></dt>
+<dt id="index-a-4">truc: <strong>a</strong> <em>b c d e <b>f g</b> h 
i</em></dt>
+<dt id="index-deffnx-2">truc: <strong>deffnx</strong> <em>before end 
deffn</em></dt>
 </dl>
-<pre class="example">
+<pre>
 
 
-</pre><dl class="def">
-<dt id="index-deffn-2"><span class="category">empty: 
</span><span><strong>deffn</strong><a class="copiable-anchor" 
href='#index-deffn-2'> &para;</a></span></dt>
+</pre><dl>
+<dt id="index-deffn-2">empty: <strong>deffn</strong></dt>
 </dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-deffn-3"><span class="category">empty: 
</span><span><strong>deffn</strong> <em>with deffnx</em><a 
class="copiable-anchor" href='#index-deffn-3'> &para;</a></span></dt>
-<dt id="index-deffnx-3"><span class="category">empty: 
</span><span><strong>deffnx</strong><a class="copiable-anchor" 
href='#index-deffnx-3'> &para;</a></span></dt>
+</pre><dl>
+<dt id="index-deffn-3">empty: <strong>deffn</strong> <em>with deffnx</em></dt>
+<dt id="index-deffnx-3">empty: <strong>deffnx</strong></dt>
 </dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-i-3"><span class="category">fset: 
</span><span><strong><var>i</var></strong> <em>a g</em><a 
class="copiable-anchor" href='#index-i-3'> &para;</a></span></dt>
-<dt id="index-truc-3"><span class="category">cmde: 
</span><span><strong>truc</strong> <em></em><a class="copiable-anchor" 
href='#index-truc-3'> &para;</a></span></dt>
-<dd><pre class="example">text in def item for second def item
+</pre><dl>
+<dt id="index-i-3">fset: <strong><var>i</var></strong> <em>a g</em></dt>
+<dt id="index-truc-3">cmde: <strong>truc</strong> <em></em></dt>
+<dd><pre>text in def item for second def item
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defvr_005fname-1"><span class="category">c--ategory: 
</span><span><strong>d--efvr_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defvr_005fname-1'> &para;</a></span></dt>
-<dd><pre class="example">d--efvr
+</pre><dl>
+<dt id="index-d_002d_002defvr_005fname-1">c--ategory: 
<strong>d--efvr_name</strong></dt>
+<dd><pre>d--efvr
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-n_002d_002dame-2"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-n_002d_002dame-2'> &para;</a></span></dt>
-<dd><pre class="example">d--effn
+</pre><dl>
+<dt id="index-n_002d_002dame-2">c--ategory: <strong>n--ame</strong> 
<em>a--rguments...</em></dt>
+<dd><pre>d--effn
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-n_002d_002dame-3"><span class="category">c--ategory: 
</span><span><strong>n--ame</strong><a class="copiable-anchor" 
href='#index-n_002d_002dame-3'> &para;</a></span></dt>
-<dd><pre class="example">d--effn no arg
+</pre><dl>
+<dt id="index-n_002d_002dame-3">c--ategory: <strong>n--ame</strong></dt>
+<dd><pre>d--effn no arg
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftypefn_005fname-2"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002deftypefn_005fname-2'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypefn
+</pre><dl>
+<dt id="index-d_002d_002deftypefn_005fname-2">c--ategory: <em>t--ype</em> 
<strong>d--eftypefn_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--eftypefn
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftypefn_005fname-3"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypefn_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypefn_005fname-3'> &para;</a></span></dt>
-<dd><pre class="example">d--eftypefn no arg
+</pre><dl>
+<dt id="index-d_002d_002deftypefn_005fname-3">c--ategory: <em>t--ype</em> 
<strong>d--eftypefn_name</strong></dt>
+<dd><pre>d--eftypefn no arg
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2"><span>c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypeop
+</pre><dl>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-2">c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong> 
<em>a--rguments...</em></dt>
+<dd><pre>d--eftypeop
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3"><span>c--ategory 
on c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypeop no arg
+</pre><dl>
+<dt id="index-d_002d_002deftypeop_005fname-on-c_002d_002dlass-3">c--ategory on 
c--lass: <em>t--ype</em> <strong>d--eftypeop_name</strong></dt>
+<dd><pre>d--eftypeop no arg
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftypevr_005fname-1"><span 
class="category">c--ategory: </span><span><em>t--ype</em> 
<strong>d--eftypevr_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypevr_005fname-1'> &para;</a></span></dt>
-<dd><pre class="example">d--eftypevr
+</pre><dl>
+<dt id="index-d_002d_002deftypevr_005fname-1">c--ategory: <em>t--ype</em> 
<strong>d--eftypevr_name</strong></dt>
+<dd><pre>d--eftypevr
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defcv_005fname-2"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defcv_005fname-2'> &para;</a></span></dt>
-<dd><pre class="example">d--efcv
+</pre><dl>
+<dt id="index-d_002d_002defcv_005fname-2">c--ategory of c--lass: 
<strong>d--efcv_name</strong></dt>
+<dd><pre>d--efcv
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defcv_005fname-3"><span>c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002defcv_005fname-3'> &para;</a></span></dt>
-<dd><pre class="example">d--efcv with arguments
+</pre><dl>
+<dt id="index-d_002d_002defcv_005fname-3">c--ategory of c--lass: 
<strong>d--efcv_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--efcv with arguments
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2"><span>c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypecv
+</pre><dl>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-2">c--ategory of 
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong></dt>
+<dd><pre>d--eftypecv
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3"><span>c--ategory 
of c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypecv with arguments
+</pre><dl>
+<dt id="index-d_002d_002deftypecv_005fname-of-c_002d_002dlass-3">c--ategory of 
c--lass: <em>t--ype</em> <strong>d--eftypecv_name</strong> 
<em>a--rguments...</em></dt>
+<dd><pre>d--eftypecv with arguments
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-2"><span>c--ategory 
on c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-2'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efop
+</pre><dl>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-2">c--ategory on 
c--lass: <strong>d--efop_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--efop
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-3"><span>c--ategory 
on c--lass: <strong>d--efop_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defop_005fname-on-c_002d_002dlass-3'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efop no arg
+</pre><dl>
+<dt id="index-d_002d_002defop_005fname-on-c_002d_002dlass-3">c--ategory on 
c--lass: <strong>d--efop_name</strong></dt>
+<dd><pre>d--efop no arg
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftp_005fname-1"><span class="category">c--ategory: 
</span><span><strong>d--eftp_name</strong> <em>a--ttributes...</em><a 
class="copiable-anchor" href='#index-d_002d_002deftp_005fname-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftp
+</pre><dl>
+<dt id="index-d_002d_002deftp_005fname-1">c--ategory: 
<strong>d--eftp_name</strong> <em>a--ttributes...</em></dt>
+<dd><pre>d--eftp
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defun_005fname-1"><span class="category">Function: 
</span><span><strong>d--efun_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002defun_005fname-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efun
+</pre><dl>
+<dt id="index-d_002d_002defun_005fname-1">Function: 
<strong>d--efun_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--efun
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defmac_005fname-1"><span class="category">Macro: 
</span><span><strong>d--efmac_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002defmac_005fname-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efmac
+</pre><dl>
+<dt id="index-d_002d_002defmac_005fname-1">Macro: 
<strong>d--efmac_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--efmac
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defspec_005fname-1"><span class="category">Special 
Form: </span><span><strong>d--efspec_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002defspec_005fname-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efspec
+</pre><dl>
+<dt id="index-d_002d_002defspec_005fname-1">Special Form: 
<strong>d--efspec_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--efspec
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defvar_005fname-2"><span class="category">Variable: 
</span><span><strong>d--efvar_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defvar_005fname-2'> &para;</a></span></dt>
-<dd><pre class="example">d--efvar
+</pre><dl>
+<dt id="index-d_002d_002defvar_005fname-2">Variable: 
<strong>d--efvar_name</strong></dt>
+<dd><pre>d--efvar
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defvar_005fname-3"><span class="category">Variable: 
</span><span><strong>d--efvar_name</strong> <em>arg--var arg--var1</em><a 
class="copiable-anchor" href='#index-d_002d_002defvar_005fname-3'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efvar with args
+</pre><dl>
+<dt id="index-d_002d_002defvar_005fname-3">Variable: 
<strong>d--efvar_name</strong> <em>arg--var arg--var1</em></dt>
+<dd><pre>d--efvar with args
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defopt_005fname-1"><span class="category">User Option: 
</span><span><strong>d--efopt_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defopt_005fname-1'> &para;</a></span></dt>
-<dd><pre class="example">d--efopt
+</pre><dl>
+<dt id="index-d_002d_002defopt_005fname-1">User Option: 
<strong>d--efopt_name</strong></dt>
+<dd><pre>d--efopt
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftypefun_005fname-1"><span 
class="category">Function: </span><span><em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" href='#index-d_002d_002deftypefun_005fname-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypefun
+</pre><dl>
+<dt id="index-d_002d_002deftypefun_005fname-1">Function: <em>t--ype</em> 
<strong>d--eftypefun_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--eftypefun
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftypevar_005fname-1"><span 
class="category">Variable: </span><span><em>t--ype</em> 
<strong>d--eftypevar_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypevar_005fname-1'> &para;</a></span></dt>
-<dd><pre class="example">d--eftypevar
+</pre><dl>
+<dt id="index-d_002d_002deftypevar_005fname-1">Variable: <em>t--ype</em> 
<strong>d--eftypevar_name</strong></dt>
+<dd><pre>d--eftypevar
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass-1"><span>Instance 
Variable of c--lass: <strong>d--efivar_name</strong><a class="copiable-anchor" 
href='#index-d_002d_002defivar_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efivar
+</pre><dl>
+<dt id="index-d_002d_002defivar_005fname-of-c_002d_002dlass-1">Instance 
Variable of c--lass: <strong>d--efivar_name</strong></dt>
+<dd><pre>d--efivar
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1"><span>Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypeivar
+</pre><dl>
+<dt id="index-d_002d_002deftypeivar_005fname-of-c_002d_002dlass-1">Instance 
Variable of c--lass: <em>t--ype</em> <strong>d--eftypeivar_name</strong></dt>
+<dd><pre>d--eftypeivar
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1"><span>Method 
on c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em><a 
class="copiable-anchor" 
href='#index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--efmethod
+</pre><dl>
+<dt id="index-d_002d_002defmethod_005fname-on-c_002d_002dlass-1">Method on 
c--lass: <strong>d--efmethod_name</strong> <em>a--rguments...</em></dt>
+<dd><pre>d--efmethod
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1"><span>Method 
on c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em><a class="copiable-anchor" 
href='#index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypemethod
+</pre><dl>
+<dt id="index-d_002d_002deftypemethod_005fname-on-c_002d_002dlass-1">Method on 
c--lass: <em>t--ype</em> <strong>d--eftypemethod_name</strong> 
<em>a--rguments...</em></dt>
+<dd><pre>d--eftypemethod
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
 
-</pre><dl class="def">
-<dt id="index-name2-1"><span class="category">Function:
- </span><span><em>data-type2</em>
- <strong>name2</strong> <em>arguments2...</em><a class="copiable-anchor" 
href='#index-name2-1'> &para;</a></span></dt>
-<dd><pre class="example">aaa2
+</pre><dl>
+<dt id="index-name2-1">Function:
+ <em>data-type2</em>
+ <strong>name2</strong> <em>arguments2...</em></dt>
+<dd><pre>aaa2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-d_002d_002deftypefn_005fname2-1"><span 
class="category">c--ategory2:
- </span><span><em>t--ype2</em>
- <strong>d--eftypefn_name2</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypefn_005fname2-1'> &para;</a></span></dt>
-<dd><pre class="example">d--eftypefn no arg2
+</pre><dl>
+<dt id="index-d_002d_002deftypefn_005fname2-1">c--ategory2:
+ <em>t--ype2</em>
+ <strong>d--eftypefn_name2</strong></dt>
+<dd><pre>d--eftypefn no arg2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2"><span>c--ategory2
 on c--lass2:
+</pre><dl>
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2">c--ategory2 
on c--lass2:
  <em>t--ype2</em>
- <strong>d--eftypeop_name2</strong> <em>a--rguments2...</em><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-2'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypeop2
+ <strong>d--eftypeop_name2</strong> <em>a--rguments2...</em></dt>
+<dd><pre>d--eftypeop2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3"><span>c--ategory2
 on c--lass2:
+</pre><dl>
+<dt id="index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3">c--ategory2 
on c--lass2:
  <em>t--ype2</em>
- <strong>d--eftypeop_name2</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypeop_005fname2-on-c_002d_002dlass2-3'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypeop no arg2
+ <strong>d--eftypeop_name2</strong></dt>
+<dd><pre>d--eftypeop no arg2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2"><span>c--ategory2
 of c--lass2:
+</pre><dl>
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2">c--ategory2 
of c--lass2:
  <em>t--ype2</em>
- <strong>d--eftypecv_name2</strong><a class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-2'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypecv2
+ <strong>d--eftypecv_name2</strong></dt>
+<dd><pre>d--eftypecv2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt 
id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3"><span>c--ategory2
 of c--lass2:
+</pre><dl>
+<dt id="index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3">c--ategory2 
of c--lass2:
  <em>t--ype2</em>
- <strong>d--eftypecv_name2</strong> <em>a--rguments2...</em><a 
class="copiable-anchor" 
href='#index-d_002d_002deftypecv_005fname2-of-c_002d_002dlass2-3'> 
&para;</a></span></dt>
-<dd><pre class="example">d--eftypecv with arguments2
+ <strong>d--eftypecv_name2</strong> <em>a--rguments2...</em></dt>
+<dd><pre>d--eftypecv with arguments2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
-</pre><dl class="def">
-<dt id="index-arg2-1"><span class="category">fun2: 
</span><span><strong>arg2</strong><a class="copiable-anchor" 
href='#index-arg2-1'> &para;</a></span></dt>
-<dd><pre class="example">fff2
+</pre><dl>
+<dt id="index-arg2-1">fun2: <strong>arg2</strong></dt>
+<dd><pre>fff2
 </pre></dd></dl>
-<pre class="example">
+<pre>
 
 
-<code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a data-manual="file n---ame@" href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">t---itle@</a> in 
<cite>ma---nual@</cite>.
-<code>@ref{chapter, cross ref name, title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@pxref{chapter, cross ref name, title, file name, manual}</code> see <a 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#chapter">(file name)cross ref 
name</a>
+<code>@xref{c---hapter@@, cross r---ef name@@, t---itle@@, file n---ame@@, 
ma---nual@@}</code> See <a href="file 
n---ame@.html#c_002d_002d_002dhapter_0040">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 <a href="#chapter">chapter</a>.
@@ -5820,127 +5671,127 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e<sup>-{1 \over 
2}\left({x-\mu \over \sigma}\
 
 <code>@ref{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in title, a comma@comma{} in file, a @comma{} in manual 
name }</code>
-<a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">a comma, in title</a> in <cite>a , in manual 
name</cite>
+<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 data-manual="file name" href="file 
name.html#chapter">(file name)chapter</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 data-manual="file 
name" href="file name.html#chapter">(file name)cross ref name</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 data-manual="file 
name" href="file name.html#chapter">(file name)title</a>
+<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 
data-manual="file name" href="file name.html#chapter">title</a> in 
<cite>manual</cite>
-<code>@ref{chapter,,title,file name}</code> <a data-manual="file name" 
href="file name.html#chapter">(file name)title</a>
+<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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{chapter,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#chapter">chapter</a> in <cite>manual</cite>
-
-
-<code>@ref{(pman)anode,cross ref name}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)cross ref name</a>
-<code>@ref{(pman)anode,,title}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,,,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)anode</a>
-<code>@ref{(pman)anode,,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">anode</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,}</code> <a data-manual="pman" 
href="pman.html#anode">(pman)title</a>
-<code>@ref{(pman)anode,cross ref name,,file name}</code> <a data-manual="file 
name" href="file name.html#anode">(file name)cross ref name</a>
-<code>@ref{(pman)anode,cross ref name,,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">cross ref name</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title,file name}</code> <a 
data-manual="file name" href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,cross ref name,title,,manual}</code> <a 
data-manual="pman" href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,cross ref name,title, file name, manual}</code> <a 
data-manual="file name" href="file name.html#anode">title</a> in 
<cite>manual</cite>
-<code>@ref{(pman)anode,,title,file name}</code> <a data-manual="file name" 
href="file name.html#anode">(file name)title</a>
-<code>@ref{(pman)anode,,title,,manual}</code> <a data-manual="pman" 
href="pman.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,title, file name, manual}</code> <a data-manual="file 
name" href="file name.html#anode">title</a> in <cite>manual</cite>
-<code>@ref{(pman)anode,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#anode">anode</a> in <cite>manual</cite>
-
-
-<code>@inforef{chapter, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#chapter">(file name)cross ref 
name</a>
+<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 data-manual="file name" 
href="file name.html#chapter">(file name)chapter</a>
-<code>@inforef{node, cross ref name, file name}</code> See <a 
data-manual="file name" href="file name.html#node">(file name)cross ref name</a>
+<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 data-manual="file name" 
href="file name.html#node">(file name)node</a>
-<code>@inforef{chapter, cross ref name, file name, spurious arg}</code> See <a 
data-manual="file name, spurious arg" href="file name, spurious 
arg.html#chapter">(file name, spurious arg)cross ref name</a>
+<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>@inforef{s--ect@comma{}ion, a @comma{} in cross
 ref, a comma@comma{} in file}</code>
-See <a data-manual="a comma, in file" href="a comma, in 
file.html#s_002d_002dect_002cion">(a comma, in file)a , in cross
+See <a href="a comma, in file.html#s_002d_002dect_002cion">(a comma, in file)a 
, in cross
 ref</a>
 
-&lsquo;<samp><a href="#chapter">chapter</a></samp>&rsquo;.
+`<samp><a href="#chapter">chapter</a></samp>'.
 
-<a data-manual="info file with uref3 href://http/myhost.com/index3.html 
(uref3)" href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
+<a href="index3.html (uref3).html#ext">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a> in <cite>printed manual 
with uref4 <a href="href://http/myhost.com/index4.html">uref4</a></cite>
 <a href="#chapter">title with uref2 <a 
href="href://http/myhost.com/index2.html">uref2</a></a>
 
 </pre><dl>
 <dt><tt><strong>a--strong</strong></tt></dt>
-<dd><pre class="example">l--ine
+<dd><pre>l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
 </pre><dl>
-<dt id='index-a_002d_002dasis-1'><span><tt>a--asis</tt><a 
class="copiable-anchor" href='#index-a_002d_002dasis-1'> &para;</a></span></dt>
-<dt id='index-b-5'><span><tt>b</tt><a class="copiable-anchor" 
href='#index-b-5'> &para;</a></span></dt>
-<dd><pre class="example">l--ine
+<dt id='index-a_002d_002dasis-1'><tt>a--asis</tt></dt>
+<dt id='index-b-5'><tt>b</tt></dt>
+<dd><pre>l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
 </pre><dl>
-<dt id='index-a-5'><span><tt><em>a</em></tt><a class="copiable-anchor" 
href='#index-a-5'> &para;</a></span></dt>
-<dd><pre class="example"><a class="index-entry-anchor" 
id="index-index-entry-between-item-and-itemx-2"></a></pre></dd>
-<dt id='index-b-2'><span><tt><em>b</em></tt><a class="copiable-anchor" 
href='#index-b-2'> &para;</a></span></dt>
-<dd><pre class="example">l--ine
+<dt id='index-a-5'><tt><em>a</em></tt></dt>
+<dd><pre><a name="index-index-entry-between-item-and-itemx-2"></a></pre></dd>
+<dt id='index-b-2'><tt><em>b</em></tt></dt>
+<dd><pre>l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
 </pre><dl>
-<dd><pre class="example">Title
+<dd><pre>Title
 </pre></dd>
 <dt><tt><code>a--code</code></tt></dt>
-<dd><pre class="example">Value--table code
+<dd><pre>Value--table code
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
 </pre><dl>
-<dd><pre class="example">Title
+<dd><pre>Title
 </pre></dd>
-<dt><tt>&lsquo;<samp>a--samp</samp>&rsquo;</tt></dt>
-<dt><tt>&lsquo;<samp>a2--samp</samp>&rsquo;</tt></dt>
-<dd><pre class="example">Value--table samp
+<dt><tt>`<samp>a--samp</samp>'</tt></dt>
+<dt><tt>`<samp>a2--samp</samp>'</tt></dt>
+<dd><pre>Value--table samp
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
-</pre><table class="cartouche" border="1"><tr><td>
-<pre class="example">c--artouche
+</pre><table border="1"><tr><td>
+<pre>c--artouche
 </pre></td></tr></table>
-<pre class="example">
+<pre>
 
-</pre><pre class="example">g--roupe
-</pre><pre class="example">
+</pre><pre>g--roupe
+</pre><pre>
 
-</pre><pre class="example">f--lushleft
+</pre><pre>f--lushleft
 more text
-</pre><pre class="example">
+</pre><pre>
 
-</pre><pre class="example">f--lushright
+</pre><pre>f--lushright
 more text
-</pre><pre class="example">
+</pre><pre>
 
-</pre><div class="center-align">ce--ntered line
-</div><pre class="example">
+</pre><div align="center">ce--ntered line
+</div><pre>
 
-</pre><pre class="example">r--raggedright
+</pre><pre>r--raggedright
 more text
-</pre><pre class="example">
+</pre><pre>
 
-</pre><pre class="verbatim">\input texinfo @c -*-texinfo-*-
+</pre><pre>\input texinfo @c -*-texinfo-*-
 
 @c this file is used in tests in @verbatiminclude but not converted
 
@@ -5951,10 +5802,10 @@ more text
 This is a very simple texi manual @  &lt;&gt;.
 
 @bye
-</pre><pre class="example">
+</pre><pre>
 
-</pre><pre class="verbatim">in verbatim ''
-</pre><pre class="example">
+</pre><pre>in verbatim ''
+</pre><pre>
 
 
 html ''
@@ -5963,30 +5814,30 @@ html ''
 
 
 </pre><strong id="majorheading-3">majorheading</strong>
-<pre class="example">
+<pre>
 
 </pre><strong id="chapheading-3">chapheading</strong>
-<pre class="example">
+<pre>
 
 </pre><strong id="heading-3">heading</strong>
-<pre class="example">
+<pre>
 
 </pre><strong id="subheading-3">subheading</strong>
-<pre class="example">
+<pre>
 
 </pre><strong id="subsubheading-3">subsubheading</strong>
-<pre class="example">
+<pre>
 
 
-<code>@acronym{--a,an accronym @comma{} @enddots{}}</code> <acronym title="an 
accronym , ...">--a</acronym> (an accronym , ...)
-<code>@abbr{@'E--. @comma{}A., @'Etude--@comma{} @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>@acronym{--a,an accronym @comma{} @enddots{}}</code> --a (an accronym , 
...)
+<code>@abbr{@'E--. @comma{}A., @'Etude--@comma{} @b{Autonome} }</code> 
&Eacute;--. ,A. (&Eacute;tude--, <b>Autonome</b>)
+<code>@abbr{@'E--. @comma{}A.}</code> &Eacute;--. ,A.
 
-<code>@math{--a@minus{} {\frac{1}{2}}}</code> <em class="math">--a- 
{\frac{1}{2}}</em>
+<code>@math{--a@minus{} {\frac{1}{2}}}</code> <em>--a- {\frac{1}{2}}</em>
 
-<code>@image{f-ile,,,alt@verb{: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>@image{file@verb{:jk _&quot; %@:},,,alt@verb{:jk _&quot; %@:}}</code> 
<img src="filejk _&quot; %@.jpg" alt="altjk _&quot; %@">
+<code>@image{f-ile,,,alt@verb{:jk _&#34; %}}</code> <img src="f-ile.jpg" 
alt="altjk _&#34; %@">
+<code>@image{f--ile,aze,az,@verb{:jk _&#34; %@:} @b{in b &#34;},e--xt}</code> 
<img src="f--ile.e--xt" alt="jk _&#34; %@ in b &#34;">
+<code>@image{file@verb{:jk _&#34; %@:},,,alt@verb{:jk _&#34; %@:}}</code> <img 
src="filejk _&#34; %@.jpg" alt="altjk _&#34; %@">
 
 
 
@@ -5996,14 +5847,14 @@ Somehow invalid use of @,:
 @, &#807;
 
 
-@,@&quot;u &#807;&uuml;
+@,@&#34;u &#807;&uuml;
 
 Invalid use of @':
 
 @' &#769;
 
 
-@'@&quot;u &#769;&uuml;
+@'@&#34;u &#769;&uuml;
 
 @dotless{truc} truc
 @dotless{ij} ij
@@ -6026,205 +5877,205 @@ Invalid use of @':
 
 
 </pre><ul>
-<li><pre class="example">e--mph item
+<li> <pre>e--mph item
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul style="list-style-type: ' after emph'">
-<li><pre class="example">e--mph item
+</pre><ul>
+<li> after emph <pre>e--mph item
 </pre></li></ul>
-<pre class="example">
+<pre>
 
-</pre><ul style="list-style-type: '\2022  a\2013 n itemize line'">
-<li><pre class="example">i--tem 1
-</pre></li><li><pre class="example">i--tem 2
+</pre><ul>
+<li>* a-n itemize line <pre>i--tem 1
+</pre></li><li>* a-n itemize line <pre>i--tem 2
 </pre></li></ul>
-<pre class="example">
+<pre>
 
 </pre><dl>
 <dt><tt>a</tt></dt>
-<dd><pre class="example">l--ine
+<dd><pre>l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
 </pre><dl>
 <dt><tt>a--missing style formatting</tt></dt>
-<dd><pre class="example">l--ine
+<dd><pre>l--ine
 </pre></dd>
 </dl>
-<pre class="example">
+<pre>
 
 </pre><dl>
-<dt id='index-a-6'><span><tt>a</tt><a class="copiable-anchor" 
href='#index-a-6'> &para;</a></span></dt>
-<dd><pre class="example"><a class="index-entry-anchor" 
id="index-index-entry-between-item-and-itemx-3"></a></pre></dd>
-<dt id='index-b-3'><span><tt>b</tt><a class="copiable-anchor" 
href='#index-b-3'> &para;</a></span></dt>
-<dd><pre class="example">l--ine
+<dt id='index-a-6'><tt>a</tt></dt>
+<dd><pre><a name="index-index-entry-between-item-and-itemx-3"></a></pre></dd>
+<dt id='index-b-3'><tt>b</tt></dt>
+<dd><pre>l--ine
 </pre></dd>
 </dl>
-<pre class="example">
-
-</pre><dl class="def">
-<dt><span class="category">fun: </span><strong></strong></dt>
-<dt id="index-machin-8"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and</em><a 
class="copiable-anchor" href='#index-machin-8'> &para;</a></span></dt>
-<dt id="index-machin-9"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and  after</em><a 
class="copiable-anchor" href='#index-machin-9'> &para;</a></span></dt>
-<dt id="index-machin-10"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and </em><a 
class="copiable-anchor" href='#index-machin-10'> &para;</a></span></dt>
-<dt id="index-machin-11"><span class="category">truc: 
</span><span><strong>machin</strong> <em>bidule chose and and after</em><a 
class="copiable-anchor" href='#index-machin-11'> &para;</a></span></dt>
-<dt id="index-followed-3"><span class="category">truc: 
</span><span><strong>followed</strong> <em>by a comment</em><a 
class="copiable-anchor" href='#index-followed-3'> &para;</a></span></dt>
-<dd><pre class="example">Various deff lines
-</pre></dd><dt id="index-after-1"><span class="category">truc: 
</span><span><strong>after</strong> <em>a deff item</em><a 
class="copiable-anchor" href='#index-after-1'> &para;</a></span></dt>
+<pre>
+
+</pre><dl>
+<dt>fun: <strong></strong></dt>
+<dt id="index-machin-8">truc: <strong>machin</strong> <em>bidule chose 
and</em></dt>
+<dt id="index-machin-9">truc: <strong>machin</strong> <em>bidule chose and  
after</em></dt>
+<dt id="index-machin-10">truc: <strong>machin</strong> <em>bidule chose and 
</em></dt>
+<dt id="index-machin-11">truc: <strong>machin</strong> <em>bidule chose and 
and after</em></dt>
+<dt id="index-followed-3">truc: <strong>followed</strong> <em>by a 
comment</em></dt>
+<dd><pre>Various deff lines
+</pre></dd><dt id="index-after-1">truc: <strong>after</strong> <em>a deff 
item</em></dt>
 </dl>
-<pre class="example">
+<pre>
 
 <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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
+<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 data-manual="file name" href="file 
name.html#node">(file name)node</a>
+<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 data-manual="file name" 
href="file name.html#node">(file name)cross ref name</a>
+<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 data-manual="file 
name" href="file name.html#node">(file name)title</a>
+<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 
data-manual="file name" href="file name.html#node">title</a> in 
<cite>manual</cite>
-<code>@ref{node,,title,file name}</code> <a data-manual="file name" href="file 
name.html#node">(file name)title</a>
+<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 data-manual="file 
name" href="file name.html#chapter">title</a> in <cite>manual</cite>
-<code>@ref{node,,title, file name, manual}</code> <a data-manual="file name" 
href="file name.html#node">title</a> in <cite>manual</cite>
-<code>@ref{node,,,file name,manual}</code> <a data-manual="file name" 
href="file name.html#node">node</a> 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 data-manual="file name" 
href="file name.html#Top">(file name)cross ref name</a>
+<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 data-manual="file name" 
href="file name.html#Top">(file name)title</a>
+<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 
data-manual="file name" href="file name.html#Top">title</a> in 
<cite>manual</cite>
-<code>@ref{,,title,file name}</code> <a data-manual="file name" href="file 
name.html#Top">(file name)title</a>
+<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 data-manual="file name" 
href="file name.html#Top">title</a> in <cite>manual</cite>
-<code>@ref{,,,file name,manual}</code> <cite><a data-manual="file name" 
href="file name.html#Top">manual</a></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 data-manual="file name" href="file 
name.html#Top">(file name)</a>
-<code>@inforef{,cross ref name, file name}</code> See <a data-manual="file 
name" href="file name.html#Top">(file name)cross ref name</a>
+<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>
+</pre></td></tr></table>
 
-<a class="index-entry-anchor" id="index-t_002d_002druc"></a>
-<a class="index-entry-anchor" id="index-T_002d_002druc"></a>
-<a class="index-entry-anchor" id="index-_002e"></a>
-<a class="index-entry-anchor" id="index-_003f"></a>
-<a class="index-entry-anchor" id="index-a"></a>
-<a class="index-entry-anchor" id="index-t_002d_002druc-1"></a>
-<a class="index-entry-anchor" id="index-T_002d_002druc-1"></a>
-<a class="index-entry-anchor" id="index-_002e-1"></a>
-<a class="index-entry-anchor" id="index-_003f-1"></a>
-<a class="index-entry-anchor" id="index-a-7"></a>
+<a name="index-t_002d_002druc"></a>
+<a name="index-T_002d_002druc"></a>
+<a name="index-_002e"></a>
+<a name="index-_003f"></a>
+<a name="index-a"></a>
+<a name="index-t_002d_002druc-1"></a>
+<a name="index-T_002d_002druc-1"></a>
+<a name="index-_002e-1"></a>
+<a name="index-_003f-1"></a>
+<a name="index-a-7"></a>
 
-<a class="index-entry-anchor" id="index-a_002d_002d_002da"></a>
-<a class="index-entry-anchor" id="index-b_002d_002d_002db"></a>
-<a class="index-entry-anchor" id="index-d_002d_002d_002ddd"></a>
-<a class="index-entry-anchor" id="index-g_002d_002d_002dgg"></a>
+<a name="index-a_002d_002d_002da"></a>
+<a name="index-b_002d_002d_002db"></a>
+<a name="index-d_002d_002d_002ddd"></a>
+<a name="index-g_002d_002d_002dgg"></a>
 
-<a class="index-entry-anchor" id="index-f_002d_002d_002daa"></a>
-<a class="index-entry-anchor" id="index-f_002d_002d_002dbb"></a>
-<a class="index-entry-anchor" id="index-f_002d_002d_002dddd"></a>
-<a class="index-entry-anchor" id="index-f_002d_002d_002dggg"></a>
+<a name="index-f_002d_002d_002daa"></a>
+<a name="index-f_002d_002d_002dbb"></a>
+<a name="index-f_002d_002d_002dddd"></a>
+<a name="index-f_002d_002d_002dggg"></a>
 
 
 
-<a class="index-entry-anchor" id="index-aaa"></a>
+<a name="index-aaa"></a>
 
-<a class="index-entry-anchor" id="index-xxx"></a>
+<a name="index-xxx"></a>
 
-<a class="index-entry-anchor" id="index-"></a>
+<a name="index-"></a>
 
-<a class="index-entry-anchor" 
id="index-a-index_002d_002d_002dentry-te-_002d_002d_002d-i"></a>
+<a name="index-a-index_002d_002d_002dentry-te-_002d_002d_002d-i"></a>
 
-<a class="index-entry-anchor" id="index-truc-4"></a>
+<a name="index-truc-4"></a>
 
 
 <p>Text<a id="DOCF9" href="#FOOT9"><sup>11</sup></a>
 </p>
 <p>truc
 </p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_truc_letter-T"><b>T</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_truc_letter-T"><b>T</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-truc" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_truc_letter-T">T</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-truc-4">truc</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_truc_letter-T"><b>T</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_truc_letter-T"><b>T</b></a>
  &nbsp; 
 </td></tr></table>
 
 <p>codeidx
 </p>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_codeidx_letter-A"><b>A</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_codeidx_letter-A"><b>A</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-codeidx" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_codeidx_letter-A">A</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-a-index_002d_002d_002dentry-te-_002d_002d_002d-i"><code>a 
<var>index---entry</var> t&#7869; --- &icirc;</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_codeidx_letter-A"><b>A</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_codeidx_letter-A"><b>A</b></a>
  &nbsp; 
 </td></tr></table>
 
 <p>cp
-</p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#chapter-1_cp_symbol-1"><b>&quot;</b></a>
+</p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_cp_symbol-1"><b>&#34;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_symbol-2"><b>-</b></a>
+<a href="#chapter-1_cp_symbol-2"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_symbol-3"><b>.</b></a>
+<a href="#chapter-1_cp_symbol-3"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_symbol-4"><b>?</b></a>
+<a href="#chapter-1_cp_symbol-4"><b>?</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-1_cp_letter-A"><b>A</b></a>
+<a href="#chapter-1_cp_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-B"><b>B</b></a>
+<a href="#chapter-1_cp_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-C"><b>C</b></a>
+<a href="#chapter-1_cp_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-D"><b>D</b></a>
+<a href="#chapter-1_cp_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-G"><b>G</b></a>
+<a href="#chapter-1_cp_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-I"><b>I</b></a>
+<a href="#chapter-1_cp_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-T"><b>T</b></a>
+<a href="#chapter-1_cp_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-V"><b>V</b></a>
+<a href="#chapter-1_cp_letter-V"><b>V</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-cp" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
-<tr><th id="chapter-1_cp_symbol-1">&quot;</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-titlepage-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0060_0060-1">&ldquo;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><th id="chapter-1_cp_symbol-1">&#34;</th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-copying-_0060_0060">&#34;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-titlepage-_0060_0060">&#34;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_0060_0060">&#34;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_0060_0060-1">&#34;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_symbol-2">-</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-titlepage-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption-1">&ndash;option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-copying-_002d_002doption">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-titlepage-_002d_002doption">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption-1">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_symbol-3">.</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-_002e">.</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
@@ -6235,7 +6086,7 @@ Invalid use of @':
 <tr><th id="chapter-1_cp_letter-A">A</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="#index-a">a</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-aaa">aaa, 
bbb</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-a_002d_002d_002da">a&mdash;a</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-a_002d_002d_002da">a--a</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-titlepage-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
@@ -6246,13 +6097,13 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a 
href="#index-titlepage-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-b-4"><code>b</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-b-5"><code>b</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-b_002d_002d_002db">b&mdash;b, 
c&mdash;c</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-b_002d_002d_002db">b--b, 
c--c</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_letter-C">C</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="#index-counting-entry">counting 
entry</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-d_002d_002d_002ddd">d&mdash;dd, 
e&mdash;ee, f&mdash;ff</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-d_002d_002d_002ddd">d--dd, 
e--ee, f--ff</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-titlepage-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
@@ -6311,7 +6162,7 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a 
href="#index-d_002d_002defvr_005fname-1"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_letter-G">G</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-g_002d_002d_002dgg">g&mdash;gg, 
h&mdash;hh jjj, k&mdash;kk, l&mdash;ll</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-g_002d_002d_002dgg">g--gg, h--hh 
jjj, k--kk, l--ll</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_letter-I">I</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-index-entry-between-item-and-itemx">index entry between 
item and itemx</a></td><td>&nbsp;</td><td valign="top"><a href="#Top">Top 
section</a></td></tr>
@@ -6337,8 +6188,8 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a 
href="#index-index-entry-within-multitable-1">index entry within 
multitable</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_letter-T">T</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-t_002d_002druc">t&ndash;ruc</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-T_002d_002druc">T&ndash;ruc</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-t_002d_002druc">t-ruc</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-T_002d_002druc">T-ruc</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_cp_letter-V">V</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable 
i--tem code kbdinputstyle</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top section</a></td></tr>
@@ -6375,65 +6226,65 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a 
href="#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_cp_symbol-1"><b>&quot;</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_cp_symbol-1"><b>&#34;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_symbol-2"><b>-</b></a>
+<a href="#chapter-1_cp_symbol-2"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_symbol-3"><b>.</b></a>
+<a href="#chapter-1_cp_symbol-3"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_symbol-4"><b>?</b></a>
+<a href="#chapter-1_cp_symbol-4"><b>?</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-1_cp_letter-A"><b>A</b></a>
+<a href="#chapter-1_cp_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-B"><b>B</b></a>
+<a href="#chapter-1_cp_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-C"><b>C</b></a>
+<a href="#chapter-1_cp_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-D"><b>D</b></a>
+<a href="#chapter-1_cp_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-G"><b>G</b></a>
+<a href="#chapter-1_cp_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-I"><b>I</b></a>
+<a href="#chapter-1_cp_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-T"><b>T</b></a>
+<a href="#chapter-1_cp_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_cp_letter-V"><b>V</b></a>
+<a href="#chapter-1_cp_letter-V"><b>V</b></a>
  &nbsp; 
 </td></tr></table>
 
 <p>fn
-</p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#chapter-1_fn_symbol-1"><b>-</b></a>
+</p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_fn_symbol-1"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_symbol-2"><b>.</b></a>
+<a href="#chapter-1_fn_symbol-2"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_symbol-3"><b>?</b></a>
+<a href="#chapter-1_fn_symbol-3"><b>?</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_symbol-4"><b>`</b></a>
+<a href="#chapter-1_fn_symbol-4"><b>`</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-1_fn_letter-A"><b>A</b></a>
+<a href="#chapter-1_fn_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-B"><b>B</b></a>
+<a href="#chapter-1_fn_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-D"><b>D</b></a>
+<a href="#chapter-1_fn_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-F"><b>F</b></a>
+<a href="#chapter-1_fn_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-I"><b>I</b></a>
+<a href="#chapter-1_fn_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-L"><b>L</b></a>
+<a href="#chapter-1_fn_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-M"><b>M</b></a>
+<a href="#chapter-1_fn_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-N"><b>N</b></a>
+<a href="#chapter-1_fn_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-T"><b>T</b></a>
+<a href="#chapter-1_fn_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-X"><b>X</b></a>
+<a href="#chapter-1_fn_letter-X"><b>X</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-fn" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_fn_symbol-1">-</th><td></td><td></td></tr>
@@ -6600,10 +6451,10 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a 
href="#index-i-1"><code><var>i</var></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-i-2"><code><var>i</var></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-i-3"><code><var>i</var></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copying-id-i-ule"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-titlepage-id-i-ule"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-id-i-ule"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-id-i-ule-1"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-copying-id-i-ule"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-titlepage-id-i-ule"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-id-i-ule"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-id-i-ule-1"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-copying-id-ule"><code><b>id 
ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a href="#Top">Top 
section</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-titlepage-id-ule"><code><b>id 
ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a href="#Top">Top 
section</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-id-ule"><code><b>id 
ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
@@ -6679,34 +6530,34 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a href="#index-xxx"><code>xxx, 
zzz</code></a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_fn_symbol-1"><b>-</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_fn_symbol-1"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_symbol-2"><b>.</b></a>
+<a href="#chapter-1_fn_symbol-2"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_symbol-3"><b>?</b></a>
+<a href="#chapter-1_fn_symbol-3"><b>?</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_symbol-4"><b>`</b></a>
+<a href="#chapter-1_fn_symbol-4"><b>`</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-1_fn_letter-A"><b>A</b></a>
+<a href="#chapter-1_fn_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-B"><b>B</b></a>
+<a href="#chapter-1_fn_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-D"><b>D</b></a>
+<a href="#chapter-1_fn_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-F"><b>F</b></a>
+<a href="#chapter-1_fn_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-I"><b>I</b></a>
+<a href="#chapter-1_fn_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-L"><b>L</b></a>
+<a href="#chapter-1_fn_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-M"><b>M</b></a>
+<a href="#chapter-1_fn_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-N"><b>N</b></a>
+<a href="#chapter-1_fn_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-T"><b>T</b></a>
+<a href="#chapter-1_fn_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-1_fn_letter-X"><b>X</b></a>
+<a href="#chapter-1_fn_letter-X"><b>X</b></a>
  &nbsp; 
 </td></tr></table>
 
@@ -6717,10 +6568,10 @@ Invalid use of @':
 <p>pg
 </p>
 <p>tp
-</p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
class="summary-letter" href="#chapter-1_tp_letter-D"><b>D</b></a>
+</p><table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_tp_letter-D"><b>D</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-tp" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-1_tp_letter-D">D</th><td></td><td></td></tr>
@@ -6730,7 +6581,7 @@ Invalid use of @':
 <tr><td></td><td valign="top"><a 
href="#index-d_002d_002deftp_005fname-1"><code>d--eftp_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-1_tp_letter-D"><b>D</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-1_tp_letter-D"><b>D</b></a>
  &nbsp; 
 </td></tr></table>
 
@@ -6738,21 +6589,20 @@ Invalid use of @':
 
 <p><a id="DOCF10" href="#FOOT10"><sup>12</sup></a>
 </p>
-<div class="format">
-<table class="menu" border="0" cellspacing="0"><tr><td>
-<pre class="menu-preformatted">&bull; <a 
href="#s_002d_002dect_002cion">s--ect,ion</a>:: s&ndash;ect,ion
-</pre><pre class="menu-comment">
+<table border="0" cellspacing="0"><tr><td>
+<pre>* <a href="#s_002d_002dect_002cion">s--ect,ion</a>:: s-ect,ion
+</pre><pre>
 
 Menu comment
-&ldquo;simple-double&ndash;three&mdash;four&mdash;-&rdquo;
+&#34;simple-double-three--four---&#34;
 
 
 </pre></td></tr></table>
-</div>
+
 
 <hr>
-<div class="section" id="s_002d_002dect_002cion">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="s_002d_002dect_002cion">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#chapter" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#chapter" title="Previous section 
in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#chapter" title="Up section"> Up 
</a>]</td>
@@ -6767,24 +6617,24 @@ Menu comment
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h2 class="section" id="A-section">1.1 A section</h2>
+<h2 id="A-section">1.1 A section</h2>
 
-<table class="menu" border="0" cellspacing="0">
+<table 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">
 </td></tr>
-<tr><th colspan="3" align="left" valign="top"><pre class="menu-comment">
+<tr><th colspan="3" align="left" valign="top"><pre>
 
-</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre 
class="menu-comment">In detailmenu
+</pre></th></tr><tr><th colspan="3" align="left" valign="top"><pre>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">
+</pre></th></tr><tr><td align="left" valign="top"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &#34;simple-double-</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--four---&#34;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
 <hr>
-<div class="subsection" id="subsection">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="subsection">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#chapter" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#s_002d_002dect_002cion" 
title="Previous section in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#s_002d_002dect_002cion" title="Up 
section"> Up </a>]</td>
@@ -6799,19 +6649,19 @@ Menu comment
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h3 class="subsection" id="subsection-1">1.1.1 subsection</h3>
+<h3 id="subsection-1">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">
+<table border="0" cellspacing="0">
+<tr><td align="left" valign="top"><a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &#34;simple-double-</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--four---&#34;</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">
 </td></tr>
 </table>
 
-<a class="anchor" id="anchor"></a>
+<a name="anchor"></a>
 <hr>
-<div class="subsubsection" 
id="subsubsection-_0060_0060simple_002ddouble_002d_002d">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="subsubsection-_0060_0060simple_002ddouble_002d_002d">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#chapter" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#subsection" title="Previous 
section in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#subsection" title="Up section"> Up 
</a>]</td>
@@ -6826,12 +6676,12 @@ Menu comment
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h4 class="subsubsection" 
id="subsubsection-_0060_0060simple_002ddouble_002d_002d-1">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</h4>
+<h4 id="subsubsection-_0060_0060simple_002ddouble_002d_002d-1">1.1.1.1 
subsubsection &#34;simple-double-</h4>
 
 <hr>
 </div>
-<div class="subsubsection" 
id="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#chapter" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d" title="Previous 
section in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#subsection" title="Up section"> Up 
</a>]</td>
@@ -6846,15 +6696,15 @@ Menu comment
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h4 class="subsubsection" 
id="three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2 
three&mdash;four&mdash;-&rdquo;</h4>
+<h4 id="three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2 
three--four---&#34;</h4>
 
 <hr>
 </div>
 </div>
 </div>
 </div>
-<div class="centerchap" id="chapter2">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="chapter2">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#chapter" title="Beginning of 
this chapter or previous chapter"> &lt;&lt; </a>]</td>
 <td valign="middle" align="left">[<a 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
title="Previous section in reading order"> &lt; </a>]</td>
 <td valign="middle" align="left">[<a href="#Top" title="Up section"> Up 
</a>]</td>
@@ -6869,48 +6719,48 @@ Menu comment
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="centerchap center-align" id="chapter-2">chapter 2</h1>
+<h1 id="chapter-2">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>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-2_cp_symbol-1"><b>&#34;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_symbol-2"><b>-</b></a>
+<a href="#chapter-2_cp_symbol-2"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_symbol-3"><b>.</b></a>
+<a href="#chapter-2_cp_symbol-3"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_symbol-4"><b>?</b></a>
+<a href="#chapter-2_cp_symbol-4"><b>?</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-2_cp_letter-A"><b>A</b></a>
+<a href="#chapter-2_cp_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-B"><b>B</b></a>
+<a href="#chapter-2_cp_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-C"><b>C</b></a>
+<a href="#chapter-2_cp_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-D"><b>D</b></a>
+<a href="#chapter-2_cp_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-G"><b>G</b></a>
+<a href="#chapter-2_cp_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-I"><b>I</b></a>
+<a href="#chapter-2_cp_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-T"><b>T</b></a>
+<a href="#chapter-2_cp_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-V"><b>V</b></a>
+<a href="#chapter-2_cp_letter-V"><b>V</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-cp" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
-<tr><th id="chapter-2_cp_symbol-1">&quot;</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-titlepage-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0060_0060">&ldquo;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_0060_0060-1">&ldquo;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><th id="chapter-2_cp_symbol-1">&#34;</th><td></td><td></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-copying-_0060_0060">&#34;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-titlepage-_0060_0060">&#34;</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_0060_0060">&#34;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_0060_0060-1">&#34;</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_symbol-2">-</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-copying-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-titlepage-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption">&ndash;option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption-1">&ndash;option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-copying-_002d_002doption">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-titlepage-_002d_002doption">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-_002d_002doption-1">-option</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_symbol-3">.</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-_002e">.</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
@@ -6921,7 +6771,7 @@ Menu comment
 <tr><th id="chapter-2_cp_letter-A">A</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="#index-a">a</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-aaa">aaa, 
bbb</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-a_002d_002d_002da">a&mdash;a</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-a_002d_002d_002da">a--a</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-titlepage-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-a_002d_002dasis"><code>a--asis</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
@@ -6932,13 +6782,13 @@ Menu comment
 <tr><td></td><td valign="top"><a 
href="#index-titlepage-b-2"><code>b</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-b-4"><code>b</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-b-5"><code>b</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-b_002d_002d_002db">b&mdash;b, 
c&mdash;c</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-b_002d_002d_002db">b--b, 
c--c</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_letter-C">C</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a href="#index-counting-entry">counting 
entry</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_letter-D">D</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-d_002d_002d_002ddd">d&mdash;dd, 
e&mdash;ee, f&mdash;ff</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-d_002d_002d_002ddd">d--dd, 
e--ee, f--ff</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-d_002d_002defcv_005fname-1"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-titlepage-d_002d_002defcv_005fname"><code>d--efcv_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#Top">Top section</a></td></tr>
@@ -6997,7 +6847,7 @@ Menu comment
 <tr><td></td><td valign="top"><a 
href="#index-d_002d_002defvr_005fname-1"><code>d--efvr_name</code></a></td><td>&nbsp;</td><td
 valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_letter-G">G</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a href="#index-g_002d_002d_002dgg">g&mdash;gg, 
h&mdash;hh jjj, k&mdash;kk, l&mdash;ll</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-g_002d_002d_002dgg">g--gg, h--hh 
jjj, k--kk, l--ll</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_letter-I">I</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-index-entry-between-item-and-itemx">index entry between 
item and itemx</a></td><td>&nbsp;</td><td valign="top"><a href="#Top">Top 
section</a></td></tr>
@@ -7023,8 +6873,8 @@ Menu comment
 <tr><td></td><td valign="top"><a 
href="#index-index-entry-within-multitable-1">index entry within 
multitable</a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_letter-T">T</th><td></td><td></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-t_002d_002druc">t&ndash;ruc</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a 
href="#index-T_002d_002druc">T&ndash;ruc</a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-t_002d_002druc">t-ruc</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a 
href="#index-T_002d_002druc">T-ruc</a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_cp_letter-V">V</th><td></td><td></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-copying-vtable-i_002d_002dtem-code-kbdinputstyle"><code>vtable 
i--tem code kbdinputstyle</code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top section</a></td></tr>
@@ -7061,63 +6911,63 @@ Menu comment
 <tr><td></td><td valign="top"><a 
href="#index-vtable-i_002d_002dtem-in-example-example-kbdinputstyle-1"><code>vtable
 i--tem in example example kbdinputstyle</code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-2_cp_symbol-1"><b>&quot;</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-2_cp_symbol-1"><b>&#34;</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_symbol-2"><b>-</b></a>
+<a href="#chapter-2_cp_symbol-2"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_symbol-3"><b>.</b></a>
+<a href="#chapter-2_cp_symbol-3"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_symbol-4"><b>?</b></a>
+<a href="#chapter-2_cp_symbol-4"><b>?</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-2_cp_letter-A"><b>A</b></a>
+<a href="#chapter-2_cp_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-B"><b>B</b></a>
+<a href="#chapter-2_cp_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-C"><b>C</b></a>
+<a href="#chapter-2_cp_letter-C"><b>C</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-D"><b>D</b></a>
+<a href="#chapter-2_cp_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-G"><b>G</b></a>
+<a href="#chapter-2_cp_letter-G"><b>G</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-I"><b>I</b></a>
+<a href="#chapter-2_cp_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-T"><b>T</b></a>
+<a href="#chapter-2_cp_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_cp_letter-V"><b>V</b></a>
+<a href="#chapter-2_cp_letter-V"><b>V</b></a>
  &nbsp; 
 </td></tr></table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-2_fn_symbol-1"><b>-</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-2_fn_symbol-1"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_symbol-2"><b>.</b></a>
+<a href="#chapter-2_fn_symbol-2"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_symbol-3"><b>?</b></a>
+<a href="#chapter-2_fn_symbol-3"><b>?</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_symbol-4"><b>`</b></a>
+<a href="#chapter-2_fn_symbol-4"><b>`</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-2_fn_letter-A"><b>A</b></a>
+<a href="#chapter-2_fn_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-B"><b>B</b></a>
+<a href="#chapter-2_fn_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-D"><b>D</b></a>
+<a href="#chapter-2_fn_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-F"><b>F</b></a>
+<a href="#chapter-2_fn_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-I"><b>I</b></a>
+<a href="#chapter-2_fn_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-L"><b>L</b></a>
+<a href="#chapter-2_fn_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-M"><b>M</b></a>
+<a href="#chapter-2_fn_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-N"><b>N</b></a>
+<a href="#chapter-2_fn_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-T"><b>T</b></a>
+<a href="#chapter-2_fn_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-X"><b>X</b></a>
+<a href="#chapter-2_fn_letter-X"><b>X</b></a>
  &nbsp; 
 </td></tr></table>
-<table class="index-fn" border="0">
+<table border="0">
 <tr><td></td><th align="left">Index Entry</th><td>&nbsp;</td><th align="left"> 
Section</th></tr>
 <tr><td colspan="4"> <hr></td></tr>
 <tr><th id="chapter-2_fn_symbol-1">-</th><td></td><td></td></tr>
@@ -7284,10 +7134,10 @@ Menu comment
 <tr><td></td><td valign="top"><a 
href="#index-i-1"><code><var>i</var></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-i-2"><code><var>i</var></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a 
href="#index-i-3"><code><var>i</var></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-copying-id-i-ule"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-titlepage-id-i-ule"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#Top">Top section</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-id-i-ule"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
-<tr><td></td><td valign="top"><a href="#index-id-i-ule-1"><code><b>id 
&lsquo;<samp>i</samp>&rsquo; ule</b></code></a></td><td>&nbsp;</td><td 
valign="top"><a href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-copying-id-i-ule"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-titlepage-id-i-ule"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#Top">Top section</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-id-i-ule"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
+<tr><td></td><td valign="top"><a href="#index-id-i-ule-1"><code><b>id 
`<samp>i</samp>' ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a 
href="#chapter">1 chapter</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-copying-id-ule"><code><b>id 
ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a href="#Top">Top 
section</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-titlepage-id-ule"><code><b>id 
ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a href="#Top">Top 
section</a></td></tr>
 <tr><td></td><td valign="top"><a href="#index-id-ule"><code><b>id 
ule</b></code></a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
@@ -7363,48 +7213,48 @@ Menu comment
 <tr><td></td><td valign="top"><a href="#index-xxx"><code>xxx, 
zzz</code></a></td><td>&nbsp;</td><td valign="top"><a href="#chapter">1 
chapter</a></td></tr>
 <tr><td colspan="4"> <hr></td></tr>
 </table>
-<table><tr><th valign="top">Jump to: &nbsp; </th><td><a class="summary-letter" 
href="#chapter-2_fn_symbol-1"><b>-</b></a>
+<table><tr><th valign="top">Jump to: &nbsp; </th><td><a 
href="#chapter-2_fn_symbol-1"><b>-</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_symbol-2"><b>.</b></a>
+<a href="#chapter-2_fn_symbol-2"><b>.</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_symbol-3"><b>?</b></a>
+<a href="#chapter-2_fn_symbol-3"><b>?</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_symbol-4"><b>`</b></a>
+<a href="#chapter-2_fn_symbol-4"><b>`</b></a>
  &nbsp; 
 <br>
-<a class="summary-letter" href="#chapter-2_fn_letter-A"><b>A</b></a>
+<a href="#chapter-2_fn_letter-A"><b>A</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-B"><b>B</b></a>
+<a href="#chapter-2_fn_letter-B"><b>B</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-D"><b>D</b></a>
+<a href="#chapter-2_fn_letter-D"><b>D</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-F"><b>F</b></a>
+<a href="#chapter-2_fn_letter-F"><b>F</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-I"><b>I</b></a>
+<a href="#chapter-2_fn_letter-I"><b>I</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-L"><b>L</b></a>
+<a href="#chapter-2_fn_letter-L"><b>L</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-M"><b>M</b></a>
+<a href="#chapter-2_fn_letter-M"><b>M</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-N"><b>N</b></a>
+<a href="#chapter-2_fn_letter-N"><b>N</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-T"><b>T</b></a>
+<a href="#chapter-2_fn_letter-T"><b>T</b></a>
  &nbsp; 
-<a class="summary-letter" href="#chapter-2_fn_letter-X"><b>X</b></a>
+<a href="#chapter-2_fn_letter-X"><b>X</b></a>
  &nbsp; 
 </td></tr></table>
 
-<hr style="height: 6px;">
+<hr size="6">
 </div>
 </div>
-<div class="footnotes-element" id="SEC_Footnotes">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="SEC_Footnotes">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="footnotes-heading">Footnotes</h1>
+<h1>Footnotes</h1>
 
 <h5><a id="FOOT3" href="#DOCF3">(1)</a></h5>
 <p>in footnote</p>
@@ -7428,67 +7278,61 @@ Menu comment
 <p>in footnote2</p>
 <h5><a id="FOOT9" href="#DOCF9">(11)</a></h5>
 <p>in footnote
-<a class="index-entry-anchor" id="index-index-entry-in-footnote"></a>
+<a name="index-index-entry-in-footnote"></a>
 </p>
 <p>Blah
 </p>
 <p>Blih
 </p>
-<a class="index-entry-anchor" id="index-counting-entry"></a>
+<a name="index-counting-entry"></a>
 <h5><a id="FOOT10" href="#DOCF10">(12)</a></h5>
 <p>in footnote</p>
 </div><hr>
-<div class="contents-element" id="SEC_Contents">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+<div id="SEC_Contents">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="contents-heading">Table of Contents</h1>
+<h1>Table of Contents</h1>
 
-<div class="contents">
 
-<ul class="no-bullet">
+<ul>
   <li><a id="toc-chapter-1" href="#chapter" rel="index">1 chapter</a>
-  <ul class="no-bullet">
+  <ul>
     <li><a id="toc-A-section" href="#s_002d_002dect_002cion">1.1 A section</a>
-    <ul class="no-bullet">
+    <ul>
       <li><a id="toc-subsection-1" href="#subsection">1.1.1 subsection</a>
-      <ul class="no-bullet">
-        <li><a id="toc-subsubsection-_0060_0060simple_002ddouble_002d_002d-1" 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &ldquo;simple-double&ndash;</a></li>
-        <li><a id="toc-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three&mdash;four&mdash;-&rdquo;</a></li>
+      <ul>
+        <li><a id="toc-subsubsection-_0060_0060simple_002ddouble_002d_002d-1" 
href="#subsubsection-_0060_0060simple_002ddouble_002d_002d">1.1.1.1 
subsubsection &#34;simple-double-</a></li>
+        <li><a id="toc-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027" 
href="#subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027">1.1.1.2
 three--four---&#34;</a></li>
       </ul></li>
     </ul></li>
   </ul></li>
   <li><a id="toc-chapter-2" href="#chapter2" rel="index">chapter 2</a></li>
-</ul>
-</div>
-</div><hr>
-<div class="shortcontents-element" id="SEC_Shortcontents">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+</ul></div><hr>
+<div id="SEC_Shortcontents">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="shortcontents-heading">Short Table of Contents</h1>
+<h1>Short Table of Contents</h1>
 
-<div class="shortcontents">
-<ul class="no-bullet">
+<ul>
 <li><a id="stoc-chapter-1" href="#chapter" rel="index">1 chapter</a></li>
 <li><a id="stoc-chapter-2" href="#chapter2" rel="index">chapter 2</a></li>
-</ul>
-</div>
-</div><hr>
-<div class="about-element" id="SEC_About">
-<table class="header" cellpadding="1" cellspacing="1" border="0">
+</ul></div><hr>
+<div id="SEC_About">
+<table cellpadding="1" cellspacing="1" border="0">
 <tr><td valign="middle" align="left">[<a href="#Top" title="Cover (top) of 
document">Top</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_Contents" title="Table of 
contents">Contents</a>]</td>
 <td valign="middle" align="left">[<a href="#chapter" 
title="Index">Index</a>]</td>
 <td valign="middle" align="left">[<a href="#SEC_About" title="About (help)"> ? 
</a>]</td>
 </tr></table>
-<h1 class="about-heading">About This Document</h1>
+<h1>About This Document</h1>
 
 <p>
   This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
@@ -7592,7 +7436,7 @@ Menu comment
 
 </div><hr>
 <p>
-  <span class="smaller">This document was generated on <em>a sunny day</em> 
using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.</span>
+  This document was generated on <em>a sunny day</em> using <a 
href="http://www.gnu.org/software/texinfo/";><em>texi2any</em></a>.
 </p>
 
 



reply via email to

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