From 008d30cf1d5af7a4a3e35458a39ad79bd19eec55 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 26 Apr 2022 22:00:14 +0000 Subject: xr subdirs r1118; tex4ht ulem fixes, tex4ht r1119 git-svn-id: svn://tug.org/texlive/trunk@63150 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/generic/tex4ht/tex4ht-html4.tex | 52 ++++++++++++++++------ 1 file changed, 39 insertions(+), 13 deletions(-) (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex') diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex index 95b77afb6b4..d9d3ae88ada 100644 --- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex +++ b/Master/texmf-dist/source/generic/tex4ht/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{uline} - {\HCode{}} {\HCode{}} -\Css{.uline{ text-decoration:underline; }} + {\HCode{}\NoFonts} {\EndNoFonts\HCode{}} +\Configure{uline-math} + {\HCode{}\NoFonts} {\EndNoFonts\HCode{}} +\Css{.uline,.uline-math{ text-decoration:underline; }} \Configure{uuline} - {\HCode{}} {\HCode{}} -\Css{.uuline{ text-decoration:underline; }} + {\HCode{}\NoFonts} {\EndNoFonts\HCode{}} +\Configure{uuline-math} + {\HCode{}\NoFonts} {\EndNoFonts\HCode{}} +\Css{.uuline,.uuline-math{ text-decoration:underline double; }} \Configure{sout} - {\HCode{}} {\HCode{}} -\Css{span.sout {text-decoration: line-through }} + {\HCode{}\NoFonts} {\EndNoFonts\HCode{}} +\Configure{sout-math} + {\HCode{}\NoFonts} {\EndNoFonts\HCode{}} +\Css{span.sout, .sout-math {text-decoration: line-through }} \Configure{xout} - {\HCode{}} - {\HCode{}} -\Css{span.xout {text-decoration: line-through }} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Configure{xout-math} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Css{span.xout, .xout-math {text-decoration: line-through underline }} \Configure{uwave} - {\HCode{}} - {\HCode{}} -\Css{span.uwave {text-decoration:underline }} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Configure{uwave-math} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Css{span.uwave, .uwave-math {text-decoration:underline wavy; }} +\Configure{dashuline} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Configure{dashuline-math} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Css{span.dashuline, .dashuline-math {text-decoration:underline dashed;}} +\Configure{dotuline} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Configure{dotuline-math} + {\HCode{}\NoFonts} + {\EndNoFonts\HCode{}} +\Css{span.dotuline, .dotuline-math {text-decoration:underline dotted;}} >>> -- cgit v1.2.3