texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: LaTeX.pm: handle last style brace commands. cover


From: Patrice Dumas
Subject: branch master updated: LaTeX.pm: handle last style brace commands. coverage_macro.texi: Add fonts selection brace commands in a @displaymath.
Date: Mon, 16 Aug 2021 16:43:51 -0400

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

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new f757109  LaTeX.pm: handle last style brace commands. 
coverage_macro.texi: Add fonts selection brace commands in a @displaymath.
f757109 is described below

commit f75710977bf1966137205189ad183c1f0e532b54
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Mon Aug 16 22:42:51 2021 +0200

    LaTeX.pm: handle last style brace commands.
    coverage_macro.texi: Add fonts selection brace commands in
    a @displaymath.
---
 tp/Texinfo/Convert/LaTeX.pm                        |  12 +-
 tp/tests/coverage_macro.texi                       |   4 +
 .../layout/res_parser/formatting/formatting.html   |  13 +
 .../layout/res_parser/formatting_chm/anchor.html   |   2 +
 .../layout/res_parser/formatting_chm/chapter.html  |   9 +
 .../layout/res_parser/formatting_chm/chapter2.html |   2 +
 .../res_parser/formatting_chm/formatting.html      |   6 +
 .../res_parser/formatting_chm/formatting_abt.html  |   2 +
 .../res_parser/formatting_chm/formatting_ovr.html  |   2 +
 .../res_parser/formatting_chm/formatting_toc.html  |   2 +
 .../layout/res_parser/formatting_chm/index.html    |   2 +
 .../formatting_chm/s_002d_002dect_002cion.html     |   2 +
 .../res_parser/formatting_chm/subsection.html      |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_docbook/formatting.xml   |  12 +
 .../res_parser/formatting_exotic/anchor.html       |   2 +
 .../res_parser/formatting_exotic/chapter.html      |   9 +
 .../res_parser/formatting_exotic/chapter2.html     |   2 +
 .../formatting_exotic/formatting_abt.html          |   2 +
 .../formatting_exotic/formatting_ovr.html          |   2 +
 .../formatting_exotic/formatting_toc.html          |   2 +
 .../layout/res_parser/formatting_exotic/index.html |   2 +
 .../formatting_exotic/s_002d_002dect_002cion.html  |   2 +
 .../res_parser/formatting_exotic/subsection.html   |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_fr_icons/formatting.html |  13 +
 .../res_parser/formatting_html/formatting.html     |  13 +
 .../res_parser/formatting_html32/formatting.html   |  13 +
 .../formatting_html_no_texi2html/formatting.html   |   9 +
 .../res_parser/formatting_html_nodes/anchor.html   |   2 +
 .../res_parser/formatting_html_nodes/chapter.html  |   9 +
 .../res_parser/formatting_html_nodes/chapter2.html |   2 +
 .../formatting_html_nodes/formatting_abt.html      |   2 +
 .../formatting_html_nodes/formatting_fot.html      |   2 +
 .../formatting_html_nodes/formatting_ovr.html      |   2 +
 .../formatting_html_nodes/formatting_toc.html      |   2 +
 .../res_parser/formatting_html_nodes/index.html    |   6 +
 .../s_002d_002dect_002cion.html                    |   2 +
 .../formatting_html_nodes/subsection.html          |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_info/formatting.info     | Bin 89626 -> 89751 bytes
 .../res_parser/formatting_latex/formatting.tex     |  60 +-
 .../res_parser/formatting_mathjax/formatting.html  |  13 +
 .../layout/res_parser/formatting_nodes/anchor.html |   2 +
 .../res_parser/formatting_nodes/chapter.html       |   9 +
 .../res_parser/formatting_nodes/chapter2.html      |   2 +
 .../formatting_nodes/formatting_abt.html           |   2 +
 .../formatting_nodes/formatting_fot.html           |   2 +
 .../formatting_nodes/formatting_ovr.html           |   2 +
 .../formatting_nodes/formatting_toc.html           |   2 +
 .../layout/res_parser/formatting_nodes/index.html  |   6 +
 .../formatting_nodes/s_002d_002dect_002cion.html   |   2 +
 .../res_parser/formatting_nodes/subsection.html    |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 .../res_parser/formatting_plaintext/formatting.txt | 636 +++++++++++----------
 .../formatting_regions/formatting_regions.html     |  13 +
 .../formatting_weird_quotes/formatting.html        |  13 +
 .../res_parser/formatting_xml/formatting.xml       |  20 +
 .../res_parser/formatting_singular/anchor.html     |   2 +
 .../res_parser/formatting_singular/chapter.html    |  48 +-
 .../res_parser/formatting_singular/chapter2.html   |   2 +
 .../res_parser/formatting_singular/index.htm       |   2 +
 .../res_parser/formatting_singular/index.html      |   2 +
 .../s_002d_002dect_002cion.html                    |   2 +
 .../formatting_singular/sing-l2h_cache.pm          |  18 +-
 .../res_parser/formatting_singular/sing_abt.htm    |   2 +
 .../res_parser/formatting_singular/sing_fot.htm    |   2 +
 .../res_parser/formatting_singular/sing_l2h.html   |  21 +-
 .../res_parser/formatting_singular/sing_l2h.tex    |  12 +-
 .../formatting_singular/sing_l2h_images.tex        |  23 +-
 .../res_parser/formatting_singular/sing_ovr.htm    |   2 +
 .../res_parser/formatting_singular/sing_toc.htm    |   2 +
 .../res_parser/formatting_singular/subsection.html |   2 +
 ...tion-_0060_0060simple_002ddouble_002d_002d.html |   2 +
 ...02d_002dfour_002d_002d_002d_002d_0027_0027.html |   2 +
 79 files changed, 772 insertions(+), 352 deletions(-)

diff --git a/tp/Texinfo/Convert/LaTeX.pm b/tp/Texinfo/Convert/LaTeX.pm
index cb96686..4322b57 100644
--- a/tp/Texinfo/Convert/LaTeX.pm
+++ b/tp/Texinfo/Convert/LaTeX.pm
@@ -417,12 +417,21 @@ my %LaTeX_style_brace_commands = (
     'w' => '\\hbox',
     'sub' => '\\textsubscript',
     'sup' => '\\textsuperscript',
+    'r' => '\\textrm',
+    'sc' => '\\textsc',
+    'sansserif' => '\\textsf',
+    'slanted' => '\\textsl',
   },
   'math' => {
     'hyphenation' => '',
     'w' => '\\hbox',
     'sub' => '_',
     'sup' => '^',
+    'r' => '\\mathrm',
+    'sc' => '', # no obvious way to do it in math mode, not switching to
+                # text mode only for this command
+    'sansserif' => '\\mathsf',
+    'slanted' => '',
   }
 );
 
@@ -1623,12 +1632,11 @@ sub _convert($$)
       $expansion = {'type' => 'paragraph',
                     'contents' => [$expansion]};
       $result .= _convert($self, $expansion);
-      #  unshift @{$self->{'current_contents'}->[-1]}, $expansion;
-      #return '';
       return $result;
     } elsif ($root->{'args'} and $root->{'args'}->[0] 
              and $root->{'args'}->[0]->{'type'}
              and $root->{'args'}->[0]->{'type'} eq 'brace_command_arg') {
+      print STDERR "Unknown $command\n";
     # block commands
     } elsif (exists($block_commands{$command})) {
       # remark:
diff --git a/tp/tests/coverage_macro.texi b/tp/tests/coverage_macro.texi
index cad1f67..683c707 100644
--- a/tp/tests/coverage_macro.texi
+++ b/tp/tests/coverage_macro.texi
@@ -245,6 +245,10 @@ After clickstyle @result{}
 @guilsinglright{} @textdegree{} @euro{} @arrow{} @leq{} @geq{}
 @end displaymath
 
+@displaymath
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+@end displaymath
+
 @kbd{default kbdinputstyle}
 @example
 @kbd{in example default kbdinputstyle}
diff --git a/tp/tests/layout/res_parser/formatting/formatting.html 
b/tp/tests/layout/res_parser/formatting/formatting.html
index d0f5b93..1526084 100644
--- a/tp/tests/layout/res_parser/formatting/formatting.html
+++ b/tp/tests/layout/res_parser/formatting/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2674,6 +2680,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3504,6 +3512,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -4348,6 +4358,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_chm/anchor.html 
b/tp/tests/layout/res_parser/formatting_chm/anchor.html
index c7e3d0a..6001441 100644
--- a/tp/tests/layout/res_parser/formatting_chm/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_chm/anchor.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_chm/chapter.html 
b/tp/tests/layout/res_parser/formatting_chm/chapter.html
index 37606ba..be8af10 100644
--- a/tp/tests/layout/res_parser/formatting_chm/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_chm/chapter.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -964,6 +966,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &#8364; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1794,6 +1798,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &#8364; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2638,6 +2644,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &#8364; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_chm/chapter2.html 
b/tp/tests/layout/res_parser/formatting_chm/chapter2.html
index 4bd307b..3838f08 100644
--- a/tp/tests/layout/res_parser/formatting_chm/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_chm/chapter2.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting.html
index 5b79eb0..de144df 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &#8364; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &#8364; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html
index 89c4972..5aaa682 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting_abt.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html
index 68d5dab..3f32e90 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting_ovr.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html
index 678182a..f9da847 100644
--- a/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_chm/formatting_toc.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_chm/index.html 
b/tp/tests/layout/res_parser/formatting_chm/index.html
index 8631950..9435721 100644
--- a/tp/tests/layout/res_parser/formatting_chm/index.html
+++ b/tp/tests/layout/res_parser/formatting_chm/index.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html
index 47e61a6..3d7bb4b 100644
--- a/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html
+++ b/tp/tests/layout/res_parser/formatting_chm/s_002d_002dect_002cion.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_chm/subsection.html 
b/tp/tests/layout/res_parser/formatting_chm/subsection.html
index e82ad1c..0be1fca 100644
--- a/tp/tests/layout/res_parser/formatting_chm/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_chm/subsection.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 9816346..ac06bdb 100644
--- 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 68d63bf..d3ae2ce 100644
--- 
a/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_chm/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_docbook/formatting.xml 
b/tp/tests/layout/res_parser/formatting_docbook/formatting.xml
index c4830bd..d943b7e 100644
--- a/tp/tests/layout/res_parser/formatting_docbook/formatting.xml
+++ b/tp/tests/layout/res_parser/formatting_docbook/formatting.xml
@@ -256,6 +256,8 @@ error&#8594; &#8614; &#8722; &#9733; &#8867; &#8658;
 &#187; &#171; &#187; &#8249;
 &#8250; &#176; &#8364; &#8594; &#8804; &#8805;
 </mathphrase></informalequation>
+<informalequation><mathphrase><emphasis role="bold">b</emphasis> 
<emphasis>i</emphasis> r SC <literal>t</literal> sansserif slanted
+</mathphrase></informalequation>
 <para><userinput>default kbdinputstyle</userinput>
 </para><screen><userinput>in example default kbdinputstyle</userinput>
 </screen>
@@ -955,6 +957,8 @@ error&#8594; &#8614; &#8722; &#9733; &#8867; &#8658;
 &#187; &#171; &#187; &#8249;
 &#8250; &#176; &#8364; &#8594; &#8804; &#8805;
 </mathphrase></informalequation>
+<informalequation><mathphrase><emphasis role="bold">b</emphasis> 
<emphasis>i</emphasis> r SC <literal>t</literal> sansserif slanted
+</mathphrase></informalequation>
 <para><userinput>default kbdinputstyle</userinput>
 </para><screen><userinput>in example default kbdinputstyle</userinput>
 </screen>
@@ -1655,6 +1659,8 @@ error&#8594; &#8614; &#8722; &#9733; &#8867; &#8658;
 &#187; &#171; &#187; &#8249;
 &#8250; &#176; &#8364; &#8594; &#8804; &#8805;
 </mathphrase></informalequation>
+<informalequation><mathphrase><emphasis role="bold">b</emphasis> 
<emphasis>i</emphasis> r SC <literal>t</literal> sansserif slanted
+</mathphrase></informalequation>
 <para><userinput>default kbdinputstyle</userinput>
 </para><screen><userinput>in example default kbdinputstyle</userinput>
 </screen>
@@ -2373,6 +2379,8 @@ error&#8594; &#8614; &#8722; &#9733; &#8867; &#8658;
 &#187; &#171; &#187; &#8249;
 &#8250; &#176; &#8364; &#8594; &#8804; &#8805;
 </mathphrase></informalequation>
+<informalequation><mathphrase><emphasis role="bold">b</emphasis> 
<emphasis>i</emphasis> r SC <literal>t</literal> sansserif slanted
+</mathphrase></informalequation>
 <para><userinput>default kbdinputstyle</userinput>
 </para><screen><userinput>in example default kbdinputstyle</userinput>
 </screen>
@@ -3072,6 +3080,8 @@ error&#8594; &#8614; &#8722; &#9733; &#8867; &#8658;
 &#187; &#171; &#187; &#8249;
 &#8250; &#176; &#8364; &#8594; &#8804; &#8805;
 </mathphrase></informalequation>
+<informalequation><mathphrase><emphasis role="bold">b</emphasis> 
<emphasis>i</emphasis> r SC <literal>t</literal> sansserif slanted
+</mathphrase></informalequation>
 <para><userinput>default kbdinputstyle</userinput>
 </para><screen><userinput>in example default kbdinputstyle</userinput>
 </screen>
@@ -3767,6 +3777,8 @@ error&#8594; &#8614; &#8722; &#9733; &#8867; &#8658;
 &#187; &#171; &#187; &#8249;
 &#8250; &#176; &#8364; &#8594; &#8804; &#8805;
 </mathphrase></informalequation><screen>
+</screen><informalequation><mathphrase><emphasis role="bold">b</emphasis> 
<emphasis>i</emphasis> r SC <literal>t</literal> sansserif slanted
+</mathphrase></informalequation><screen>
 <userinput>default kbdinputstyle</userinput>
 </screen><screen><userinput>in example default kbdinputstyle</userinput>
 </screen><screen>
diff --git a/tp/tests/layout/res_parser/formatting_exotic/anchor.html 
b/tp/tests/layout/res_parser/formatting_exotic/anchor.html
index 92ea9a1..fe5b2c8 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/anchor.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_exotic/chapter.html 
b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
index e5918df..81d9af7 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/chapter.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -980,6 +982,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1810,6 +1814,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2654,6 +2660,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_exotic/chapter2.html 
b/tp/tests/layout/res_parser/formatting_exotic/chapter2.html
index 35c8216..1169a31 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/chapter2.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html
index b03ddd1..f8b801c 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting_abt.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html
index 05005b7..53f4750 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting_ovr.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html
index d6780c3..b4000ed 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/formatting_toc.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_exotic/index.html 
b/tp/tests/layout/res_parser/formatting_exotic/index.html
index 495368f..9f331b7 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/index.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/index.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html
index 8db6fad..14c50b0 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/s_002d_002dect_002cion.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_exotic/subsection.html 
b/tp/tests/layout/res_parser/formatting_exotic/subsection.html
index 9ce19d9..3f48740 100644
--- a/tp/tests/layout/res_parser/formatting_exotic/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_exotic/subsection.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index cf57309..e8d7b38 100644
--- 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 82f3396..16f58b5 100644
--- 
a/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_exotic/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html 
b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
index 39c788a..ccf9a81 100644
--- a/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_fr_icons/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ erreur&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ erreur&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2674,6 +2680,8 @@ erreur&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3504,6 +3512,8 @@ erreur&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -4348,6 +4358,9 @@ erreur&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_html/formatting.html 
b/tp/tests/layout/res_parser/formatting_html/formatting.html
index d0f5b93..1526084 100644
--- a/tp/tests/layout/res_parser/formatting_html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2674,6 +2680,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3504,6 +3512,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -4348,6 +4358,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_html32/formatting.html 
b/tp/tests/layout/res_parser/formatting_html32/formatting.html
index 4796eee..18ed13e 100644
--- a/tp/tests/layout/res_parser/formatting_html32/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html32/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -938,6 +940,8 @@ error-&gt; ==&gt; - -!- -| =&gt;
 &gt;&gt; &lt;&lt; &gt;&gt; &lt;
 &gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <tt>t</tt> sansserif 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><table><tr><td>&nbsp;</td><td><pre><kbd>in example default 
kbdinputstyle</kbd>
 </pre></td></tr></table>
@@ -1747,6 +1751,8 @@ error-&gt; ==&gt; - -!- -| =&gt;
 &gt;&gt; &lt;&lt; &gt;&gt; &lt;
 &gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <tt>t</tt> sansserif 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><table><tr><td>&nbsp;</td><td><pre><kbd>in example default 
kbdinputstyle</kbd>
 </pre></td></tr></table>
@@ -2611,6 +2617,8 @@ error-&gt; ==&gt; - -!- -| =&gt;
 &gt;&gt; &lt;&lt; &gt;&gt; &lt;
 &gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <tt>t</tt> sansserif 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><table><tr><td>&nbsp;</td><td><pre><kbd>in example default 
kbdinputstyle</kbd>
 </pre></td></tr></table>
@@ -3419,6 +3427,8 @@ error-&gt; ==&gt; - -!- -| =&gt;
 &gt;&gt; &lt;&lt; &gt;&gt; &lt;
 &gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div>
+<div><em><b>b</b> <i>i</i> r <small>SC</small> <tt>t</tt> sansserif 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><table><tr><td>&nbsp;</td><td><pre><kbd>in example default 
kbdinputstyle</kbd>
 </pre></td></tr></table>
@@ -4240,6 +4250,9 @@ error-&gt; ==&gt; - -!- -| =&gt;
 &gt; &deg; Euro -&gt; &lt;= &gt;=
 </em></div><pre>
 
+</pre><div><em><b>b</b> <i>i</i> r SC <tt>t</tt> sansserif <i>slanted</i>
+</em></div><pre>
+
 <kbd>default kbdinputstyle</kbd>
 </pre><table><tr><td>&nbsp;</td><td><pre><kbd>in example default 
kbdinputstyle</kbd>
 </pre></td></tr></table>
diff --git 
a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html 
b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
index 17d19a7..60a6f5c 100644
--- a/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_html_no_texi2html/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -1018,6 +1020,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1848,6 +1852,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2692,6 +2698,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html
index c7e3d0a..6001441 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/anchor.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
index 869a00f..0a4d8c1 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/chapter.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -980,6 +982,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1810,6 +1814,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2654,6 +2660,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html
index 2c479c1..5b1bf20 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/chapter2.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html
index 2cd4722..db177f8 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_abt.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html
index d65fabc..af936d0 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_fot.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html
index e092f47..26e68a2 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_ovr.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html
index e7e9b7a..510f77b 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/formatting_toc.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/index.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
index 40698bf..5db7248 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/index.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html
index d4da1be..b4b923a 100644
--- 
a/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html
+++ 
b/tp/tests/layout/res_parser/formatting_html_nodes/s_002d_002dect_002cion.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html
index 028782f..44113d1 100644
--- a/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_html_nodes/subsection.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 43b2dc2..3e421d5 100644
--- 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 88a3f46..4ffe2a0 100644
--- 
a/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_html_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_info/formatting.info 
b/tp/tests/layout/res_parser/formatting_info/formatting.info
index d7f907a..8de567e 100644
Binary files a/tp/tests/layout/res_parser/formatting_info/formatting.info and 
b/tp/tests/layout/res_parser/formatting_info/formatting.info differ
diff --git a/tp/tests/layout/res_parser/formatting_latex/formatting.tex 
b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
index 91038d5..197259f 100644
--- a/tp/tests/layout/res_parser/formatting_latex/formatting.tex
+++ b/tp/tests/layout/res_parser/formatting_latex/formatting.tex
@@ -203,13 +203,13 @@ but , ,\@
 \texttt{@key\{{-}{-}a\}} \texttt{{-}{-}a}
 \texttt{@math\{{-}{-}a \{\textbackslash{}frac\{1\}\{2\}\} @minus\{\}\}} $--a 
{\frac{1}{2}} -$
 \texttt{@option\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@r\{{-}{-}a\}} 
+\texttt{@r\{{-}{-}a\}} \textrm{--a}
 \texttt{@samp\{{-}{-}a\}} `\texttt{{-}{-}a}'
-\texttt{@sc\{{-}{-}a\}} 
+\texttt{@sc\{{-}{-}a\}} \textsc{--a}
 \texttt{@strong\{{-}{-}a\}} \textbf{--a}
 \texttt{@t\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@sansserif\{{-}{-}a\}} 
-\texttt{@slanted\{{-}{-}a\}} 
+\texttt{@sansserif\{{-}{-}a\}} \textsf{--a}
+\texttt{@slanted\{{-}{-}a\}} \textsl{--a}
 \texttt{@titlefont\{{-}{-}a\}} {\Huge \bfseries --a}
 \texttt{@indicateurl\{{-}{-}a\}} `\texttt{{-}{-}a}'
 \texttt{@uref\{{-}{-}a,{-}{-}b\}} --b (--a)
@@ -301,6 +301,10 @@ $$
 \mathord{\text{\guilsinglright{}}} ^{\circ{}} \euro{} \rightarrow{} \leq{} 
\geq{}
 $$
 
+$$
+\mathbf{b} \mathit{i} \mathrm{r} sc \mathtt{t} \mathsf{sansserif} slanted
+$$
+
 {\ttfamily\textsl{default kbdinputstyle}}
 
\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}{\ttfamily\textsl{in
 example default kbdinputstyle}}
 \endgroup{}
