From 18811060abc1ce1488791e0fd142a3ba9b728a9a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Sep 2016 22:43:58 +0000 Subject: allow xdv values <= 10, per tex4ht r193 git-svn-id: svn://tug.org/texlive/trunk@42110 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/tex4htk/ChangeLog | 5 +++++ Build/source/texk/tex4htk/tex4ht.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'Build/source/texk') diff --git a/Build/source/texk/tex4htk/ChangeLog b/Build/source/texk/tex4htk/ChangeLog index 9199e44d177..ea32aafc550 100644 --- a/Build/source/texk/tex4htk/ChangeLog +++ b/Build/source/texk/tex4htk/ChangeLog @@ -1,3 +1,8 @@ +2016-09-21 Karl Berry + + * 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 * Makefile.am (shell_scripts): re-add xhlatex. diff --git a/Build/source/texk/tex4htk/tex4ht.c b/Build/source/texk/tex4htk/tex4ht.c index 154148ddab7..1c977156c1d 100644 --- a/Build/source/texk/tex4htk/tex4ht.c +++ b/Build/source/texk/tex4htk/tex4ht.c @@ -6809,8 +6809,8 @@ if( (i<4) || ((ch != 2 -) && (ch != -5 +) && (ch > +10 )) ) bad_dvi; -- cgit v1.2.3