[tex4ht-commits] [SCM] tex4ht updated: r776 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Fri Jul 17 22:25:39 CEST 2020


Author: michal_h21
Date: 2020-07-17 23:25:39 +0300 (Fri, 17 Jul 2020)
New Revision: 776

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-html4.tex
Log:
Enable line breaks in long urls

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-07-17 14:44:44 UTC (rev 775)
+++ trunk/lit/ChangeLog	2020-07-17 20:25:39 UTC (rev 776)
@@ -5,6 +5,8 @@
 	https://puszcza.gnu.org.ua/bugs/?163
 	* tex4ht-html4.tex (html4.4ht): fixed Koma Script \paragraph.
 	https://puszcza.gnu.org.ua/bugs/?176
+	* tex4ht-html4.tex (html4.4ht): allow linebreak in long URLs.
+	https://puszcza.gnu.org.ua/bugs/index.php?301
 
 2020-07-16 Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex	2020-07-17 14:44:44 UTC (rev 775)
+++ trunk/lit/tex4ht-html4.tex	2020-07-17 20:25:39 UTC (rev 776)
@@ -19430,6 +19430,17 @@
 }
 >>>
 
+Enable linebreaking in long URLs
+
+\<configure html4 tex4ht\><<<
+\Css{a {
+  overflow-wrap: break-word;
+  word-wrap: break-word;
+  word-break: break-word;
+  hyphens: auto;
+}}
+>>>
+
 \<global HtmlPar\><<<
 \Configure{HtmlPar}
   {\EndP\HCode{|<show input line no|><p \csname a:!P\endcsname



More information about the tex4ht-commits mailing list.