@@ -1003,13 +1007,13 @@ but , ,\@
 \texttt{@key\{{-}{-}a\}} \texttt{{-}{-}a}
 \texttt{@math\{{-}{-}a \{\textbackslash{}frac\{1\}\{2\}\} @minus\{\}\}} $--a 
{\frac{1}{2}} -$
 \texttt{@option\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@r\{{-}{-}a\}} 
+\texttt{@r\{{-}{-}a\}} \textrm{--a}
 \texttt{@samp\{{-}{-}a\}} `\texttt{{-}{-}a}'
-\texttt{@sc\{{-}{-}a\}} 
+\texttt{@sc\{{-}{-}a\}} \textsc{--a}
 \texttt{@strong\{{-}{-}a\}} \textbf{--a}
 \texttt{@t\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@sansserif\{{-}{-}a\}} 
-\texttt{@slanted\{{-}{-}a\}} 
+\texttt{@sansserif\{{-}{-}a\}} \textsf{--a}
+\texttt{@slanted\{{-}{-}a\}} \textsl{--a}
 \texttt{@titlefont\{{-}{-}a\}} {\Huge \bfseries --a}
 \texttt{@indicateurl\{{-}{-}a\}} `\texttt{{-}{-}a}'
 \texttt{@uref\{{-}{-}a,{-}{-}b\}} --b (--a)
@@ -1101,6 +1105,10 @@ $$
 \mathord{\text{\guilsinglright{}}} ^{\circ{}} \euro{} \rightarrow{} \leq{} 
\geq{}
 $$
 
+$$
+\mathbf{b} \mathit{i} \mathrm{r} sc \mathtt{t} \mathsf{sansserif} slanted
+$$
+
 {\ttfamily\textsl{default kbdinputstyle}}
 
\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}{\ttfamily\textsl{in
 example default kbdinputstyle}}
 \endgroup{}
@@ -1818,13 +1826,13 @@ but , ,\@
 \texttt{@key\{{-}{-}a\}} \texttt{{-}{-}a}
 \texttt{@math\{{-}{-}a \{\textbackslash{}frac\{1\}\{2\}\} @minus\{\}\}} $--a 
{\frac{1}{2}} -$
 \texttt{@option\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@r\{{-}{-}a\}} 
+\texttt{@r\{{-}{-}a\}} \textrm{--a}
 \texttt{@samp\{{-}{-}a\}} `\texttt{{-}{-}a}'
-\texttt{@sc\{{-}{-}a\}} 
+\texttt{@sc\{{-}{-}a\}} \textsc{--a}
 \texttt{@strong\{{-}{-}a\}} \textbf{--a}
 \texttt{@t\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@sansserif\{{-}{-}a\}} 
-\texttt{@slanted\{{-}{-}a\}} 
+\texttt{@sansserif\{{-}{-}a\}} \textsf{--a}
+\texttt{@slanted\{{-}{-}a\}} \textsl{--a}
 \texttt{@titlefont\{{-}{-}a\}} {\Huge \bfseries --a}
 \texttt{@indicateurl\{{-}{-}a\}} `\texttt{{-}{-}a}'
 \texttt{@uref\{{-}{-}a,{-}{-}b\}} --b (--a)
@@ -1916,6 +1924,10 @@ $$
 \mathord{\text{\guilsinglright{}}} ^{\circ{}} \euro{} \rightarrow{} \leq{} 
\geq{}
 $$
 
+$$
+\mathbf{b} \mathit{i} \mathrm{r} sc \mathtt{t} \mathsf{sansserif} slanted
+$$
+
 {\ttfamily\textsl{default kbdinputstyle}}
 
\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}{\ttfamily\textsl{in
 example default kbdinputstyle}}
 \endgroup{}
@@ -2617,13 +2629,13 @@ but , ,\@
 \texttt{@key\{{-}{-}a\}} \texttt{{-}{-}a}
 \texttt{@math\{{-}{-}a \{\textbackslash{}frac\{1\}\{2\}\} @minus\{\}\}} $--a 
{\frac{1}{2}} -$
 \texttt{@option\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@r\{{-}{-}a\}} 
+\texttt{@r\{{-}{-}a\}} \textrm{--a}
 \texttt{@samp\{{-}{-}a\}} `\texttt{{-}{-}a}'
-\texttt{@sc\{{-}{-}a\}} 
+\texttt{@sc\{{-}{-}a\}} \textsc{--a}
 \texttt{@strong\{{-}{-}a\}} \textbf{--a}
 \texttt{@t\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@sansserif\{{-}{-}a\}} 
-\texttt{@slanted\{{-}{-}a\}} 
+\texttt{@sansserif\{{-}{-}a\}} \textsf{--a}
+\texttt{@slanted\{{-}{-}a\}} \textsl{--a}
 \texttt{@titlefont\{{-}{-}a\}} {\Huge \bfseries --a}
 \texttt{@indicateurl\{{-}{-}a\}} `\texttt{{-}{-}a}'
 \texttt{@uref\{{-}{-}a,{-}{-}b\}} --b (--a)
@@ -2715,6 +2727,10 @@ $$
 \mathord{\text{\guilsinglright{}}} ^{\circ{}} \euro{} \rightarrow{} \leq{} 
\geq{}
 $$
 
+$$
+\mathbf{b} \mathit{i} \mathrm{r} sc \mathtt{t} \mathsf{sansserif} slanted
+$$
+
 {\ttfamily\textsl{default kbdinputstyle}}
 
\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}{\ttfamily\textsl{in
 example default kbdinputstyle}}
 \endgroup{}
@@ -3416,13 +3432,13 @@ but , ,\@
 \texttt{@key\{{-}{-}a\}} \texttt{{-}{-}a}
 \texttt{@math\{{-}{-}a \{\textbackslash{}frac\{1\}\{2\}\} @minus\{\}\}} $--a 
{\frac{1}{2}} -$
 \texttt{@option\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@r\{{-}{-}a\}} 
+\texttt{@r\{{-}{-}a\}} \textrm{--a}
 \texttt{@samp\{{-}{-}a\}} `\texttt{{-}{-}a}'
-\texttt{@sc\{{-}{-}a\}} 
+\texttt{@sc\{{-}{-}a\}} \textsc{--a}
 \texttt{@strong\{{-}{-}a\}} \textbf{--a}
 \texttt{@t\{{-}{-}a\}} \texttt{{-}{-}a}
-\texttt{@sansserif\{{-}{-}a\}} 
-\texttt{@slanted\{{-}{-}a\}} 
+\texttt{@sansserif\{{-}{-}a\}} \textsf{--a}
+\texttt{@slanted\{{-}{-}a\}} \textsl{--a}
 \texttt{@titlefont\{{-}{-}a\}} {\Huge \bfseries --a}
 \texttt{@indicateurl\{{-}{-}a\}} `\texttt{{-}{-}a}'
 \texttt{@uref\{{-}{-}a,{-}{-}b\}} --b (--a)
@@ -3514,6 +3530,10 @@ $$
 \mathord{\text{\guilsinglright{}}} ^{\circ{}} \euro{} \rightarrow{} \leq{} 
\geq{}
 $$
 
\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}
+\endgroup{}$$
+\mathbf{b} \mathit{i} \mathrm{r} sc \mathtt{t} \mathsf{sansserif} slanted
+$$
+\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}
 {\ttfamily\textsl{default kbdinputstyle}}
 
\par\begingroup\obeylines\obeyspaces\frenchspacing\leftskip=2em\relax\parskip=0pt\relax\ttfamily{}{\ttfamily\textsl{in
 example default kbdinputstyle}}
 \endgroup{}
diff --git a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html 
b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
index 7afc7f7..c1da244 100644
--- a/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_mathjax/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -967,6 +969,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 \]</em></div>
+<div class="displaymath"><em class="tex2jax_process">\[<b>b</b> <i>i</i> <span 
class="roman">r</span> <small>SC</small> <tt>t</tt> <span 
class="sansserif">sansserif</span> <i>slanted</i>
+\]</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1798,6 +1802,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 \]</em></div>
+<div class="displaymath"><em class="tex2jax_process">\[<b>b</b> <i>i</i> <span 
class="roman">r</span> <small>SC</small> <tt>t</tt> <span 
class="sansserif">sansserif</span> <i>slanted</i>
+\]</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2684,6 +2690,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 \]</em></div>
+<div class="displaymath"><em class="tex2jax_process">\[<b>b</b> <i>i</i> <span 
class="roman">r</span> <small>SC</small> <tt>t</tt> <span 
class="sansserif">sansserif</span> <i>slanted</i>
+\]</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3514,6 +3522,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 \]</em></div>
+<div class="displaymath"><em class="tex2jax_process">\[<b>b</b> <i>i</i> <span 
class="roman">r</span> <small>SC</small> <tt>t</tt> <span 
class="sansserif">sansserif</span> <i>slanted</i>
+\]</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -4358,6 +4368,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 \]</em></div><pre class="example">
 
