diff options
author | Karl Berry <karl@freefriends.org> | 2020-07-17 21:38:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-07-17 21:38:53 +0000 |
commit | 8238b8789a87a8509c57d0b344d071484ae27a3f (patch) | |
tree | dc81cc0494202b9495b851e40662198bfa0427e6 /Master/texmf-dist | |
parent | 138065a1208fc8dc54aa14f283728f827a348d1e (diff) |
break long urls, tex4ht r776
git-svn-id: svn://tug.org/texlive/trunk@55858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/html4.4ht | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht index 5234aa773df..f0598ce1e97 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht @@ -1,4 +1,4 @@ -% html4.4ht (2020-07-01-14:03), generated from tex4ht-html4.tex +% html4.4ht (2020-07-17-14:16), generated from tex4ht-html4.tex % Copyright 2009-2020 TeX Users Group % Copyright 1997-2009 Eitan M. Gurari % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2020-07-01-14:03} +\immediate\write-1{version 2020-07-17-14:16} \exit:ifnot{8859-6,% CJK,% @@ -1135,6 +1135,12 @@ switches of tex4ht.c) \Css{p + div, p + pre {margin-top:1em;}} \Css{div + p, pre + p {margin-top:1em;}} } +\Css{a { + overflow-wrap: break-word; + word-wrap: break-word; + word-break: break-word; + hyphens: auto; +}} \NewConfigure{!BODY}[1]{\expandafter\concat:config \csname a:!BODY\endcsname{#1}} \expandafter\let\csname a:!BODY\endcsname\relax @@ -28814,7 +28820,7 @@ Y{0178}\i{00EF}% \Configure{rowcolor}{\row:clr} \def\row:clr#1{{% \HAdvance\HRow by 1 - \add:color{background-color}{#1}{\HRow-}}} + \add:color{background-color}{#1}{\HRow- td}}} \Configure{text-colortbl} {\add:color{color}{\current@color}{\HRow-\HCol}} \Configure{cell-colortbl} @@ -32729,10 +32735,10 @@ description">}% \Configure{paragraph}{}{} {\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup\bf} - {\endgroup\HCode{</span>}\IgnorePar} + {\endgroup\HCode{</span>}} \Configure{likeparagraph}{}{} {\ShowPar\IgnoreIndent\HCode{<span class="likeparagraphHead"\a:LRdir>}} - {\HCode{</span>}\IgnorePar} + {\HCode{</span>}} \Css{.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}} @@ -33684,10 +33690,10 @@ description">}% \Configure{paragraph}{}{} {\ShowPar\IgnoreIndent\HCode{<span class="paragraphHead"\a:LRdir>}\begingroup\bf} - {\endgroup\HCode{</span>}\IgnorePar} + {\endgroup\HCode{</span>}} \Configure{likeparagraph}{}{} {\ShowPar\IgnoreIndent\HCode{<span class="likeparagraphHead"\a:LRdir>}} - {\HCode{</span>}\IgnorePar} + {\HCode{</span>}} \Css{.paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}} @@ -39845,6 +39851,7 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{polyglossia} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -39855,6 +39862,7 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{fontspec} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -39874,7 +39882,6 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{framed} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -39915,6 +39922,7 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{skak} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -39925,7 +39933,6 @@ y{\ht:special{t4ht@+\string&{35}x00FD{59}}y}% \endinput\empty\empty\empty\empty\empty\empty %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \ConfigureHinput{animate} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |