texlive[42110] Build/source/texk/tex4htk: allow xdv values <= 10, per

commits+karl at tug.org commits+karl at tug.org
Wed Sep 21 00:43:59 CEST 2016


Revision: 42110
          http://tug.org/svn/texlive?view=revision&revision=42110
Author:   karl
Date:     2016-09-21 00:43:58 +0200 (Wed, 21 Sep 2016)
Log Message:
-----------
allow xdv values <= 10, per tex4ht r193

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=193

Modified Paths:
--------------
    trunk/Build/source/texk/tex4htk/ChangeLog
    trunk/Build/source/texk/tex4htk/tex4ht.c

Modified: trunk/Build/source/texk/tex4htk/ChangeLog
===================================================================
--- trunk/Build/source/texk/tex4htk/ChangeLog	2016-09-20 21:29:23 UTC (rev 42109)
+++ trunk/Build/source/texk/tex4htk/ChangeLog	2016-09-20 22:43:58 UTC (rev 42110)
@@ -1,3 +1,8 @@
+2016-09-21  Karl Berry  <karl at tug.org>
+
+	* tex4ht.c (main): allow any id byte <= 10, for xetex.
+	It was updated to 7 in XeTeX for TL 2016.
+
 2016-06-14  Karl Berry  <karl at tug.org>
 
 	* Makefile.am (shell_scripts): re-add xhlatex.

Modified: trunk/Build/source/texk/tex4htk/tex4ht.c
===================================================================
--- trunk/Build/source/texk/tex4htk/tex4ht.c	2016-09-20 21:29:23 UTC (rev 42109)
+++ trunk/Build/source/texk/tex4htk/tex4ht.c	2016-09-20 22:43:58 UTC (rev 42110)
@@ -6809,8 +6809,8 @@
     ||
     ((ch != 
 2 
-) && (ch != 
-5
+) && (ch >
+10
 
 ))
   )  bad_dvi;



More information about the tex-live-commits mailing list