+</pre><div class="displaymath"><em class="tex2jax_process">\[<b>b</b> <i>i</i> 
<span class="roman">r</span> SC <tt>t</tt> <span 
class="sansserif">sansserif</span> <i>slanted</i>
+\]</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_nodes/anchor.html 
b/tp/tests/layout/res_parser/formatting_nodes/anchor.html
index c7e3d0a..6001441 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/anchor.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/anchor.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/chapter.html 
b/tp/tests/layout/res_parser/formatting_nodes/chapter.html
index 869a00f..0a4d8c1 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/chapter.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/chapter.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -980,6 +982,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1810,6 +1814,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2654,6 +2660,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_nodes/chapter2.html 
b/tp/tests/layout/res_parser/formatting_nodes/chapter2.html
index 2c479c1..5b1bf20 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/chapter2.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/chapter2.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html
index 2cd4722..db177f8 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_abt.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html
index d65fabc..af936d0 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_fot.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html
index e092f47..26e68a2 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_ovr.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html 
b/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html
index e7e9b7a..510f77b 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/formatting_toc.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/index.html 
b/tp/tests/layout/res_parser/formatting_nodes/index.html
index 40698bf..5db7248 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/index.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/index.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git 
a/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html 
b/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html
index d4da1be..b4b923a 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/s_002d_002dect_002cion.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_nodes/subsection.html 
b/tp/tests/layout/res_parser/formatting_nodes/subsection.html
index 028782f..44113d1 100644
--- a/tp/tests/layout/res_parser/formatting_nodes/subsection.html
+++ b/tp/tests/layout/res_parser/formatting_nodes/subsection.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 43b2dc2..3e421d5 100644
--- 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 88a3f46..4ffe2a0 100644
--- 
a/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/layout/res_parser/formatting_nodes/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt 
b/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt
index d95d012..7e3194a 100644
--- a/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt
+++ b/tp/tests/layout/res_parser/formatting_plaintext/formatting.txt
@@ -123,6 +123,8 @@ error-> ==> - -!- -| =>
 » « » ‹
 › ° € -> ≤ ≥
 
+b i r SC t sansserif slanted
+
    'default kbdinputstyle'
      in example default kbdinputstyle
 
@@ -636,6 +638,8 @@ error-> ==> - -!- -| =>
 » « » ‹
 › ° € -> ≤ ≥
 
+b i r SC t sansserif slanted
+
    'default kbdinputstyle'
      in example default kbdinputstyle
 
@@ -1288,6 +1292,8 @@ aaa
      » « » ‹
      › ° € -> ≤ ≥
 
+     b i r SC t sansserif slanted
+
      default kbdinputstyle
           in example default kbdinputstyle
 
