diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-20 22:43:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-20 22:43:58 +0000 |
commit | 18811060abc1ce1488791e0fd142a3ba9b728a9a (patch) | |
tree | 4b7e7a20e40ca8d990f85af69f2996c9f817a72a /Build | |
parent | 5e03495604a5787b6de3c3dfac3d59ecd240910d (diff) |
allow xdv values <= 10, per tex4ht r193
git-svn-id: svn://tug.org/texlive/trunk@42110 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/tex4htk/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/tex4htk/tex4ht.c | 4 |
2 files changed, 7 insertions, 2 deletions
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 <karl@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@tug.org> * 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; |