diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty b/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty index 18cee7a2f34..bea41111982 100644 --- a/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty +++ b/Master/texmf-dist/tex/latex/lwarp/lwarp-ulem.sty @@ -20,14 +20,14 @@ \LetLtxMacro\LWR@ulemorigtextbf\textbf \NewDocumentCommand{\uline}{+m}{% \LWR@HTMLtextstyle% - {text-decoration:underline;text-decoration-skip}% + {text-decoration:underline; text-decoration-skip: auto}% {uline}{#1}% } \NewDocumentCommand{\uuline}{+m}{% \LWR@HTMLtextstyle% {% - text-decoration:underline;text-decoration-skip;% + text-decoration:underline; text-decoration-skip: auto;% text-decoration-style:double% }% {uuline}{#1}% @@ -36,7 +36,7 @@ \NewDocumentCommand{\uwave}{+m}{% \LWR@HTMLtextstyle% {% - text-decoration:underline;text-decoration-skip;% + text-decoration:underline; text-decoration-skip: auto;% text-decoration-style:wavy% }% {uwave}{#1}% @@ -58,7 +58,7 @@ \LWR@HTMLtextstyle% {% text-decoration:underline;% - text-decoration-skip;% + text-decoration-skip: auto;% text-decoration-style:dashed% }% {dashuline}{#1}% @@ -68,7 +68,7 @@ \LWR@HTMLtextstyle% {% text-decoration:underline;% - text-decoration-skip;% + text-decoration-skip: auto;% text-decoration-style:dotted% }% {dotuline}{#1}% |