@@ -1732,190 +1738,190 @@ aaa
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  541)
-* " <2>:                                 chapter.            (line 1065)
+* " <1>:                                 chapter.            (line  543)
+* " <2>:                                 chapter.            (line 1069)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  541)
-* -option <2>:                           chapter.            (line 1065)
-* .:                                     chapter.            (line 1729)
-* ?:                                     chapter.            (line 1729)
-* a:                                     chapter.            (line 1729)
-* index entry between item and itemx:    chapter.            (line  404)
-* index entry between item and itemx <1>: chapter.           (line  917)
-* index entry between item and itemx <2>: chapter.           (line 1570)
-* index entry within deffn:              chapter.            (line  250)
-* index entry within deffn <1>:          chapter.            (line  763)
-* index entry within deffn <2>:          chapter.            (line 1416)
-* index entry within itemize:            chapter.            (line  186)
-* index entry within itemize <1>:        chapter.            (line  699)
-* index entry within itemize <2>:        chapter.            (line 1352)
-* index entry within multitable:         chapter.            (line  194)
-* index entry within multitable <1>:     chapter.            (line  707)
-* index entry within multitable <2>:     chapter.            (line 1361)
-* t-ruc:                                 chapter.            (line 1729)
-* T-ruc:                                 chapter.            (line 1729)
+* -option <1>:                           chapter.            (line  543)
+* -option <2>:                           chapter.            (line 1069)
+* .:                                     chapter.            (line 1735)
+* ?:                                     chapter.            (line 1735)
+* a:                                     chapter.            (line 1735)
+* index entry between item and itemx:    chapter.            (line  406)
+* index entry between item and itemx <1>: chapter.           (line  921)
+* index entry between item and itemx <2>: chapter.           (line 1576)
+* index entry within deffn:              chapter.            (line  252)
+* index entry within deffn <1>:          chapter.            (line  767)
+* index entry within deffn <2>:          chapter.            (line 1422)
+* index entry within itemize:            chapter.            (line  188)
+* index entry within itemize <1>:        chapter.            (line  703)
+* index entry within itemize <2>:        chapter.            (line 1358)
+* index entry within multitable:         chapter.            (line  196)
+* index entry within multitable <1>:     chapter.            (line  711)
+* index entry within multitable <2>:     chapter.            (line 1367)
+* t-ruc:                                 chapter.            (line 1735)
+* T-ruc:                                 chapter.            (line 1735)
 
    fn
 
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  541)
-* --foption <2>:                         chapter.            (line 1065)
-* .:                                     chapter.            (line 1729)
-* ?:                                     chapter.            (line 1729)
+* --foption <1>:                         chapter.            (line  543)
+* --foption <2>:                         chapter.            (line 1069)
+* .:                                     chapter.            (line 1735)
+* ?:                                     chapter.            (line 1735)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  541)
-* `` <2>:                                chapter.            (line 1065)
-* a:                                     chapter.            (line  267)
-* a <1>:                                 chapter.            (line  403)
-* a <2>:                                 chapter.            (line  780)
-* a <3>:                                 chapter.            (line  916)
-* a <4>:                                 chapter.            (line 1433)
-* a <5>:                                 chapter.            (line 1569)
-* a <6>:                                 chapter.            (line 1729)
-* after:                                 chapter.            (line  494)
-* after <1>:                             chapter.            (line 1007)
-* after <2>:                             chapter.            (line 1688)
-* b:                                     chapter.            (line  404)
-* b <1>:                                 chapter.            (line  917)
-* b <2>:                                 chapter.            (line 1570)
-* bidule machin:                         chapter.            (line  261)
-* bidule machin <1>:                     chapter.            (line  774)
-* bidule machin <2>:                     chapter.            (line 1427)
-* d--effn_name:                          chapter.            (line  242)
-* d--effn_name <1>:                      chapter.            (line  755)
-* d--effn_name <2>:                      chapter.            (line 1408)
-* d--efmac_name:                         chapter.            (line  303)
-* d--efmac_name <1>:                     chapter.            (line  816)
-* d--efmac_name <2>:                     chapter.            (line 1469)
-* d--efmethod_name on c--lass:           chapter.            (line  327)
-* d--efmethod_name on c--lass <1>:       chapter.            (line  840)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1493)
-* d--efop_name on c--lass:               chapter.            (line  294)
-* d--efop_name on c--lass <1>:           chapter.            (line  807)
-* d--efop_name on c--lass <2>:           chapter.            (line 1460)
-* d--efspec_name:                        chapter.            (line  306)
-* d--efspec_name <1>:                    chapter.            (line  819)
-* d--efspec_name <2>:                    chapter.            (line 1472)
-* d--eftypefn_name:                      chapter.            (line  282)
-* d--eftypefn_name <1>:                  chapter.            (line  795)
-* d--eftypefn_name <2>:                  chapter.            (line 1448)
-* d--eftypefun_name:                     chapter.            (line  315)
-* d--eftypefun_name <1>:                 chapter.            (line  828)
-* d--eftypefun_name <2>:                 chapter.            (line 1481)
-* d--eftypemethod_name on c--lass:       chapter.            (line  330)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line  843)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1496)
-* d--eftypeop_name on c--lass:           chapter.            (line  285)
-* d--eftypeop_name on c--lass <1>:       chapter.            (line  798)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1451)
-* d--efun_name:                          chapter.            (line  300)
-* d--efun_name <1>:                      chapter.            (line  813)
-* d--efun_name <2>:                      chapter.            (line 1466)
-* de--ffn_name:                          chapter.            (line  245)
-* de--ffn_name <1>:                      chapter.            (line  758)
-* de--ffn_name <2>:                      chapter.            (line 1411)
-* deffn:                                 chapter.            (line  270)
-* deffn <1>:                             chapter.            (line  272)
-* deffn <2>:                             chapter.            (line  783)
-* deffn <3>:                             chapter.            (line  785)
-* deffn <4>:                             chapter.            (line 1436)
-* deffn <5>:                             chapter.            (line 1438)
-* deffnx:                                chapter.            (line  268)
-* deffnx <1>:                            chapter.            (line  273)
-* deffnx <2>:                            chapter.            (line  781)
-* deffnx <3>:                            chapter.            (line  786)
-* deffnx <4>:                            chapter.            (line 1434)
-* deffnx <5>:                            chapter.            (line 1439)
-* followed:                              chapter.            (line  264)
-* followed <1>:                          chapter.            (line  492)
-* followed <2>:                          chapter.            (line  777)
-* followed <3>:                          chapter.            (line 1005)
-* followed <4>:                          chapter.            (line 1430)
-* followed <5>:                          chapter.            (line 1686)
-* I:                                     chapter.            (line  249)
-* I <1>:                                 chapter.            (line  275)
-* I <2>:                                 chapter.            (line  762)
-* I <3>:                                 chapter.            (line  788)
-* I <4>:                                 chapter.            (line 1415)
-* I <5>:                                 chapter.            (line 1441)
-* id i ule:                              chapter.            (line  255)
-* id i ule <1>:                          chapter.            (line  768)
-* id i ule <2>:                          chapter.            (line 1421)
-* id ule:                                chapter.            (line  254)
-* id ule <1>:                            chapter.            (line  767)
-* id ule <2>:                            chapter.            (line 1420)
-* log trap:                              chapter.            (line  251)
-* log trap <1>:                          chapter.            (line  764)
-* log trap <2>:                          chapter.            (line 1417)
-* log trap1:                             chapter.            (line  252)
-* log trap1 <1>:                         chapter.            (line  765)
-* log trap1 <2>:                         chapter.            (line 1418)
-* log trap2:                             chapter.            (line  253)
-* log trap2 <1>:                         chapter.            (line  766)
-* log trap2 <2>:                         chapter.            (line 1419)
-* machin:                                chapter.            (line  260)
-* machin <1>:                            chapter.            (line  262)
-* machin <2>:                            chapter.            (line  488)
-* machin <3>:                            chapter.            (line  489)
-* machin <4>:                            chapter.            (line  490)
-* machin <5>:                            chapter.            (line  491)
-* machin <6>:                            chapter.            (line  773)
-* machin <7>:                            chapter.            (line  775)
-* machin <8>:                            chapter.            (line 1001)
-* machin <9>:                            chapter.            (line 1002)
-* machin <10>:                           chapter.            (line 1003)
-* machin <11>:                           chapter.            (line 1004)
-* machin <12>:                           chapter.            (line 1426)
-* machin <13>:                           chapter.            (line 1428)
-* machin <14>:                           chapter.            (line 1682)
-* machin <15>:                           chapter.            (line 1683)
-* machin <16>:                           chapter.            (line 1684)
-* machin <17>:                           chapter.            (line 1685)
-* t--ruc:                                chapter.            (line 1729)
-* T--ruc:                                chapter.            (line 1729)
-* truc:                                  chapter.            (line  250)
-* truc <1>:                              chapter.            (line  276)
-* truc <2>:                              chapter.            (line  763)
-* truc <3>:                              chapter.            (line  789)
-* truc <4>:                              chapter.            (line 1416)
-* truc <5>:                              chapter.            (line 1442)
+* `` <1>:                                chapter.            (line  543)
+* `` <2>:                                chapter.            (line 1069)
+* a:                                     chapter.            (line  269)
+* a <1>:                                 chapter.            (line  405)
+* a <2>:                                 chapter.            (line  784)
+* a <3>:                                 chapter.            (line  920)
+* a <4>:                                 chapter.            (line 1439)
+* a <5>:                                 chapter.            (line 1575)
+* a <6>:                                 chapter.            (line 1735)
+* after:                                 chapter.            (line  496)
+* after <1>:                             chapter.            (line 1011)
+* after <2>:                             chapter.            (line 1694)
+* b:                                     chapter.            (line  406)
+* b <1>:                                 chapter.            (line  921)
+* b <2>:                                 chapter.            (line 1576)
+* bidule machin:                         chapter.            (line  263)
+* bidule machin <1>:                     chapter.            (line  778)
+* bidule machin <2>:                     chapter.            (line 1433)
+* d--effn_name:                          chapter.            (line  244)
+* d--effn_name <1>:                      chapter.            (line  759)
+* d--effn_name <2>:                      chapter.            (line 1414)
+* d--efmac_name:                         chapter.            (line  305)
+* d--efmac_name <1>:                     chapter.            (line  820)
+* d--efmac_name <2>:                     chapter.            (line 1475)
+* d--efmethod_name on c--lass:           chapter.            (line  329)
+* d--efmethod_name on c--lass <1>:       chapter.            (line  844)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1499)
+* d--efop_name on c--lass:               chapter.            (line  296)
+* d--efop_name on c--lass <1>:           chapter.            (line  811)
+* d--efop_name on c--lass <2>:           chapter.            (line 1466)
+* d--efspec_name:                        chapter.            (line  308)
+* d--efspec_name <1>:                    chapter.            (line  823)
+* d--efspec_name <2>:                    chapter.            (line 1478)
+* d--eftypefn_name:                      chapter.            (line  284)
+* d--eftypefn_name <1>:                  chapter.            (line  799)
+* d--eftypefn_name <2>:                  chapter.            (line 1454)
+* d--eftypefun_name:                     chapter.            (line  317)
+* d--eftypefun_name <1>:                 chapter.            (line  832)
+* d--eftypefun_name <2>:                 chapter.            (line 1487)
+* d--eftypemethod_name on c--lass:       chapter.            (line  332)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line  847)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1502)
+* d--eftypeop_name on c--lass:           chapter.            (line  287)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  802)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1457)
+* d--efun_name:                          chapter.            (line  302)
+* d--efun_name <1>:                      chapter.            (line  817)
+* d--efun_name <2>:                      chapter.            (line 1472)
+* de--ffn_name:                          chapter.            (line  247)
+* de--ffn_name <1>:                      chapter.            (line  762)
+* de--ffn_name <2>:                      chapter.            (line 1417)
+* deffn:                                 chapter.            (line  272)
+* deffn <1>:                             chapter.            (line  274)
+* deffn <2>:                             chapter.            (line  787)
+* deffn <3>:                             chapter.            (line  789)
+* deffn <4>:                             chapter.            (line 1442)
+* deffn <5>:                             chapter.            (line 1444)
+* deffnx:                                chapter.            (line  270)
+* deffnx <1>:                            chapter.            (line  275)
+* deffnx <2>:                            chapter.            (line  785)
+* deffnx <3>:                            chapter.            (line  790)
+* deffnx <4>:                            chapter.            (line 1440)
+* deffnx <5>:                            chapter.            (line 1445)
+* followed:                              chapter.            (line  266)
+* followed <1>:                          chapter.            (line  494)
+* followed <2>:                          chapter.            (line  781)
+* followed <3>:                          chapter.            (line 1009)
+* followed <4>:                          chapter.            (line 1436)
+* followed <5>:                          chapter.            (line 1692)
+* I:                                     chapter.            (line  251)
+* I <1>:                                 chapter.            (line  277)
+* I <2>:                                 chapter.            (line  766)
+* I <3>:                                 chapter.            (line  792)
+* I <4>:                                 chapter.            (line 1421)
+* I <5>:                                 chapter.            (line 1447)
+* id i ule:                              chapter.            (line  257)
+* id i ule <1>:                          chapter.            (line  772)
+* id i ule <2>:                          chapter.            (line 1427)
+* id ule:                                chapter.            (line  256)
+* id ule <1>:                            chapter.            (line  771)
+* id ule <2>:                            chapter.            (line 1426)
+* log trap:                              chapter.            (line  253)
+* log trap <1>:                          chapter.            (line  768)
+* log trap <2>:                          chapter.            (line 1423)
+* log trap1:                             chapter.            (line  254)
+* log trap1 <1>:                         chapter.            (line  769)
+* log trap1 <2>:                         chapter.            (line 1424)
+* log trap2:                             chapter.            (line  255)
+* log trap2 <1>:                         chapter.            (line  770)
+* log trap2 <2>:                         chapter.            (line 1425)
+* machin:                                chapter.            (line  262)
+* machin <1>:                            chapter.            (line  264)
+* machin <2>:                            chapter.            (line  490)
+* machin <3>:                            chapter.            (line  491)
+* machin <4>:                            chapter.            (line  492)
+* machin <5>:                            chapter.            (line  493)
+* machin <6>:                            chapter.            (line  777)
+* machin <7>:                            chapter.            (line  779)
+* machin <8>:                            chapter.            (line 1005)
+* machin <9>:                            chapter.            (line 1006)
+* machin <10>:                           chapter.            (line 1007)
+* machin <11>:                           chapter.            (line 1008)
+* machin <12>:                           chapter.            (line 1432)
+* machin <13>:                           chapter.            (line 1434)
+* machin <14>:                           chapter.            (line 1688)
+* machin <15>:                           chapter.            (line 1689)
+* machin <16>:                           chapter.            (line 1690)
+* machin <17>:                           chapter.            (line 1691)
+* t--ruc:                                chapter.            (line 1735)
+* T--ruc:                                chapter.            (line 1735)
+* truc:                                  chapter.            (line  252)
+* truc <1>:                              chapter.            (line  278)
+* truc <2>:                              chapter.            (line  767)
+* truc <3>:                              chapter.            (line  793)
+* truc <4>:                              chapter.            (line 1422)
+* truc <5>:                              chapter.            (line 1448)
 
    vr
 
 * Menu:
 
-* a:                                     chapter.            (line  399)
-* a <1>:                                 chapter.            (line  912)
-* a <2>:                                 chapter.            (line 1565)
-* b:                                     chapter.            (line  400)
-* b <1>:                                 chapter.            (line  913)
-* b <2>:                                 chapter.            (line 1566)
-* d--efcv_name:                          chapter.            (line  291)
-* d--efcv_name <1>:                      chapter.            (line  804)
-* d--efcv_name <2>:                      chapter.            (line 1457)
-* d--efivar_name of c--lass:             chapter.            (line  321)
-* d--efivar_name of c--lass <1>:         chapter.            (line  834)
-* d--efivar_name of c--lass <2>:         chapter.            (line 1487)
-* d--efopt_name:                         chapter.            (line  312)
-* d--efopt_name <1>:                     chapter.            (line  825)
-* d--efopt_name <2>:                     chapter.            (line 1478)
-* d--eftypeivar_name of c--lass:         chapter.            (line  324)
-* d--eftypeivar_name of c--lass <1>:     chapter.            (line  837)
-* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1490)
-* d--eftypevar_name:                     chapter.            (line  318)
-* d--eftypevar_name <1>:                 chapter.            (line  831)
-* d--eftypevar_name <2>:                 chapter.            (line 1484)
-* d--eftypevr_name:                      chapter.            (line  288)
-* d--eftypevr_name <1>:                  chapter.            (line  801)
-* d--eftypevr_name <2>:                  chapter.            (line 1454)
-* d--efvar_name:                         chapter.            (line  309)
-* d--efvar_name <1>:                     chapter.            (line  822)
-* d--efvar_name <2>:                     chapter.            (line 1475)
-* d--efvr_name:                          chapter.            (line  279)
-* d--efvr_name <1>:                      chapter.            (line  792)
-* d--efvr_name <2>:                      chapter.            (line 1445)
+* a:                                     chapter.            (line  401)
+* a <1>:                                 chapter.            (line  916)
+* a <2>:                                 chapter.            (line 1571)
+* b:                                     chapter.            (line  402)
+* b <1>:                                 chapter.            (line  917)
+* b <2>:                                 chapter.            (line 1572)
+* d--efcv_name:                          chapter.            (line  293)
+* d--efcv_name <1>:                      chapter.            (line  808)
+* d--efcv_name <2>:                      chapter.            (line 1463)
+* d--efivar_name of c--lass:             chapter.            (line  323)
+* d--efivar_name of c--lass <1>:         chapter.            (line  838)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1493)
+* d--efopt_name:                         chapter.            (line  314)
+* d--efopt_name <1>:                     chapter.            (line  829)
+* d--efopt_name <2>:                     chapter.            (line 1484)
+* d--eftypeivar_name of c--lass:         chapter.            (line  326)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line  841)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1496)
+* d--eftypevar_name:                     chapter.            (line  320)
+* d--eftypevar_name <1>:                 chapter.            (line  835)
+* d--eftypevar_name <2>:                 chapter.            (line 1490)
+* d--eftypevr_name:                      chapter.            (line  290)
+* d--eftypevr_name <1>:                  chapter.            (line  805)
+* d--eftypevr_name <2>:                  chapter.            (line 1460)
+* d--efvar_name:                         chapter.            (line  311)
+* d--efvar_name <1>:                     chapter.            (line  826)
+* d--efvar_name <2>:                     chapter.            (line 1481)
+* d--efvr_name:                          chapter.            (line  281)
+* d--efvr_name <1>:                      chapter.            (line  796)
+* d--efvr_name <2>:                      chapter.            (line 1451)
 
    ky
 
