summaryrefslogtreecommitdiff
path: root/support/TeX4ht/source/tex4ht-html4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'support/TeX4ht/source/tex4ht-html4.tex')
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex52
1 files changed, 39 insertions, 13 deletions
diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 95b77afb6b..d9d3ae88ad 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1113 2022-04-17 10:39:05Z michal_h21 $
+% $Id: tex4ht-html4.tex 1119 2022-04-26 15:53:45Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -22054,22 +22054,48 @@ gets something wrong there.
\<configure html4 ulem\><<<
\Configure{uline}
- {\HCode{<span class="uline">}} {\HCode{</span>}}
-\Css{.uline{ text-decoration:underline; }}
+ {\HCode{<span class="uline">}\NoFonts} {\EndNoFonts\HCode{</span>}}
+\Configure{uline-math}
+ {\HCode{<span class="uline">}\NoFonts} {\EndNoFonts\HCode{</span>}}
+\Css{.uline,.uline-math{ text-decoration:underline; }}
\Configure{uuline}
- {\HCode{<span class="uuline">}} {\HCode{</span>}}
-\Css{.uuline{ text-decoration:underline; }}
+ {\HCode{<span class="uuline">}\NoFonts} {\EndNoFonts\HCode{</span>}}
+\Configure{uuline-math}
+ {\HCode{<span class="uuline">}\NoFonts} {\EndNoFonts\HCode{</span>}}
+\Css{.uuline,.uuline-math{ text-decoration:underline double; }}
\Configure{sout}
- {\HCode{<span class="sout">}} {\HCode{</span>}}
-\Css{span.sout {text-decoration: line-through }}
+ {\HCode{<span class="sout">}\NoFonts} {\EndNoFonts\HCode{</span>}}
+\Configure{sout-math}
+ {\HCode{<span class="sout">}\NoFonts} {\EndNoFonts\HCode{</span>}}
+\Css{span.sout, .sout-math {text-decoration: line-through }}
\Configure{xout}
- {\HCode{<span class="xout"><span class="underline">}}
- {\HCode{</span></span>}}
-\Css{span.xout {text-decoration: line-through }}
+ {\HCode{<span class="xout">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Configure{xout-math}
+ {\HCode{<span class="xout">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Css{span.xout, .xout-math {text-decoration: line-through underline }}
\Configure{uwave}
- {\HCode{<span class="uwave">}}
- {\HCode{</span>}}
-\Css{span.uwave {text-decoration:underline }}
+ {\HCode{<span class="uwave">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Configure{uwave-math}
+ {\HCode{<span class="uwave">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Css{span.uwave, .uwave-math {text-decoration:underline wavy; }}
+\Configure{dashuline}
+ {\HCode{<span class="dashuline">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Configure{dashuline-math}
+ {\HCode{<span class="dashuline">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Css{span.dashuline, .dashuline-math {text-decoration:underline dashed;}}
+\Configure{dotuline}
+ {\HCode{<span class="dotuline">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Configure{dotuline-math}
+ {\HCode{<span class="dotuline">}\NoFonts}
+ {\EndNoFonts\HCode{</span>}}
+\Css{span.dotuline, .dotuline-math {text-decoration:underline dotted;}}
>>>