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

karl at gnu.org.ua karl at gnu.org.ua
Fri May 23 01:33:03 CEST 2014


Author: karl
Date: 2014-05-23 02:33:03 +0300 (Fri, 23 May 2014)
New Revision: 121

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
url.4ht: need previous definition of \set at mathnolig from url.sty

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2014-02-21 23:55:10 UTC (rev 120)
+++ trunk/lit/ChangeLog	2014-05-22 23:33:03 UTC (rev 121)
@@ -1,3 +1,9 @@
+2014-05-22  Karl Berry  <karl at gnu.org>
+
+	* tex4ht-4ht.tex (shared url): must use definition
+	of \set at mathnolig from previous url.sty, since we must
+	use literal _ rather than \sb for tex4ht.  (From CVR.)
+
 2014-02-21  Karl Berry  <karl at gnu.org>
 
 	* tex4ht-html4.tex (font-size): need \%, not %, for the 70%.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2014-02-21 23:55:10 UTC (rev 120)
+++ trunk/lit/tex4ht-4ht.tex	2014-05-22 23:33:03 UTC (rev 121)
@@ -2,7 +2,7 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % tex4ht-4ht.tex                                         
-% Copyright (C) 2009-2013             TeX Users Group    
+% Copyright (C) 2009-2014             TeX Users Group    
 %               1996-2009             Eitan M. Gurari    
 %                                                        
 % This work may be distributed and/or modified under the 
@@ -3605,7 +3605,7 @@
 \HLet\url\:temp
 >>>
 
-Old url.sty filesemploy \''\Url at use', new ones employ \''Url at Left'.
+Old url.sty files employ \''\Url at use', new ones employ \''Url at Left'.
 
 
 \<url-2004.sty\><<<
@@ -3645,6 +3645,11 @@
 
 \<shared url\><<<
 \NewConfigure{path}{2}
+
+\def\set at mathnolig#1{\ifnum\mathcode`#1<32768
+   \begingroup\lccode`\~`#1\lowercase{\endgroup
+     \edef~}{\mathchar\number\mathcode`#1_{\/}}%
+   \mathcode`#1=32768 \fi}
 >>>
 
 





More information about the tex4ht-commits mailing list