@@ -1925,9 +1931,9 @@ aaa
 
 * Menu:
 
-* d--eftp_name:                          chapter.            (line  297)
-* d--eftp_name <1>:                      chapter.            (line  810)
-* d--eftp_name <2>:                      chapter.            (line 1463)
+* d--eftp_name:                          chapter.            (line  299)
+* d--eftp_name <1>:                      chapter.            (line  814)
+* d--eftp_name <2>:                      chapter.            (line 1469)
 
    (7)
 
@@ -1966,153 +1972,153 @@ chapter 2
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  541)
-* " <2>:                                 chapter.            (line 1065)
+* " <1>:                                 chapter.            (line  543)
+* " <2>:                                 chapter.            (line 1069)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  541)
-* -option <2>:                           chapter.            (line 1065)
-* .:                                     chapter.            (line 1729)
-* ?:                                     chapter.            (line 1729)
-* a:                                     chapter.            (line 1729)
-* index entry between item and itemx:    chapter.            (line  404)
-* index entry between item and itemx <1>: chapter.           (line  917)
-* index entry between item and itemx <2>: chapter.           (line 1570)
-* index entry within deffn:              chapter.            (line  250)
-* index entry within deffn <1>:          chapter.            (line  763)
-* index entry within deffn <2>:          chapter.            (line 1416)
-* index entry within itemize:            chapter.            (line  186)
-* index entry within itemize <1>:        chapter.            (line  699)
-* index entry within itemize <2>:        chapter.            (line 1352)
-* index entry within multitable:         chapter.            (line  194)
-* index entry within multitable <1>:     chapter.            (line  707)
-* index entry within multitable <2>:     chapter.            (line 1361)
-* t-ruc:                                 chapter.            (line 1729)
-* T-ruc:                                 chapter.            (line 1729)
+* -option <1>:                           chapter.            (line  543)
+* -option <2>:                           chapter.            (line 1069)
+* .:                                     chapter.            (line 1735)
+* ?:                                     chapter.            (line 1735)
+* a:                                     chapter.            (line 1735)
+* index entry between item and itemx:    chapter.            (line  406)
+* index entry between item and itemx <1>: chapter.           (line  921)
+* index entry between item and itemx <2>: chapter.           (line 1576)
+* index entry within deffn:              chapter.            (line  252)
+* index entry within deffn <1>:          chapter.            (line  767)
+* index entry within deffn <2>:          chapter.            (line 1422)
+* index entry within itemize:            chapter.            (line  188)
+* index entry within itemize <1>:        chapter.            (line  703)
+* index entry within itemize <2>:        chapter.            (line 1358)
+* index entry within multitable:         chapter.            (line  196)
+* index entry within multitable <1>:     chapter.            (line  711)
+* index entry within multitable <2>:     chapter.            (line 1367)
+* t-ruc:                                 chapter.            (line 1735)
+* T-ruc:                                 chapter.            (line 1735)
 
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  541)
-* --foption <2>:                         chapter.            (line 1065)
-* .:                                     chapter.            (line 1729)
-* ?:                                     chapter.            (line 1729)
+* --foption <1>:                         chapter.            (line  543)
+* --foption <2>:                         chapter.            (line 1069)
+* .:                                     chapter.            (line 1735)
+* ?:                                     chapter.            (line 1735)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  541)
-* `` <2>:                                chapter.            (line 1065)
-* a:                                     chapter.            (line  267)
-* a <1>:                                 chapter.            (line  403)
-* a <2>:                                 chapter.            (line  780)
-* a <3>:                                 chapter.            (line  916)
-* a <4>:                                 chapter.            (line 1433)
-* a <5>:                                 chapter.            (line 1569)
-* a <6>:                                 chapter.            (line 1729)
-* after:                                 chapter.            (line  494)
-* after <1>:                             chapter.            (line 1007)
-* after <2>:                             chapter.            (line 1688)
-* b:                                     chapter.            (line  404)
-* b <1>:                                 chapter.            (line  917)
-* b <2>:                                 chapter.            (line 1570)
-* bidule machin:                         chapter.            (line  261)
-* bidule machin <1>:                     chapter.            (line  774)
-* bidule machin <2>:                     chapter.            (line 1427)
-* d--effn_name:                          chapter.            (line  242)
-* d--effn_name <1>:                      chapter.            (line  755)
-* d--effn_name <2>:                      chapter.            (line 1408)
-* d--efmac_name:                         chapter.            (line  303)
-* d--efmac_name <1>:                     chapter.            (line  816)
-* d--efmac_name <2>:                     chapter.            (line 1469)
-* d--efmethod_name on c--lass:           chapter.            (line  327)
-* d--efmethod_name on c--lass <1>:       chapter.            (line  840)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1493)
-* d--efop_name on c--lass:               chapter.            (line  294)
-* d--efop_name on c--lass <1>:           chapter.            (line  807)
-* d--efop_name on c--lass <2>:           chapter.            (line 1460)
-* d--efspec_name:                        chapter.            (line  306)
-* d--efspec_name <1>:                    chapter.            (line  819)
-* d--efspec_name <2>:                    chapter.            (line 1472)
-* d--eftypefn_name:                      chapter.            (line  282)
-* d--eftypefn_name <1>:                  chapter.            (line  795)
-* d--eftypefn_name <2>:                  chapter.            (line 1448)
-* d--eftypefun_name:                     chapter.            (line  315)
-* d--eftypefun_name <1>:                 chapter.            (line  828)
-* d--eftypefun_name <2>:                 chapter.            (line 1481)
-* d--eftypemethod_name on c--lass:       chapter.            (line  330)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line  843)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1496)
-* d--eftypeop_name on c--lass:           chapter.            (line  285)
-* d--eftypeop_name on c--lass <1>:       chapter.            (line  798)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1451)
-* d--efun_name:                          chapter.            (line  300)
-* d--efun_name <1>:                      chapter.            (line  813)
-* d--efun_name <2>:                      chapter.            (line 1466)
-* de--ffn_name:                          chapter.            (line  245)
-* de--ffn_name <1>:                      chapter.            (line  758)
-* de--ffn_name <2>:                      chapter.            (line 1411)
-* deffn:                                 chapter.            (line  270)
-* deffn <1>:                             chapter.            (line  272)
-* deffn <2>:                             chapter.            (line  783)
-* deffn <3>:                             chapter.            (line  785)
-* deffn <4>:                             chapter.            (line 1436)
-* deffn <5>:                             chapter.            (line 1438)
-* deffnx:                                chapter.            (line  268)
-* deffnx <1>:                            chapter.            (line  273)
-* deffnx <2>:                            chapter.            (line  781)
-* deffnx <3>:                            chapter.            (line  786)
-* deffnx <4>:                            chapter.            (line 1434)
-* deffnx <5>:                            chapter.            (line 1439)
-* followed:                              chapter.            (line  264)
-* followed <1>:                          chapter.            (line  492)
-* followed <2>:                          chapter.            (line  777)
-* followed <3>:                          chapter.            (line 1005)
-* followed <4>:                          chapter.            (line 1430)
-* followed <5>:                          chapter.            (line 1686)
-* I:                                     chapter.            (line  249)
-* I <1>:                                 chapter.            (line  275)
-* I <2>:                                 chapter.            (line  762)
-* I <3>:                                 chapter.            (line  788)
-* I <4>:                                 chapter.            (line 1415)
-* I <5>:                                 chapter.            (line 1441)
-* id i ule:                              chapter.            (line  255)
-* id i ule <1>:                          chapter.            (line  768)
-* id i ule <2>:                          chapter.            (line 1421)
-* id ule:                                chapter.            (line  254)
-* id ule <1>:                            chapter.            (line  767)
-* id ule <2>:                            chapter.            (line 1420)
-* log trap:                              chapter.            (line  251)
-* log trap <1>:                          chapter.            (line  764)
-* log trap <2>:                          chapter.            (line 1417)
-* log trap1:                             chapter.            (line  252)
-* log trap1 <1>:                         chapter.            (line  765)
-* log trap1 <2>:                         chapter.            (line 1418)
-* log trap2:                             chapter.            (line  253)
-* log trap2 <1>:                         chapter.            (line  766)
-* log trap2 <2>:                         chapter.            (line 1419)
-* machin:                                chapter.            (line  260)
-* machin <1>:                            chapter.            (line  262)
-* machin <2>:                            chapter.            (line  488)
-* machin <3>:                            chapter.            (line  489)
-* machin <4>:                            chapter.            (line  490)
-* machin <5>:                            chapter.            (line  491)
-* machin <6>:                            chapter.            (line  773)
-* machin <7>:                            chapter.            (line  775)
-* machin <8>:                            chapter.            (line 1001)
-* machin <9>:                            chapter.            (line 1002)
-* machin <10>:                           chapter.            (line 1003)
-* machin <11>:                           chapter.            (line 1004)
-* machin <12>:                           chapter.            (line 1426)
-* machin <13>:                           chapter.            (line 1428)
-* machin <14>:                           chapter.            (line 1682)
-* machin <15>:                           chapter.            (line 1683)
-* machin <16>:                           chapter.            (line 1684)
-* machin <17>:                           chapter.            (line 1685)
-* t--ruc:                                chapter.            (line 1729)
-* T--ruc:                                chapter.            (line 1729)
-* truc:                                  chapter.            (line  250)
-* truc <1>:                              chapter.            (line  276)
-* truc <2>:                              chapter.            (line  763)
-* truc <3>:                              chapter.            (line  789)
-* truc <4>:                              chapter.            (line 1416)
-* truc <5>:                              chapter.            (line 1442)
+* `` <1>:                                chapter.            (line  543)
+* `` <2>:                                chapter.            (line 1069)
+* a:                                     chapter.            (line  269)
+* a <1>:                                 chapter.            (line  405)
+* a <2>:                                 chapter.            (line  784)
+* a <3>:                                 chapter.            (line  920)
+* a <4>:                                 chapter.            (line 1439)
+* a <5>:                                 chapter.            (line 1575)
+* a <6>:                                 chapter.            (line 1735)
+* after:                                 chapter.            (line  496)
+* after <1>:                             chapter.            (line 1011)
+* after <2>:                             chapter.            (line 1694)
+* b:                                     chapter.            (line  406)
+* b <1>:                                 chapter.            (line  921)
+* b <2>:                                 chapter.            (line 1576)
+* bidule machin:                         chapter.            (line  263)
+* bidule machin <1>:                     chapter.            (line  778)
+* bidule machin <2>:                     chapter.            (line 1433)
+* d--effn_name:                          chapter.            (line  244)
+* d--effn_name <1>:                      chapter.            (line  759)
+* d--effn_name <2>:                      chapter.            (line 1414)
+* d--efmac_name:                         chapter.            (line  305)
+* d--efmac_name <1>:                     chapter.            (line  820)
+* d--efmac_name <2>:                     chapter.            (line 1475)
+* d--efmethod_name on c--lass:           chapter.            (line  329)
+* d--efmethod_name on c--lass <1>:       chapter.            (line  844)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1499)
+* d--efop_name on c--lass:               chapter.            (line  296)
+* d--efop_name on c--lass <1>:           chapter.            (line  811)
+* d--efop_name on c--lass <2>:           chapter.            (line 1466)
+* d--efspec_name:                        chapter.            (line  308)
+* d--efspec_name <1>:                    chapter.            (line  823)
+* d--efspec_name <2>:                    chapter.            (line 1478)
+* d--eftypefn_name:                      chapter.            (line  284)
+* d--eftypefn_name <1>:                  chapter.            (line  799)
+* d--eftypefn_name <2>:                  chapter.            (line 1454)
+* d--eftypefun_name:                     chapter.            (line  317)
+* d--eftypefun_name <1>:                 chapter.            (line  832)
+* d--eftypefun_name <2>:                 chapter.            (line 1487)
+* d--eftypemethod_name on c--lass:       chapter.            (line  332)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line  847)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1502)
+* d--eftypeop_name on c--lass:           chapter.            (line  287)
+* d--eftypeop_name on c--lass <1>:       chapter.            (line  802)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1457)
+* d--efun_name:                          chapter.            (line  302)
+* d--efun_name <1>:                      chapter.            (line  817)
+* d--efun_name <2>:                      chapter.            (line 1472)
+* de--ffn_name:                          chapter.            (line  247)
+* de--ffn_name <1>:                      chapter.            (line  762)
+* de--ffn_name <2>:                      chapter.            (line 1417)
+* deffn:                                 chapter.            (line  272)
+* deffn <1>:                             chapter.            (line  274)
+* deffn <2>:                             chapter.            (line  787)
+* deffn <3>:                             chapter.            (line  789)
+* deffn <4>:                             chapter.            (line 1442)
+* deffn <5>:                             chapter.            (line 1444)
+* deffnx:                                chapter.            (line  270)
+* deffnx <1>:                            chapter.            (line  275)
+* deffnx <2>:                            chapter.            (line  785)
+* deffnx <3>:                            chapter.            (line  790)
+* deffnx <4>:                            chapter.            (line 1440)
+* deffnx <5>:                            chapter.            (line 1445)
+* followed:                              chapter.            (line  266)
+* followed <1>:                          chapter.            (line  494)
+* followed <2>:                          chapter.            (line  781)
+* followed <3>:                          chapter.            (line 1009)
+* followed <4>:                          chapter.            (line 1436)
+* followed <5>:                          chapter.            (line 1692)
+* I:                                     chapter.            (line  251)
+* I <1>:                                 chapter.            (line  277)
+* I <2>:                                 chapter.            (line  766)
+* I <3>:                                 chapter.            (line  792)
+* I <4>:                                 chapter.            (line 1421)
+* I <5>:                                 chapter.            (line 1447)
+* id i ule:                              chapter.            (line  257)
+* id i ule <1>:                          chapter.            (line  772)
+* id i ule <2>:                          chapter.            (line 1427)
+* id ule:                                chapter.            (line  256)
+* id ule <1>:                            chapter.            (line  771)
+* id ule <2>:                            chapter.            (line 1426)
+* log trap:                              chapter.            (line  253)
+* log trap <1>:                          chapter.            (line  768)
+* log trap <2>:                          chapter.            (line 1423)
+* log trap1:                             chapter.            (line  254)
+* log trap1 <1>:                         chapter.            (line  769)
+* log trap1 <2>:                         chapter.            (line 1424)
+* log trap2:                             chapter.            (line  255)
+* log trap2 <1>:                         chapter.            (line  770)
+* log trap2 <2>:                         chapter.            (line 1425)
+* machin:                                chapter.            (line  262)
+* machin <1>:                            chapter.            (line  264)
+* machin <2>:                            chapter.            (line  490)
+* machin <3>:                            chapter.            (line  491)
+* machin <4>:                            chapter.            (line  492)
+* machin <5>:                            chapter.            (line  493)
+* machin <6>:                            chapter.            (line  777)
+* machin <7>:                            chapter.            (line  779)
+* machin <8>:                            chapter.            (line 1005)
+* machin <9>:                            chapter.            (line 1006)
+* machin <10>:                           chapter.            (line 1007)
+* machin <11>:                           chapter.            (line 1008)
+* machin <12>:                           chapter.            (line 1432)
+* machin <13>:                           chapter.            (line 1434)
+* machin <14>:                           chapter.            (line 1688)
+* machin <15>:                           chapter.            (line 1689)
+* machin <16>:                           chapter.            (line 1690)
+* machin <17>:                           chapter.            (line 1691)
+* t--ruc:                                chapter.            (line 1735)
+* T--ruc:                                chapter.            (line 1735)
+* truc:                                  chapter.            (line  252)
+* truc <1>:                              chapter.            (line  278)
+* truc <2>:                              chapter.            (line  767)
+* truc <3>:                              chapter.            (line  793)
+* truc <4>:                              chapter.            (line 1422)
+* truc <5>:                              chapter.            (line 1448)
 
 Top section
 1 chapter
diff --git 
a/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html 
b/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
index c38bf74..4e6207e 100644
--- a/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
+++ b/tp/tests/layout/res_parser/formatting_regions/formatting_regions.html
@@ -242,6 +242,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1787,6 +1791,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2651,6 +2657,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3494,6 +3502,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -4421,6 +4432,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html 
b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
index 10fb82b..6e0bedc 100644
--- a/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
+++ b/tp/tests/layout/res_parser/formatting_weird_quotes/formatting.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -957,6 +959,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1788,6 +1792,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2674,6 +2680,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3504,6 +3512,8 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &raquo; &laquo; &raquo; &lsaquo;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div>
+<div class="displaymath"><em><b>b</b> <i>i</i> <span class="roman">r</span> 
<small>SC</small> <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div>
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -4348,6 +4358,9 @@ error&rarr; &rarr; - &lowast; -| &rArr;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </em></div><pre class="example">
 
+</pre><div class="displaymath"><em><b>b</b> <i>i</i> <span 
class="roman">r</span> SC <tt>t</tt> <span class="sansserif">sansserif</span> 
<i>slanted</i>
+</em></div><pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/layout/res_parser/formatting_xml/formatting.xml 
b/tp/tests/layout/res_parser/formatting_xml/formatting.xml
index ce18450..2158ad8 100644
--- a/tp/tests/layout/res_parser/formatting_xml/formatting.xml
+++ b/tp/tests/layout/res_parser/formatting_xml/formatting.xml
@@ -258,6 +258,10 @@ After clickstyle @result{}
 @guilsinglright{} @textdegree{} @euro{} @arrow{} @leq{} @geq{}
 @end displaymath
 
+@displaymath
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+@end displaymath
+
 @kbd{default kbdinputstyle}
 @example
 @kbd{in example default kbdinputstyle}
@@ -1127,6 +1131,10 @@ After clickstyle &result;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </displaymath>
 
+<displaymath endspaces=" ">
+<b>b</b> <i>i</i> <r>r</r> <sc>sc</sc> <t>t</t> 
<sansserif>sansserif</sansserif> <slanted>slanted</slanted>
+</displaymath>
+
 <para><kbd>default kbdinputstyle</kbd>
 </para><example endspaces=" ">
 <pre xml:space="preserve"><kbd>in example default kbdinputstyle</kbd>
@@ -1983,6 +1991,10 @@ After clickstyle &result;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </displaymath>
 
+<displaymath endspaces=" ">
+<b>b</b> <i>i</i> <r>r</r> <sc>sc</sc> <t>t</t> 
<sansserif>sansserif</sansserif> <slanted>slanted</slanted>
+</displaymath>
+
 <para><kbd>default kbdinputstyle</kbd>
 </para><example endspaces=" ">
 <pre xml:space="preserve"><kbd>in example default kbdinputstyle</kbd>
@@ -2866,6 +2878,10 @@ After clickstyle &result;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </displaymath>
 
+<displaymath endspaces=" ">
+<b>b</b> <i>i</i> <r>r</r> <sc>sc</sc> <t>t</t> 
<sansserif>sansserif</sansserif> <slanted>slanted</slanted>
+</displaymath>
+
 <para><kbd>default kbdinputstyle</kbd>
 </para><example endspaces=" ">
 <pre xml:space="preserve"><kbd>in example default kbdinputstyle</kbd>
@@ -3716,6 +3732,10 @@ After clickstyle &result;
 &rsaquo; &deg; &euro; &rarr; &le; &ge;
 </displaymath>
 <pre xml:space="preserve">
+</pre><displaymath endspaces=" ">
+<b>b</b> <i>i</i> <r>r</r> <sc>sc</sc> <t>t</t> 
<sansserif>sansserif</sansserif> <slanted>slanted</slanted>
+</displaymath>
+<pre xml:space="preserve">
 <kbd>default kbdinputstyle</kbd>
 </pre><example endspaces=" ">
 <pre xml:space="preserve"><kbd>in example default kbdinputstyle</kbd>
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/anchor.html 
b/tp/tests/tex_html/res_parser/formatting_singular/anchor.html
index 2c711aa..aa60e80 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/anchor.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/anchor.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html 
b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
index 17603fa..85f6256 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/chapter.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
@@ -1066,6 +1068,19 @@ $">
 $">
 </DIV>
 
+<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 2.29ex; vertical-align: -0.57ex; " SRC="sing_8.svg"
+ ALT="$\displaystyle @b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$">
+</DIV>
+
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -1294,7 +1309,7 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 
2}\left({x-\mu \over \sigma}\
  -->
 
 <IMG
- STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_8.svg"
+ STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_9.svg"
  ALT="$\displaystyle disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $">
@@ -1985,6 +2000,19 @@ $">
 $">
 </DIV>
 
+<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 2.29ex; vertical-align: -0.57ex; " SRC="sing_8.svg"
+ ALT="$\displaystyle @b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$">
+</DIV>
+
 <p><kbd>default kbdinputstyle</kbd>
 </p><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -2213,7 +2241,7 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 
2}\left({x-\mu \over \sigma}\
  -->
 
 <IMG
- STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_8.svg"
+ STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_9.svg"
  ALT="$\displaystyle disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $">
@@ -2918,6 +2946,20 @@ $">
 </DIV>
 <pre class="example">
 
+</pre><DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 2.29ex; vertical-align: -0.57ex; " SRC="sing_8.svg"
+ ALT="$\displaystyle @b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$">
+</DIV>
+<pre class="example">
+
 <kbd>default kbdinputstyle</kbd>
 </pre><div class="example">
 <pre class="example"><kbd>in example default kbdinputstyle</kbd>
@@ -3196,7 +3238,7 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 
2}\left({x-\mu \over \sigma}\
  -->
 
 <IMG
- STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_8.svg"
+ STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_9.svg"
  ALT="$\displaystyle disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $">
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html 
b/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html
index c640ec6..8bda1df 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/chapter2.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/index.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
index dd2eb21..7cb3808 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/index.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/index.htm
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/index.html 
b/tp/tests/tex_html/res_parser/formatting_singular/index.html
index 96b3dff..12e91be 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/index.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/index.html
@@ -244,6 +244,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html 
b/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
index 9aee4b0..ce2c0c5 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/s_002d_002dect_002cion.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
index d2b9142..a574c21 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing-l2h_cache.pm
@@ -29,6 +29,22 @@ $">
 </DIV>
 |;
 
+$l2h_cache_key = q/$$@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$$/;
+$l2h_cache{$l2h_cache_key} = q|<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 2.29ex; vertical-align: -0.57ex; " SRC="sing_8.svg"
+ ALT="$\displaystyle @b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$">
+</DIV>
+|;
+
 $l2h_cache_key = q/$$@click{}
 @U{0075}
 @TeX{} @LaTeX{} @bullet{} @copyright{} @dots{} @enddots{} @equiv{}
@@ -131,7 +147,7 @@ f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 
2}\left({x-\mu \over \sigma}\
  -->
 
 <IMG
- STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_8.svg"
+ STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_9.svg"
  ALT="$\displaystyle disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $">
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
index 548d2fe..8818120 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_abt.htm
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
index e248d66..709a48c 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_fot.htm
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.html 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.html
index 328c730..08cd2fa 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.html
@@ -154,20 +154,37 @@ $">
 <DIV CLASS="displaymath">
 <!-- MATH
  \begin{displaymath}
+@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+\end{displaymath}
+ -->
+
+<IMG
+ STYLE="height: 2.29ex; vertical-align: -0.57ex; " SRC="sing_l2h_img8.svg"
+ ALT="$\displaystyle @b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$">
+</DIV>
+
+
+<!-- l2h_end sing_l2h 8 -->
+
+<!-- l2h_begin sing_l2h 9 -->
+<DIV CLASS="displaymath">
+<!-- MATH
+ \begin{displaymath}
 disp- -laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 \end{displaymath}
  -->
 
 <IMG
- STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_l2h_img8.svg"
+ STYLE="height: 6.26ex; vertical-align: -2.32ex; " SRC="sing_l2h_img9.svg"
  ALT="$\displaystyle disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $">
 </DIV>
 
 
-<!-- l2h_end sing_l2h 8 -->
+<!-- l2h_end sing_l2h 9 -->
 <BR>
 <HR>
 </BODY>
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.tex 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.tex
index 5800120..a3ce947 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.tex
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h.tex
@@ -89,11 +89,21 @@ $$
 
 <!-- l2h_begin sing_l2h 8 -->
 \end{rawhtml}
+$$@b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} @slanted{slanted}
+$$
+\begin{rawhtml}
+<!-- l2h_end sing_l2h 8 -->
+
+\end{rawhtml}
+\begin{rawhtml}
+
+<!-- l2h_begin sing_l2h 9 -->
+\end{rawhtml}
 $$disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $$
 \begin{rawhtml}
-<!-- l2h_end sing_l2h 8 -->
+<!-- l2h_end sing_l2h 9 -->
 
 \end{rawhtml}
 \end{document}
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.tex 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.tex
index 87f0411..406e967 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.tex
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_l2h_images.tex
@@ -118,25 +118,25 @@
 % !!! IMAGES START HERE !!!
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay115}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay124}%
 $\displaystyle \partial_t \eta (t) = g(\eta(t),\varphi(t))$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline100}%
+\lthtmlinlinemathA{tex2html_wrap_inline107}%
 $--a {\frac{1}{2}} @minus{}$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_inline102}%
+\lthtmlinlinemathA{tex2html_wrap_inline109}%
 $--a@minus{} {\frac{1}{2}}$%
 \lthtmlindisplaymathZ
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay119}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay128}%
 $\displaystyle @strong{``simple-double--three---four----''} @w{aa}
 `@w{}`simple-double-@w{}-three---four----'@w{}'@*
 $%
@@ -144,7 +144,7 @@ $%
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay121}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay130}%
 $\displaystyle @"u @"{U} @~n @^a @'e @=o @`i @'{e} @dotless{i} @dotless{j} 
@`{@=E}
 @l{} @,{@'C} @,{@'C} @,c @H{a} @dotaccent{a} @ringaccent{a} @tieaccent{a}
 @u{a} @ubaraccent{a} @udotaccent{a} @v{a} @ogonek{a} a@sup{h}@sub{l}
@@ -156,7 +156,7 @@ $%
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay123}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay132}%
 $\displaystyle @click{}
 @U{0075}
 @TeX{} @LaTeX{} @bullet{} @copyright{} @dots{} @enddots{} @equiv{}
@@ -169,7 +169,7 @@ $%
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay125}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay134}%
 $\displaystyle @quotedblleft{} @quotedblright{} 
 @quoteleft{} @quoteright{} @quotedblbase{} @quotesinglbase{} @guillemetleft{}
 @guillemetright{} @guillemotleft{} @guillemotright{} @guilsinglleft{}
@@ -179,7 +179,14 @@ $%
 \lthtmlcheckvsize\clearpage}
 
 {\newpage\clearpage
-\lthtmlinlinemathA{tex2html_wrap_indisplay127}%
+\lthtmlinlinemathA{tex2html_wrap_indisplay136}%
+$\displaystyle @b{b} @i{i} @r{r} @sc{sc} @t{t} @sansserif{sansserif} 
@slanted{slanted}
+$%
+\lthtmlindisplaymathZ
+\lthtmlcheckvsize\clearpage}
+
+{\newpage\clearpage
+\lthtmlinlinemathA{tex2html_wrap_indisplay138}%
 $\displaystyle disp--laymath
 f(x) = {1 \over \sigma \sqrt{2\pi}}e@sup{-{1 \over 2}\left({x-\mu \over 
\sigma}\right)^2}
 $%
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
index 13da084..dc59a85 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_ovr.htm
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm 
b/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
index 7b88f64..c18c7bb 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
+++ b/tp/tests/tex_html/res_parser/formatting_singular/sing_toc.htm
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git a/tp/tests/tex_html/res_parser/formatting_singular/subsection.html 
b/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
index ffd5219..47c8c90 100644
--- a/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
+++ b/tp/tests/tex_html/res_parser/formatting_singular/subsection.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
index 815d48a..aa57320 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-_0060_0060simple_002ddouble_002d_002d.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 
diff --git 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
index 6d6d7f7..5b9e973 100644
--- 
a/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
+++ 
b/tp/tests/tex_html/res_parser/formatting_singular/subsubsection-three_002d_002d_002dfour_002d_002d_002d_002d_0027_0027.html
@@ -243,6 +243,8 @@ TH d th ! ? #
 >> << >> <
 > o Euro -> <= >=
 
+b i r SC t sansserif slanted
+
 default kbdinputstyle
 in example default kbdinputstyle
 



reply via email to

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